SDIMV
SDIMV copied to clipboard
Standalone program for viewing metadata of Stable Diffusion generated images
SDIMV
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
- sleepycherryi for icon
- PyQt-Frameless-Window used for implementing custom titlebar