XuDongZhou commited on
Commit
a72163b
·
verified ·
1 Parent(s): 40535be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -298,7 +298,7 @@ def generate_image(
298
  image=face_kps,
299
  face_emb=face_emb,
300
  controlnet_conditioning_scale=float(controlnet_conditioning_scale),
301
- ip_adapter_scale=float(adapter_strength_ratio)
302
  num_inference_steps=num_steps,
303
  guidance_scale=float(guidance_scale),
304
  height=height,
 
298
  image=face_kps,
299
  face_emb=face_emb,
300
  controlnet_conditioning_scale=float(controlnet_conditioning_scale),
301
+ ip_adapter_scale=float(adapter_strength_ratio),
302
  num_inference_steps=num_steps,
303
  guidance_scale=float(guidance_scale),
304
  height=height,