Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -302,7 +302,7 @@ def generate_image(prompt, negative, face_emb, face_image, face_kps, image_stren
|
|
302 |
image=face_image,
|
303 |
strength=1-image_strength,
|
304 |
control_image=images,
|
305 |
-
num_inference_steps=
|
306 |
guidance_scale = guidance_scale,
|
307 |
controlnet_conditioning_scale=[face_strength, depth_control_scale],
|
308 |
).images[0]
|
|
|
302 |
image=face_image,
|
303 |
strength=1-image_strength,
|
304 |
control_image=images,
|
305 |
+
num_inference_steps=30,
|
306 |
guidance_scale = guidance_scale,
|
307 |
controlnet_conditioning_scale=[face_strength, depth_control_scale],
|
308 |
).images[0]
|