Stable Diffusion Browser
Browse, search, and manage all AI generated images on your machine, in one place.
- Browse: Browse images and their extracted metadata in one place
- Search: Quickly search images by prompt
- Manage: select and bulk delete files, drag and drop to any other app for seamless integrated workflows.
Check out https://breadboard.me
Breadboard works on
- Windows
- Mac
- Linux
Currently supports files generated by the following apps, out of the box:
- Diffusionbee: https://diffusionbee.com
- Automatic111: https://github.com/AUTOMATIC1111/stable-diffusion-webui
- InvokeAI: https://invoke-ai.github.io/InvokeAI/
Designed with extensibility in mind, and can support other formats in the future (Feel free to open an issue to request)
- Questions: Join the Discord channel to ask questions https://discord.gg/XahBUrbVwz
- News and updates: Follow the creator on Twitter to stay updated https://twitter.com/cocktailpeanut
- Requests reports: Open an issue on Github to share feature requests and bug reports https://github.com/cocktailpeanut/breadboard/issues
First install dependencies:
npm install
Then start the app:
npm start
Install dependencies:
npm install
Build:
npm run dist