Spaces:
Runtime error
Runtime error
fix lora weight
Browse files
app.py
CHANGED
|
@@ -202,6 +202,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
| 202 |
use_lora = gr.Checkbox(label="Use LORA", value=True)
|
| 203 |
lora_path = gr.Textbox(label="LoraPath", value="XLabs-AI/flux-lora-collection")
|
| 204 |
lora_name = gr.Textbox(label="LoraName", value="realism_lora.safetensors")
|
|
|
|
| 205 |
|
| 206 |
true_gs = gr.Slider(step=0.1, minimum=0, maximum=10, value=3.5, label="TrueGs")
|
| 207 |
guidance = gr.Slider(minimum=1, maximum=10, value=4, label="Guidance")
|
|
|
|
| 202 |
use_lora = gr.Checkbox(label="Use LORA", value=True)
|
| 203 |
lora_path = gr.Textbox(label="LoraPath", value="XLabs-AI/flux-lora-collection")
|
| 204 |
lora_name = gr.Textbox(label="LoraName", value="realism_lora.safetensors")
|
| 205 |
+
lora_weight = gr.Slider(step=0.1, minimum=0, maximum=1, value=0.7, label="Lora Weight")
|
| 206 |
|
| 207 |
true_gs = gr.Slider(step=0.1, minimum=0, maximum=10, value=3.5, label="TrueGs")
|
| 208 |
guidance = gr.Slider(minimum=1, maximum=10, value=4, label="Guidance")
|