primerz commited on
Commit
c5f9d09
Β·
verified Β·
1 Parent(s): f13fc6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -302,6 +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
  "guidance_scale": guidance_scale,
 
305
  }
306
 
307
  if face_emb is not None:
 
302
  "image": face_image,
303
  "strength": 1 - image_strength,
304
  "guidance_scale": guidance_scale,
305
+ "num_inference_steps": 37,
306
  }
307
 
308
  if face_emb is not None: