stable-diffusion-webui/scripts
2022-09-15 03:48:55 -07: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 Modified the way the defaults settings are loaded from the config file so we only load them on the webui_strealit.py file and use st.session_state to access them from anywhere else, this makes it so the config can be modified externally like before the code split and the changes will be updated on next rerun of the UI. 2022-09-14 06:40:56 -07:00
img2img.py - Fixed max_frame not being properly used and instead sampling_steps was the variable being use. 2022-09-14 11:34:24 -07:00
imglab.py Modified the way the defaults settings are loaded from the config file so we only load them on the webui_strealit.py file and use st.session_state to access them from anywhere else, this makes it so the config can be modified externally like before the code split and the changes will be updated on next rerun of the UI. 2022-09-14 06:40:56 -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 Fixed update_preview_frequency and update_preview using defaults from 2022-09-14 23:03:55 -04:00
Settings.py Modified the way the defaults settings are loaded from the config file so we only load them on the webui_strealit.py file and use st.session_state to access them from anywhere else, this makes it so the config can be modified externally like before the code split and the changes will be updated on next rerun of the UI. 2022-09-14 06:40:56 -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
TextualInversion.py Added custom models list to the txt2img tab. 2022-09-14 14:48:13 -07:00
txt2img.py Fixed update_preview_frequency and update_preview using defaults from 2022-09-14 23:03:55 -04:00
txt2vid.py Small fix to the custom model list. 2022-09-14 15:18:37 -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 Added streamlit_nested_layout component as dependency and imported on the webui_streamli.py file to allow us to use nested columns and expanders. 2022-09-15 03:48:55 -07:00
webui.py Re-merge #611 - View/Cancel in-progress diffusions (#796) 2022-09-14 23:48:56 +03:00