Skip to content

albertpb/sd-manager

Repository files navigation

SD Manager

Sd Manager is a desktop app to organize models and images generated by Automatic1111 or Comfyui

Features

  • 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

How to use

  • set the directory where your stable difussion models are
  • add folders to watch for images generated

Search images

  • 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

ComfyUI params

I recommend this node to save params so SD-Manager can parse the metadata, https://github.com/alexopus/ComfyUI-Image-Saver

Notes

  • The database is stored in %AppData%\sd-manager\database.db in case you want to make a backup or edit it

Run in development mode

  • Install node v18
  • Install modules with npm install
  • Run npm run start