FredZhang7 commited on
Commit
9a0dcfe
·
1 Parent(s): 93ad14d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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)) lighthouse near the sea, oil painting, high resolution wallpaper"
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")