.. |
pipelines/stable_diffusion
|
Add periodic checkpointing
|
2022-09-23 15:29:08 +01:00 |
diffusers_textual_inversion_2.py
|
Add periodic checkpointing
|
2022-09-23 15:29:08 +01:00 |
home.py
|
Fix the gallery back/next buttons and add a refresh button
|
2022-09-15 12:45:45 -07:00 |
img2img.py
|
The denoising_strength slider on img2img is now customizable using the config file.
|
2022-09-21 14:58:49 -07:00 |
imglab.py
|
allow webp uploads to img2img tab #991
|
2022-09-16 20:55:58 +01:00 |
merge.py
|
Added implementation of the Concepts Library tab made by @Qualzz.
|
2022-09-20 21:06:00 -07:00 |
ModelManager.py
|
Fixed typo on the sd-concepts-library path.
|
2022-09-18 14:20: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_concept_library.py
|
better library browser (#1281)
|
2022-09-24 00:20:51 +01:00 |
sd_concepts_library_downloader.py
|
Improved the script that downloads the concepts library from huggingface in case someone wants to use it.
|
2022-09-22 00:02:44 -07:00 |
sd_utils.py
|
Added simple function to allows to change the title of the app dynamically instead of only doing it once per app, this could be useful for setting the title on specific pages and making it appear on the browser history.
|
2022-09-23 21:19:50 -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 |
textual_inversion.py
|
Basic code for the streamlit textual inversion page.
|
2022-09-22 01:44:35 -07:00 |
txt2img.py
|
Every slider min, max and step values as well as its default value is now configurable through the config file.
|
2022-09-18 11:11:23 -07:00 |
txt2vid.py
|
Fixed the image not been decoded in txt2vid if the Update Image Preview options was not checked.
|
2022-09-20 17:07:38 -07:00 |
webui_streamlit_old.py
|
allow webp uploads to img2img tab #991
|
2022-09-16 20:55:58 +01:00 |
webui_streamlit.py
|
Basic code for the streamlit textual inversion page.
|
2022-09-22 01:44:35 -07:00 |
webui.py
|
remove wrong arguments from save_sample call (#1290)
|
2022-09-24 01:29:12 +01:00 |