Added save_video_on_stop option to config, this option is used to save the txt2vid generated video to disk when we hit the stop button mid generation.

This commit is contained in:
ZeroCool940711 2022-10-07 23:43:18 -07:00 committed by Alejandro Gil
parent a990683a96
commit 97bbf089ea

View File

@ -175,6 +175,7 @@ txt2vid:
normalize_prompt_weights: True
save_individual_images: True
save_video: True
save_video_on_stop: False
group_by_prompt: True
write_info_files: True
do_loop: False