diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-25 05:40:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-25 05:40:12 +0000 |
commit | 16416e42b5d06c7c580e12dab427e29750146604 (patch) | |
tree | ebe736abe4098fe25ba8536533b6a7d583124cef /README.md | |
parent | 734986dde3231416813f827242c111da212b2ccb (diff) | |
parent | 77a320f406a76425176b8ca4c034c362b6734713 (diff) | |
download | stable-diffusion-webui-gfx803-16416e42b5d06c7c580e12dab427e29750146604.tar.gz stable-diffusion-webui-gfx803-16416e42b5d06c7c580e12dab427e29750146604.tar.bz2 stable-diffusion-webui-gfx803-16416e42b5d06c7c580e12dab427e29750146604.zip |
Merge branch 'master' into on-image-saved-callback
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -72,7 +72,7 @@ Check the [custom scripts](https://github.com/AUTOMATIC1111/stable-diffusion-web - No token limit for prompts (original stable diffusion lets you use up to 75 tokens)
- DeepDanbooru integration, creates danbooru style tags for anime prompts (add --deepdanbooru to commandline args)
- [xformers](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Xformers), major speed increase for select cards: (add --xformers to commandline args)
-- History tab: view, direct and delete images conveniently within the UI
+- via extension: [History tab](https://github.com/yfszzx/stable-diffusion-webui-images-browser): view, direct and delete images conveniently within the UI
- Generate forever option
- Training tab
- hypernetworks and embeddings options
@@ -95,6 +95,16 @@ git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-grad After running this command, make sure that you have `aesthetic-gradients` dir in webui's `extensions` directory and restart
the UI. The interface for Aesthetic Gradients should appear exactly the same as it was.
+## Where is History/Image browser?!?!
+Image browser is now an extension. You can install it using git:
+
+```commandline
+git clone https://github.com/yfszzx/stable-diffusion-webui-images-browser extensions/images-browser
+```
+
+After running this command, make sure that you have `images-browser` dir in webui's `extensions` directory and restart
+the UI. The interface for Image browser should appear exactly the same as it was.
+
## Installation and Running
Make sure the required [dependencies](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Dependencies) are met and follow the instructions available for both [NVidia](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-NVidia-GPUs) (recommended) and [AMD](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-AMD-GPUs) GPUs.
|