Commit
·
e7c624e
1
Parent(s):
0385554
Update README.md
Browse files
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(
|
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"
|