Update README.md
Browse files
README.md
CHANGED
@@ -72,7 +72,7 @@ Use the code below to get started with the model.
|
|
72 |
image=processor(original_image),
|
73 |
guidance_scale=7.0,
|
74 |
controlnet_conditioning_scale=0.8,
|
75 |
-
num_inference_steps=
|
76 |
num_images_per_prompt=1,
|
77 |
output_type="pil",
|
78 |
).images
|
|
|
72 |
image=processor(original_image),
|
73 |
guidance_scale=7.0,
|
74 |
controlnet_conditioning_scale=0.8,
|
75 |
+
num_inference_steps=35,
|
76 |
num_images_per_prompt=1,
|
77 |
output_type="pil",
|
78 |
).images
|