svjack commited on
Commit
99d8d38
·
verified ·
1 Parent(s): fcc5de5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,7 +192,7 @@ with gr.Blocks(title="Hunyuan Video Generator") as demo:
192
  infer_steps = gr.Slider(1, 100, value=30, step=1, label="Inference Steps")
193
 
194
  # LoRA参数
195
- lora_multiplier = gr.Slider(0.1, 2.0, value=1.0, step=0.1, label="LoRA Multiplier")
196
  lora_weight = gr.Dropdown(
197
  choices=[""] + scan_lora_weights(),
198
  label="LoRA Weight",
 
192
  infer_steps = gr.Slider(1, 100, value=30, step=1, label="Inference Steps")
193
 
194
  # LoRA参数
195
+ lora_multiplier = gr.Slider(0.1, 10.0, value=1.0, step=0.1, label="LoRA Multiplier")
196
  lora_weight = gr.Dropdown(
197
  choices=[""] + scan_lora_weights(),
198
  label="LoRA Weight",