eliphatfs commited on
Commit
c0182d2
·
verified ·
1 Parent(s): 5031ea5

Suggest using guidance scale 1 for ControlNet.

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ genimg = pipeline(
31
  ).images[0]
32
  normalimg = normal_pipeline(
33
  cond, depth_image=genimg,
34
- prompt='', guidance_scale=4, num_inference_steps=50, width=640, height=960
35
  ).images[0]
36
  genimg.save("colors.png")
37
  normalimg.save("normals.png")
 
31
  ).images[0]
32
  normalimg = normal_pipeline(
33
  cond, depth_image=genimg,
34
+ prompt='', guidance_scale=1, num_inference_steps=50, width=640, height=960
35
  ).images[0]
36
  genimg.save("colors.png")
37
  normalimg.save("normals.png")