animatediff full latent mode

This commit is contained in:
Vladimir Mandic
2023-12-05 14:07:52 -05:00
parent 6cec284a6f
commit 0febcc2aa8
5 changed files with 70 additions and 37 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ class Script(scripts.Script):
lora_index = gr.Dropdown(label='Lora', choices=list(LORAS), value='None')
strength = gr.Slider(label='Strength', minimum=0.0, maximum=2.0, step=0.05, value=1.0)
with gr.Row():
latent_mode = gr.Checkbox(label='Latent mode', value=False)
latent_mode = gr.Checkbox(label='Latent mode', value=True, visible=False)
with gr.Row():
video_type = gr.Dropdown(label='Video file', choices=['None', 'GIF', 'PNG', 'MP4'], value='None')
duration = gr.Slider(label='Duration', minimum=0.25, maximum=10, step=0.25, value=2, visible=False)