ZeroCool94
commited on
Commit
•
d19ac48
1
Parent(s):
2fe9a79
Update README.md
Browse files
README.md
CHANGED
@@ -57,7 +57,7 @@ pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float
|
|
57 |
pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config)
|
58 |
pipe = pipe.to("cuda")
|
59 |
|
60 |
-
prompt = "a
|
61 |
image = pipe(prompt).images[0]
|
62 |
|
63 |
image.save("astronaut_rides_horse.png")
|
|
|
57 |
pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config)
|
58 |
pipe = pipe.to("cuda")
|
59 |
|
60 |
+
prompt = "a beautiful illustration of a fantasy forest"
|
61 |
image = pipe(prompt).images[0]
|
62 |
|
63 |
image.save("astronaut_rides_horse.png")
|