stable-diffusion-webui/frontend
ZeroCool940711 ede343a269 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.
The list of modules is as follow:
- webuit_streamlit.py: contains the main layout as well as the functions that load the css which is needed by the layout.
- webui_streamlit_old.py: contains the code for the previous version of the WebUI. Will be removed once the new UI code starts to get used and if everything works as it should.
- txt2img.py: contains the code for the txt2img tab.
- img2img.py: contains the code for the img2img tab.
- txt2vid.py: contains the code for the txt2vid tab.
- sd_utils.py: contains utility functions used by more than one module, any function that meets such condition should be placed here.
- ModelManager.py: contains the code for the Model Manager page on the sidebar menu.
- Settings.py: contains the code for the Settings page on the sidebar menu.
- home.py: contains the code for the Home tab, history and gallery implemented by @devilismyfriend.
- imglab.py: contains the code for the Image Lab tab implemented by @devilismyfriend
2022-09-13 14:09:39 -07:00
..
css 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
js fix: advanced editor (#827), close #811 2022-09-08 15:43:08 +03:00
__init__.py Refactored the UI, added a web_playground.py to be run without any models. 2022-08-29 00:41:17 +01:00
CODEOWNERS fixes [CHORE] - add codeowners file for altryne on /frontend #386 (#387) 2022-08-31 20:39:04 +01:00
css_and_js.py fix: advanced editor (#827), close #811 2022-09-08 15:43:08 +03:00
frontend.py JobManager: Buttons skip queue (#1092) 2022-09-13 22:25:51 +03:00
image_metadata.py Metadata cleanup - Maintain metadata within UI (#845) 2022-09-09 19:27:21 +03:00
job_manager.py JobManager: Buttons skip queue (#1092) 2022-09-13 22:25:51 +03:00
ui_functions.py Add mask_restore to restore images based on mask, fixing #665 (#898) 2022-09-10 00:07:14 +03:00