Sd Manager is a desktop app to organize models and images generated by Automatic1111 or Comfyui
- Organize and browse images by model
- Rank the images
- Sort the images by rank
- Add notes in markdown
- Insert images in image's notes with markdown
- Check models updates on civitai
- set the directory where your stable difussion models are
- add folders to watch for images generated
- By default it search images by model name.
- To search by tags you have to prefix t: , for example t:anime
- To search by prompt you have to prefix p: , for example p:1girl
- To search by negative prompt you have to prefix n: , for example n:ugly
I recommend this node to save params so SD-Manager can parse the metadata, https://github.com/alexopus/ComfyUI-Image-Saver
- The database is stored in %AppData%\sd-manager\database.db in case you want to make a backup or edit it
- Install node v18
- Install modules with npm install
- Run npm run start