Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -799,7 +799,7 @@ with gr.Blocks() as demo:
|
|
| 799 |
t1_token = gr.Textbox(label="Token", type="password")
|
| 800 |
t1_base = gr.Textbox(label="Base Repo (Diffusers)", value="ostris/Z-Image-De-Turbo")
|
| 801 |
t1_sub = gr.Textbox(label="Subfolder", value="transformer")
|
| 802 |
-
t1_lora = gr.Textbox(label="LoRA
|
| 803 |
with gr.Row():
|
| 804 |
t1_scale = gr.Slider(label="Scale", value=1.0, minimum=0, maximum=3.0, step=0.1)
|
| 805 |
t1_prec = gr.Radio(["bf16", "fp16", "float32"], value="bf16", label="Precision")
|
|
|
|
| 799 |
t1_token = gr.Textbox(label="Token", type="password")
|
| 800 |
t1_base = gr.Textbox(label="Base Repo (Diffusers)", value="ostris/Z-Image-De-Turbo")
|
| 801 |
t1_sub = gr.Textbox(label="Subfolder", value="transformer")
|
| 802 |
+
t1_lora = gr.Textbox(label="LoRA Repo as (name/repo)", value="GuangyuanSD/Z-Image-Re-Turbo-LoRA")
|
| 803 |
with gr.Row():
|
| 804 |
t1_scale = gr.Slider(label="Scale", value=1.0, minimum=0, maximum=3.0, step=0.1)
|
| 805 |
t1_prec = gr.Radio(["bf16", "fp16", "float32"], value="bf16", label="Precision")
|