FredZhang7
commited on
Commit
·
9a0dcfe
1
Parent(s):
93ad14d
Update README.md
Browse files
README.md
CHANGED
@@ -104,7 +104,7 @@ import torch
|
|
104 |
pipe = StableDiffusionPipeline.from_pretrained("FredZhang7/paint-journey-v2")
|
105 |
pipe = pipe.to("cuda")
|
106 |
|
107 |
-
prompt = "((oil painting))
|
108 |
image = pipe(prompt).images[0]
|
109 |
|
110 |
image.save("./result.png")
|
|
|
104 |
pipe = StableDiffusionPipeline.from_pretrained("FredZhang7/paint-journey-v2")
|
105 |
pipe = pipe.to("cuda")
|
106 |
|
107 |
+
prompt = "((oil painting)), a boat sailing, night sky, high resolution, uhd wallpaper"
|
108 |
image = pipe(prompt).images[0]
|
109 |
|
110 |
image.save("./result.png")
|