Suggest using guidance scale 1 for ControlNet.
Browse files
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=
|
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")
|