sygil-webui/scripts
Chris Heald d53643822d Collect images for final display
This is a collection of several changes to enhance image display:

* When using GFPGAN or RealESRGAN, only the final output will be
  displayed.
* In batch>1 mode, each final image will be collected into an image grid
  for display
* The image is constrained to a reasonable size to ensure that batch
  grids of RealESRGAN'd images don't end up spitting out a massive image
  that the browser then has to handle.
* Additionally, the progress bar indicator is updated as each image is
  post-processed.
2022-09-16 17:39:46 -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 Fix the gallery back/next buttons and add a refresh button 2022-09-15 12:45:45 -07:00
img2img.py Don't attempt mask restoration when there is no mask given (#1186) 2022-09-16 23:56:09 +03:00
imglab.py allow webp uploads to img2img tab #991 2022-09-16 20:55:58 +01:00
ModelManager.py Fixed a missing import on the ModelManager script. 2022-09-15 14:27:13 -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 Collect images for final display 2022-09-16 17:39:46 -07: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
textual_inversion.py - Bumped the version of diffusers used on the txt2vid tab to be now v0.3.0. 2022-09-16 11:50:22 -07:00
txt2img.py Merge branch 'dev' into gallery-fixes 2022-09-16 04:21:58 -07:00
txt2vid.py allow webp uploads to img2img tab #991 2022-09-16 20:55:58 +01:00
webui_streamlit_old.py allow webp uploads to img2img tab #991 2022-09-16 20:55:58 +01:00
webui_streamlit.py Removed the Home tab until the gallery is fixed. 2022-09-15 14:23:09 -07:00
webui.py add missing argument to GoBig sample function, fixes #1183 (#1184) 2022-09-16 20:40:30 +01:00