mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-15 22:42:14 +03:00
ede343a269
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 |
||
---|---|---|
.. | ||
find_noise_for_image.py | ||
home.py | ||
img2img.py | ||
imglab.py | ||
matched_noise.py | ||
ModelManager.py | ||
perlin.py | ||
relauncher.py | ||
sd_utils.py | ||
Settings.py | ||
stable_diffusion_pipeline.py | ||
stable_diffusion_walk.py | ||
txt2img.py | ||
txt2vid.py | ||
webui_streamlit_old.py | ||
webui_streamlit.py | ||
webui.py |