AlekseyCalvin commited on
Commit
bc7b711
·
verified ·
1 Parent(s): 029e89b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Direct Link", value="https://huggingface.co/GuangyuanSD/Z-Image-Re-Turbo-LoRA/resolve/main/Z-image_re_turbo_lora_8steps_rank_32_v1_fp16.safetensors")
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")