Spaces:
Runtime error
Runtime error
customizable images
Browse files
app.py
CHANGED
|
@@ -204,8 +204,8 @@ with gr.Blocks(css=custom_css) as demo:
|
|
| 204 |
use_depth = gr.Checkbox(label="Use depth")
|
| 205 |
use_hed = gr.Checkbox(label="Use hed")
|
| 206 |
use_lora = gr.Checkbox(label="Use LORA", value=True)
|
| 207 |
-
lora_path = gr.
|
| 208 |
-
lora_name = gr.
|
| 209 |
lora_weight = gr.Slider(step=0.1, minimum=0, maximum=1, value=0.7, label="Lora Weight")
|
| 210 |
|
| 211 |
number_of_images = gr.Slider(step=1, minimum=0, maximum=4, value=2, label="Number of Images")
|
|
|
|
| 204 |
use_depth = gr.Checkbox(label="Use depth")
|
| 205 |
use_hed = gr.Checkbox(label="Use hed")
|
| 206 |
use_lora = gr.Checkbox(label="Use LORA", value=True)
|
| 207 |
+
lora_path = gr.Textbox(label="Lora Path", value="XLabs-AI/flux-lora-collection")
|
| 208 |
+
lora_name = gr.Textbox(label="Lora Name", value="realism_lora.safetensors")
|
| 209 |
lora_weight = gr.Slider(step=0.1, minimum=0, maximum=1, value=0.7, label="Lora Weight")
|
| 210 |
|
| 211 |
number_of_images = gr.Slider(step=1, minimum=0, maximum=4, value=2, label="Number of Images")
|