Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -117,14 +117,14 @@ with gr.Blocks(css=css) as app:
|
|
117 |
custom_lora = gr.Textbox(label="Custom LoRA", info="LoRA Hugging Face path (optional)", placeholder="multimodalart/vintage-ads-flux")
|
118 |
with gr.Row():
|
119 |
with gr.Accordion("Advanced Settings", open=False):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
with gr.Row():
|
121 |
-
lora_scale = gr.Slider(
|
122 |
-
label="LoRA Scale",
|
123 |
-
minimum=0,
|
124 |
-
maximum=2,
|
125 |
-
step=0.01,
|
126 |
-
value=0.95,
|
127 |
-
)
|
128 |
width = gr.Slider(label="Width", value=1024, minimum=64, maximum=1216, step=8)
|
129 |
height = gr.Slider(label="Height", value=1024, minimum=64, maximum=1216, step=8)
|
130 |
seed = gr.Slider(label="Seed", value=-1, minimum=-1, maximum=4294967296, step=1)
|
|
|
117 |
custom_lora = gr.Textbox(label="Custom LoRA", info="LoRA Hugging Face path (optional)", placeholder="multimodalart/vintage-ads-flux")
|
118 |
with gr.Row():
|
119 |
with gr.Accordion("Advanced Settings", open=False):
|
120 |
+
lora_scale = gr.Slider(
|
121 |
+
label="LoRA Scale",
|
122 |
+
minimum=0,
|
123 |
+
maximum=2,
|
124 |
+
step=0.01,
|
125 |
+
value=0.95,
|
126 |
+
)
|
127 |
with gr.Row():
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
width = gr.Slider(label="Width", value=1024, minimum=64, maximum=1216, step=8)
|
129 |
height = gr.Slider(label="Height", value=1024, minimum=64, maximum=1216, step=8)
|
130 |
seed = gr.Slider(label="Seed", value=-1, minimum=-1, maximum=4294967296, step=1)
|