Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -146,8 +146,8 @@ with gr.Blocks(theme=theme, css="style.css") as demo:
|
|
146 |
with gr.Accordion("Advanced options", open=False):
|
147 |
with gr.Row():
|
148 |
use_vae = gr.Checkbox(label='Use VAE', value=False)
|
149 |
-
use_lora = gr.Checkbox(label='Use
|
150 |
-
use_lora2 = gr.Checkbox(label='Use
|
151 |
use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=False)
|
152 |
with gr.Group():
|
153 |
gr.Markdown("""### LoRAs
|
|
|
146 |
with gr.Accordion("Advanced options", open=False):
|
147 |
with gr.Row():
|
148 |
use_vae = gr.Checkbox(label='Use VAE', value=False)
|
149 |
+
use_lora = gr.Checkbox(label='Use 1 LoRA', value=False)
|
150 |
+
use_lora2 = gr.Checkbox(label='Use 2 LoRAs', value=False)
|
151 |
use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=False)
|
152 |
with gr.Group():
|
153 |
gr.Markdown("""### LoRAs
|