Skip to content
/ SDIMV Public

Standalone program for viewing metadata of Stable Diffusion generated images

License

Notifications You must be signed in to change notification settings

maagic6/SDIMV

Repository files navigation

SDIMV

Release Downloads License: GPLv3

Standalone program for viewing metadata of stable diffusion generated images

Download (Windows)

Download from releases

Features

  • Supports AUTOMATIC1111 web UI, NovelAI, and ComfyUI* png images
  • Supports AUTOMATIC1111 web UI jpg images
  • Supports PixAI mp4 animations
  • Resizing and rearranging of UI
  • Drag and drop images/folders

*Note: SDIMV has not been tested on many ComfyUI images so expect bugs/crashes

Build (Linux/MacOS) (need to handle platform-specific code + update requirements.txt first)

pip install -r requirements.txt
pip install pyinstaller
pyinstaller SDIMV.spec~~

Executable can be found in /dist after building

Acknowledgements