Spaces:
Runtime error
Runtime error
zhoudewei.666 commited on
Commit ·
2fed0ac
1
Parent(s): 0349b3d
chore: enable Lightning LoRA by default
Browse files
app.py
CHANGED
|
@@ -796,7 +796,7 @@ leave it as-is to reference the whole image, or **brush on it** to specify exact
|
|
| 796 |
|
| 797 |
with gr.Row():
|
| 798 |
spatial_source = gr.Radio(["mask", "bbox"], value="mask", label="Spatial prompt source", scale=2)
|
| 799 |
-
load_lightning_lora = gr.Checkbox(label="Lightning LoRA (faster)", value=
|
| 800 |
|
| 801 |
with gr.Accordion("Advanced settings", open=False):
|
| 802 |
with gr.Row():
|
|
|
|
| 796 |
|
| 797 |
with gr.Row():
|
| 798 |
spatial_source = gr.Radio(["mask", "bbox"], value="mask", label="Spatial prompt source", scale=2)
|
| 799 |
+
load_lightning_lora = gr.Checkbox(label="Lightning LoRA (faster)", value=True, scale=1)
|
| 800 |
|
| 801 |
with gr.Accordion("Advanced settings", open=False):
|
| 802 |
with gr.Row():
|