Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|