primerz commited on
Commit
a1121cf
·
verified ·
1 Parent(s): 695d94c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=20,
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]