stable-diffusion-webui/scripts
2022-09-14 02:46:01 -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 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
imglab.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
ModelManager.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
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 - Added the functions to load the optimized models, this "should" make it so optimized and turbo mode work now but needs to be tested more. 2022-09-14 02:46:01 -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 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
txt2vid.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_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 Forgot to call the layout() for the Model Manager tab after the import so it was not been used and the tab was shown as empty. 2022-09-13 23:02:16 -07:00
webui.py support negative prompts separated by ### 2022-09-11 14:51:20 -06:00