Skip to content

Commit d063f50

Browse files
committed
added info about History/Image browser to readme
1 parent 3f5b108 commit d063f50

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Check the [custom scripts](https://github.com/AUTOMATIC1111/stable-diffusion-web
7272
- No token limit for prompts (original stable diffusion lets you use up to 75 tokens)
7373
- DeepDanbooru integration, creates danbooru style tags for anime prompts (add --deepdanbooru to commandline args)
7474
- [xformers](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Xformers), major speed increase for select cards: (add --xformers to commandline args)
75-
- History tab: view, direct and delete images conveniently within the UI
75+
- via extension: [History tab](https://github.com/yfszzx/stable-diffusion-webui-images-browser): view, direct and delete images conveniently within the UI
7676
- Generate forever option
7777
- Training tab
7878
- hypernetworks and embeddings options
@@ -95,6 +95,16 @@ git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-grad
9595
After running this command, make sure that you have `aesthetic-gradients` dir in webui's `extensions` directory and restart
9696
the UI. The interface for Aesthetic Gradients should appear exactly the same as it was.
9797

98+
## Where is History/Image browser?!?!
99+
Image browser is now an extension. You can install it using git:
100+
101+
```commandline
102+
git clone https://github.com/yfszzx/stable-diffusion-webui-images-browser extensions/images-browser
103+
```
104+
105+
After running this command, make sure that you have `images-browser` dir in webui's `extensions` directory and restart
106+
the UI. The interface for Image browser should appear exactly the same as it was.
107+
98108
## Installation and Running
99109
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.
100110

0 commit comments

Comments
 (0)