Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,11 @@ language: ko
|
|
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
|
|
|
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 |
+
If you are looking for a Korean diffusion model that works well in practice, see:
|
16 |
+
|
17 |
+
- [BAAI/AltDiffusion-m9](https://huggingface.co/BAAI/AltDiffusion-m9)
|
18 |
+
- [Multilingual Stable Diffusion Pipeline](https://github.com/huggingface/diffusers/tree/main/examples/community#multilingual-stable-diffusion-pipeline)
|
19 |
+
|
20 |
# Usage
|
21 |
|
22 |
```sh
|