FredZhang7 commited on
Commit
e7c624e
·
1 Parent(s): 0385554

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -100,7 +100,7 @@ Download [paint_journey.ckpt](./paint_journey.ckpt) to `./stable-diffusion-webui
100
  from diffusers import StableDiffusionPipeline
101
  import torch
102
 
103
- pipe = StableDiffusionPipeline.from_pretrained(model_id)
104
  pipe = pipe.to("cuda")
105
 
106
  prompt = "disco lighthouse near the sea, oil painting, high resolution wallpaper"
 
100
  from diffusers import StableDiffusionPipeline
101
  import torch
102
 
103
+ pipe = StableDiffusionPipeline.from_pretrained("FredZhang7/paint-journey-v1")
104
  pipe = pipe.to("cuda")
105
 
106
  prompt = "disco lighthouse near the sea, oil painting, high resolution wallpaper"