EasyDiffusion_Image_Browser
Browse and view all images generated and stored by Easy Diffusion
EasyDiffusion configuration
- Need EasyDiffusion installed to generate images
- Easy Diffusion > settings
- Need to activate
Auto-Save Images - Need to set
Metadata formattotxt,json,embeded & txtorembeded & json, yet, does not support embeded format
- Need to activate
Use
- Place this repo inside the destination repository of EasyDiffusion (Easy Diffusion > Settings tab >
Save Locationpath) - Start server and client either with
start.batfile (windows), else, process all the commands of the batch file - Open client and browse pictures
Client preview
How does it work
The node.js server server.js list all images in jpeg format and metada in json format it found and build an internal JSON list of all images. Then it wait for a GET request /ai with query params q=SomeURLEncodedStringRequest. The string passed in query params is the user search, separated with spaces. The server filter images and provide all images with their metadata including in prompt all words asked by user.
To do
- Accept image embeded metadata formats
- More filter for browsing images
- Select model
- Select samplers
- Select range for inferance steps
- Select range for guidance scale
- Select range for dimensions
