Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,7 @@ tags:
|
|
5 |
- stable-diffusion
|
6 |
- stable-diffusion-diffusers
|
7 |
- text-to-image
|
|
|
8 |
|
9 |
inference: false
|
10 |
extra_gated_prompt: |-
|
@@ -61,9 +62,6 @@ We use [Noah-Wukong](https://wukong-dataset.github.io/wukong-dataset/)(100M) 和
|
|
61 |
## 使用 Usage
|
62 |
```
|
63 |
from diffusers import StableDiffusionPipeline
|
64 |
-
from transformers import CLIPTextModel
|
65 |
-
import torch
|
66 |
-
import os
|
67 |
|
68 |
pipe = StableDiffusionPipeline.from_pretrained("IDEA-CCNL/Taiyi-Stable-Diffusion-1B-Chinese-v0.1").to("cuda")
|
69 |
|
|
|
5 |
- stable-diffusion
|
6 |
- stable-diffusion-diffusers
|
7 |
- text-to-image
|
8 |
+
- chinese
|
9 |
|
10 |
inference: false
|
11 |
extra_gated_prompt: |-
|
|
|
62 |
## 使用 Usage
|
63 |
```
|
64 |
from diffusers import StableDiffusionPipeline
|
|
|
|
|
|
|
65 |
|
66 |
pipe = StableDiffusionPipeline.from_pretrained("IDEA-CCNL/Taiyi-Stable-Diffusion-1B-Chinese-v0.1").to("cuda")
|
67 |
|