Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -279,8 +279,8 @@ def run_lora(face_image, prompt, negative, lora_scale, selected_state, face_stre
|
|
| 279 |
strength=1-image_strength,
|
| 280 |
control_image=images,
|
| 281 |
num_inference_steps=20,
|
| 282 |
-
guidance_scale =
|
| 283 |
-
controlnet_conditioning_scale=[face_strength,
|
| 284 |
).images[0]
|
| 285 |
last_lora = repo_name
|
| 286 |
gc.collect()
|
|
|
|
| 279 |
strength=1-image_strength,
|
| 280 |
control_image=images,
|
| 281 |
num_inference_steps=20,
|
| 282 |
+
guidance_scale = guidance_scale,
|
| 283 |
+
controlnet_conditioning_scale=[face_strength, depth_control_scale],
|
| 284 |
).images[0]
|
| 285 |
last_lora = repo_name
|
| 286 |
gc.collect()
|