Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -252,7 +252,7 @@ with gr.Blocks(theme=theme, css="style.css") as demo:
|
|
252 |
use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=False)
|
253 |
use_prompt_2 = gr.Checkbox(label="Use prompt 2", value=False)
|
254 |
use_negative_prompt_2 = gr.Checkbox(label="Use negative prompt 2", value=False)
|
255 |
-
with gr.
|
256 |
lora = gr.Text(label='LoRA 1', placeholder='e.g. nerijs/pixel-art-xl', visible=False)
|
257 |
lora2 = gr.Text(label='LoRA 2', placeholder='e.g. nerijs/pixel-art-xl', visible=False)
|
258 |
lora_scale = gr.Slider(
|
@@ -273,7 +273,7 @@ with gr.Blocks(theme=theme, css="style.css") as demo:
|
|
273 |
value=0.7,
|
274 |
visible=False,
|
275 |
)
|
276 |
-
with gr.
|
277 |
negative_prompt = gr.Text(
|
278 |
placeholder="Input Negative Prompt",
|
279 |
label="Negative prompt",
|
|
|
252 |
use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=False)
|
253 |
use_prompt_2 = gr.Checkbox(label="Use prompt 2", value=False)
|
254 |
use_negative_prompt_2 = gr.Checkbox(label="Use negative prompt 2", value=False)
|
255 |
+
with gr.Group():
|
256 |
lora = gr.Text(label='LoRA 1', placeholder='e.g. nerijs/pixel-art-xl', visible=False)
|
257 |
lora2 = gr.Text(label='LoRA 2', placeholder='e.g. nerijs/pixel-art-xl', visible=False)
|
258 |
lora_scale = gr.Slider(
|
|
|
273 |
value=0.7,
|
274 |
visible=False,
|
275 |
)
|
276 |
+
with gr.Group():
|
277 |
negative_prompt = gr.Text(
|
278 |
placeholder="Input Negative Prompt",
|
279 |
label="Negative prompt",
|