Update README.md
Browse files
README.md
CHANGED
@@ -17,4 +17,4 @@ pipeline.scheduler = LCMScheduler.from_config(pipeline.scheduler.config)
|
|
17 |
prompt = "a close-up picture of an old man standing in the rain"
|
18 |
|
19 |
image = pipeline(prompt = prompt, num_inference_steps=1,guidance_scale=0, timesteps=[399]).images[0]
|
20 |
-
image.save("ovgenerated_ship.png")
|
|
|
17 |
prompt = "a close-up picture of an old man standing in the rain"
|
18 |
|
19 |
image = pipeline(prompt = prompt, num_inference_steps=1,guidance_scale=0, timesteps=[399]).images[0]
|
20 |
+
image.save("ovgenerated_ship.png")
|