Provides an interface to browse created images in the web browser.
 
 
 
Go to file
TwoPerCent e8c3d67742
Update README.md
2023-01-26 22:47:36 -05:00
javascript add keyboard event listener 2022-12-09 13:45:58 +08:00
scripts Sorting and filtering will use .txt as well 2023-01-26 22:04:35 -05:00
.DS_Store add keyboard event listener 2022-12-09 13:45:58 +08:00
.gitignore Create .gitignore 2022-10-27 09:15:37 +08:00
README.md Update README.md 2023-01-26 22:47:36 -05:00

README.md

stable-diffusion-webui-images-browser

Forked verison of yfszzx/stable-diffusion-webui-images-browser adding additional sorting and filtering by EXIF data including .txt file information.

Original Readme:

This an extension for stable-diffusion-webui

This an images browser for browsing past generated pictures view their generated infomationssend the prompt to txt2img or img2img collect images to your "faveries" fold, delete the images you no longer need and you can also browse images in any folds in your computer
image

go to the directory <stable-diffusion-webui project path>/extensions and run command to install:

git clone https://github.com/yfszzx/stable-diffusion-webui-images-browser

and restart your stable-diffusion-webui, then you can see the new tab "Images Browser"

See here for more install details