Update README.md
Browse files
README.md
CHANGED
@@ -73,7 +73,7 @@ Running the pipeline with the LMSDiscreteScheduler scheduler:
|
|
73 |
|
74 |
```python
|
75 |
from diffusers import StableDiffusionPipeline
|
76 |
-
pipeline = StableDiffusionPipeline.from_pretrained("svjack/Stable-Diffusion-FineTuned-zh-
|
77 |
pipeline.safety_checker = lambda images, clip_input: (images, False)
|
78 |
pipeline = pipeline.to("cuda")
|
79 |
|
|
|
73 |
|
74 |
```python
|
75 |
from diffusers import StableDiffusionPipeline
|
76 |
+
pipeline = StableDiffusionPipeline.from_pretrained("svjack/Stable-Diffusion-FineTuned-zh-v0")
|
77 |
pipeline.safety_checker = lambda images, clip_input: (images, False)
|
78 |
pipeline = pipeline.to("cuda")
|
79 |
|