neuralvfx commited on
Commit
55c2e3c
·
verified ·
1 Parent(s): 91cfbe4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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(22),
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")