Skip to content

Commit

Permalink
fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
kabachuha committed Nov 13, 2023
1 parent b54e260 commit f79b037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deforum_helpers/deforum_animatediff.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def create_model_in_tab_ui(cn_id):
gr.Markdown('Internal AnimateDiff settings, see its script in normal tabs')
with gr.Row(visible=False) as motion_lora_row:
motion_lora_schedule = gr.Textbox(label="Motion lora schedule", lines=1, value='0:("")', interactive=True)
with gr.Row(visible=False) as window_row:
with gr.Row(visible=False) as length_row:
video_length_schedule = gr.Textbox(label="N-back video length schedule", lines=1, value='0:(16)', interactive=True)
with gr.Row(visible=False) as window_row:
batch_size_schedule = gr.Textbox(label="Batch size", lines=1, value='0:(16)', interactive=True)
Expand Down

0 comments on commit f79b037

Please sign in to comment.