Spaces:
Running
on
Zero
Running
on
Zero
XuDongZhou
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -293,8 +293,8 @@ def generate_image(
|
|
293 |
images = pipe(
|
294 |
prompt=prompt,
|
295 |
negative_prompt=negative_prompt,
|
296 |
-
image_embeds=face_emb,
|
297 |
image=face_kps,
|
|
|
298 |
controlnet_conditioning_scale=controlnet_conditioning_scale,
|
299 |
num_inference_steps=num_steps,
|
300 |
guidance_scale=guidance_scale,
|
|
|
293 |
images = pipe(
|
294 |
prompt=prompt,
|
295 |
negative_prompt=negative_prompt,
|
|
|
296 |
image=face_kps,
|
297 |
+
face_emb=face_emb,
|
298 |
controlnet_conditioning_scale=controlnet_conditioning_scale,
|
299 |
num_inference_steps=num_steps,
|
300 |
guidance_scale=guidance_scale,
|