Update README.md
Browse files
README.md
CHANGED
|
@@ -91,7 +91,7 @@ image = pipe(
|
|
| 91 |
num_inference_steps=50,
|
| 92 |
guidance_scale=4.0,
|
| 93 |
controlnet_conditioning_scale=1.0,
|
| 94 |
-
generator= torch.Generator("cuda").manual_seed(
|
| 95 |
).images[0]
|
| 96 |
|
| 97 |
image.save("output.png")
|
|
|
|
| 91 |
num_inference_steps=50,
|
| 92 |
guidance_scale=4.0,
|
| 93 |
controlnet_conditioning_scale=1.0,
|
| 94 |
+
generator= torch.Generator("cuda").manual_seed(45),
|
| 95 |
).images[0]
|
| 96 |
|
| 97 |
image.save("output.png")
|