Update README.md
Browse files
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.
|
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
|