Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -1549,7 +1549,6 @@ def generate_image_canny(prompt_mash, canny, image_strength, steps, cfg_scale, w
|
|
1549 |
prompt=prompt_mash,
|
1550 |
control_image=control_image,
|
1551 |
controlnet_conditioning_scale=0.6,
|
1552 |
-
guidance_scale=3.5,
|
1553 |
strength=image_strength,
|
1554 |
num_inference_steps=steps,
|
1555 |
guidance_scale=cfg_scale,
|
|
|
1549 |
prompt=prompt_mash,
|
1550 |
control_image=control_image,
|
1551 |
controlnet_conditioning_scale=0.6,
|
|
|
1552 |
strength=image_strength,
|
1553 |
num_inference_steps=steps,
|
1554 |
guidance_scale=cfg_scale,
|