mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-11-04 22:26:36 +00:00
fixed slight ui glitch
This commit is contained in:
parent
c44ecee017
commit
f6730a90b5
@ -1929,9 +1929,8 @@ def create_demo():
|
|||||||
flow_shift = gr.Slider(0.0, 25.0, value= default_flow_shift, step=0.1, label="Shift Scale")
|
flow_shift = gr.Slider(0.0, 25.0, value= default_flow_shift, step=0.1, label="Shift Scale")
|
||||||
with gr.Row():
|
with gr.Row():
|
||||||
negative_prompt = gr.Textbox(label="Negative Prompt", value="")
|
negative_prompt = gr.Textbox(label="Negative Prompt", value="")
|
||||||
with gr.Row():
|
|
||||||
gr.Markdown("<B>Loras can be used to create special effects on the video by mentioned a trigger word in the Prompt. You can save Loras combinations in presets.</B>")
|
|
||||||
with gr.Column() as loras_column:
|
with gr.Column() as loras_column:
|
||||||
|
gr.Markdown("<B>Loras can be used to create special effects on the video by mentioned a trigger word in the Prompt. You can save Loras combinations in presets.</B>")
|
||||||
loras_choices = gr.Dropdown(
|
loras_choices = gr.Dropdown(
|
||||||
choices=[
|
choices=[
|
||||||
(lora_name, str(i) ) for i, lora_name in enumerate(loras_names)
|
(lora_name, str(i) ) for i, lora_name in enumerate(loras_names)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user