From 7ce84abff752e10f7a4e4c2551fcbfcb7c2a8f96 Mon Sep 17 00:00:00 2001 From: kabachuha Date: Tue, 14 Nov 2023 00:02:14 +0300 Subject: [PATCH] note about motion lora not supported yet --- scripts/deforum_helpers/deforum_animatediff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deforum_helpers/deforum_animatediff.py b/scripts/deforum_helpers/deforum_animatediff.py index 3a092471..5091586d 100644 --- a/scripts/deforum_helpers/deforum_animatediff.py +++ b/scripts/deforum_helpers/deforum_animatediff.py @@ -128,7 +128,7 @@ def setup_animatediff_ui_raw(): activation_schedule = gr.Textbox(label="AnimateDiff activation schedule", lines=1, value='0:(1), 2:((t-1) % 16)', interactive=True) 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) + motion_lora_schedule = gr.Textbox(label="Motion lora schedule (not supported atm, stay tuned!)", lines=1, value='0:("")', interactive=True) 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: