diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-01-21 06:14:27 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-01-21 06:14:27 +0000 |
commit | 6d805b669e86233432f56ee1892d062103abe501 (patch) | |
tree | e76ace1a20b959f3a647740bc08085d4c82898aa /README.md | |
parent | 40ff6db5325fc34ad4fa35e80cb1e7768d9f7e75 (diff) | |
download | stable-diffusion-webui-gfx803-6d805b669e86233432f56ee1892d062103abe501.tar.gz stable-diffusion-webui-gfx803-6d805b669e86233432f56ee1892d062103abe501.tar.bz2 stable-diffusion-webui-gfx803-6d805b669e86233432f56ee1892d062103abe501.zip |
make CLIP interrogator download original text files if the directory does not exist
remove random artist built-in extension (to re-added as a normal extension on demand)
remove artists.csv (but what does it mean????????????????????)
make interrogate buttons show Loading... when you click them
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -49,7 +49,6 @@ A browser interface based on Gradio library for Stable Diffusion. - Running arbitrary python code from UI (must run with --allow-code to enable)
- Mouseover hints for most UI elements
- Possible to change defaults/mix/max/step values for UI elements via text config
-- Random artist button
- Tiling support, a checkbox to create images that can be tiled like textures
- Progress bar and live image generation preview
- Negative prompt, an extra text field that allows you to list what you don't want to see in generated image
|