mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-15 14:31:44 +03:00
Renamed the save_grid option for txt2vid on the config file to be save_video, this will be used to determine if the user wants to save a video at the end of the generation or not, similar to the save_grid that is used on txt2img and img2img but for video.
This commit is contained in:
parent
372ac31c20
commit
4bb6f9d92b
@ -73,7 +73,7 @@ txt2vid:
|
|||||||
separate_prompts: False
|
separate_prompts: False
|
||||||
normalize_prompt_weights: True
|
normalize_prompt_weights: True
|
||||||
save_individual_images: True
|
save_individual_images: True
|
||||||
save_grid: False
|
save_video: True
|
||||||
group_by_prompt: True
|
group_by_prompt: True
|
||||||
write_info_files: True
|
write_info_files: True
|
||||||
do_loop: False
|
do_loop: False
|
||||||
|
Loading…
Reference in New Issue
Block a user