svjack commited on
Commit
0ecb0a3
1 Parent(s): 34238e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-v1")
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