Spaces:
Running
Running
[ADD] Add params
Browse files
app.py
CHANGED
@@ -353,7 +353,14 @@ with gr.Blocks(css=css) as demo:
|
|
353 |
guidance_scale,
|
354 |
num_inference_steps,
|
355 |
lora_scale, # Pass the new slider value
|
356 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
357 |
outputs=[result, seed],
|
358 |
)
|
359 |
|
|
|
353 |
guidance_scale,
|
354 |
num_inference_steps,
|
355 |
lora_scale, # Pass the new slider value
|
356 |
+
controlnet_checkbox,
|
357 |
+
controlnet_conditioning_scale,
|
358 |
+
controlnet_mode,
|
359 |
+
controlnet_image,
|
360 |
+
ip_adapter_checkbox,
|
361 |
+
ip_adapter_scale,
|
362 |
+
ip_adapter_image
|
363 |
+
]
|
364 |
outputs=[result, seed],
|
365 |
)
|
366 |
|