From 4bb6f9d92b28b47a14cab8708f9180cb8d1742ea Mon Sep 17 00:00:00 2001 From: ZeroCool940711 Date: Mon, 12 Sep 2022 08:11:52 -0700 Subject: [PATCH] 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. --- configs/webui/webui_streamlit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/webui/webui_streamlit.yaml b/configs/webui/webui_streamlit.yaml index b426aab..851d1e0 100644 --- a/configs/webui/webui_streamlit.yaml +++ b/configs/webui/webui_streamlit.yaml @@ -73,7 +73,7 @@ txt2vid: separate_prompts: False normalize_prompt_weights: True save_individual_images: True - save_grid: False + save_video: True group_by_prompt: True write_info_files: True do_loop: False