sygil-webui/scripts
2022-10-04 09:04:41 -07:00
..
pipelines/stable_diffusion Add periodic checkpointing 2022-09-23 15:29:08 +01:00
__init__.py Added config.toml file again. 2022-09-26 06:53:14 -07:00
bridgeData_template.py Stable Horde bridge (#1204) 2022-10-02 18:22:27 +01:00
clip_interrogator.py Img2txt dependencies and necessary files. (#1354) 2022-09-28 12:37:15 -07:00
diffusers_textual_inversion_2.py Fix --config args 2022-09-26 23:58:41 -04:00
home.py License header 2022-09-26 14:02:48 +01:00
img2img.py Fixed LDSR, now it should work both txt2img and img2img 2022-10-02 20:26:01 -07:00
img2txt.py Update img2txt.py 2022-10-04 11:43:36 +01:00
imglab.py Changed the default streamlit import for hydralit as we will be using hydralit as replacement for the default streamlit library, hydralit provides better control over css as well as having a lot more options. (#1352) 2022-09-28 09:33:54 -07:00
logger.py Stable Horde bridge (#1204) 2022-10-02 18:22:27 +01:00
merge.py Added implementation of the Concepts Library tab made by @Qualzz. 2022-09-20 21:06:00 -07:00
modeldownload.py License header 2022-09-26 14:02:48 +01:00
ModelManager.py Models from the Model Manager are now stored inside the config file. This allow us to have them as global variables inside streamlit and have them unified in a single place. 2022-10-03 13:14:49 -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 Fix infinite loop on bridge mode when seed == 0 (#1406) 2022-10-03 09:26:26 +01:00
scn2img.py Add metadata to scn2img intermediate image output (#1386) 2022-10-02 20:56:49 +01:00
sd_concept_library.py gallery_v1 2022-10-01 20:14:32 +02:00
sd_concepts_library_downloader.py License header 2022-09-26 14:02:48 +01:00
sd_utils.py Fixed error when selecting LDSR without GFPGAN enabled. 2022-10-03 08:58:37 -07:00
Settings.py Fixed multiple settings and default values not working properly. 2022-10-02 21:25:41 -07:00
stable_diffusion_pipeline.py Moved the model to server_state instead of session_state so it can be shared between multiple sessions, tabs and users as long as the streamlit server is running. 2022-09-25 00:03:05 -07:00
textual_inversion.py Changed the default streamlit import for hydralit as we will be using hydralit as replacement for the default streamlit library, hydralit provides better control over css as well as having a lot more options. (#1352) 2022-09-28 09:33:54 -07:00
txt2img.py Fixed multiple settings and default values not working properly. 2022-10-02 21:25:41 -07:00
txt2vid.py Fixed multiple settings and default values not working properly. 2022-10-02 21:25:41 -07:00
webui_streamlit.py Fixed missing keys on first run, it seems related to server_state doing a rerun in the background on first run which changes the first session_state initialization, this causes it to be empty until the second run. 2022-10-02 21:50:24 -07:00
webui.py Added batch/shell script to explicitly start the stable horde bridge (#1413) 2022-10-04 11:07:09 +01:00