Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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,
|