Bingsu commited on
Commit
f119f33
1 Parent(s): 9115f82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,12 +10,12 @@ language: ko
10
 
11
  # my-korean-stable-diffusion-v1-5
12
 
13
- It's [runwayml/stable-diffusion-v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5) model, just text encoder and tokenizer replaced with my [Bingsu/clip-vit-large-patch14-ko](https://huggingface.co/Bingsu/clip-vit-large-patch14-ko).
14
 
15
  # Usage
16
 
17
  ```sh
18
- pip install transformers accelerate>=0.14.0 diffusers>=0.7.0 ftfy
19
  ```
20
 
21
  ```python
 
10
 
11
  # my-korean-stable-diffusion-v1-5
12
 
13
+ It's [runwayml/stable-diffusion-v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5) model, just text encoder and tokenizer are replaced with my [Bingsu/clip-vit-large-patch14-ko](https://huggingface.co/Bingsu/clip-vit-large-patch14-ko).
14
 
15
  # Usage
16
 
17
  ```sh
18
+ pip install transformers accelerate>=0.14.0 diffusers>=0.7.2
19
  ```
20
 
21
  ```python