sygil-webui/scripts
2022-09-14 08:48:21 -04:00
..
DeforumStableDiffusion.py Made the defaults settings from the config file be stored inside st.session_state to avoid loading it multiple times when calling the "sd_utils.py" file from other modules. 2022-09-14 03:48:29 -07:00
home.py The webui_streamlit.py file has been split into multiple modules containing their own code making it easier to work with than a single big file. 2022-09-13 14:09:39 -07:00
img2img.py Merge branch 'dev' of github.com:sd-webui/stable-diffusion-webui into dev 2022-09-14 08:48:21 -04:00
imglab.py Moved defaults to the webui_streamlit.py file and fixed some imports. 2022-09-14 04:19:24 -07:00
ModelManager.py Moved defaults to the webui_streamlit.py file and fixed some imports. 2022-09-14 04:19:24 -07:00
perlin.py when in outcrop mode, mask added regions and fill in with voroni noise for better outpainting 2022-09-09 10:13:38 -04:00
relauncher.py Tiling parameter (#911) 2022-09-09 20:33:04 +03:00
sd_utils.py Moved defaults to the webui_streamlit.py file and fixed some imports. 2022-09-14 04:19:24 -07:00
Settings.py -Added the Update Image Preview option to be part of the current tab options under Preview Settings. 2022-09-12 11:44:00 -07:00
stable_diffusion_pipeline.py Added two new scripts that will be used for the new implementation of the txt2vid tab which uses the latest version of the diffusers library. 2022-09-10 07:38:57 -07:00
stable_diffusion_walk.py The webui_streamlit.py file has been split into multiple modules containing their own code making it easier to work with than a single big file. 2022-09-13 14:09:39 -07:00
txt2img.py Moved defaults to the webui_streamlit.py file and fixed some imports. 2022-09-14 04:19:24 -07:00
txt2vid.py Moved defaults to the webui_streamlit.py file and fixed some imports. 2022-09-14 04:19:24 -07:00
webui_streamlit_old.py The webui_streamlit.py file has been split into multiple modules containing their own code making it easier to work with than a single big file. 2022-09-13 14:09:39 -07:00
webui_streamlit.py Moved defaults to the webui_streamlit.py file and fixed some imports. 2022-09-14 04:19:24 -07:00
webui.py support negative prompts separated by ### 2022-09-11 14:51:20 -06:00