Standalone program for viewing metadata of stable diffusion generated images
Download from releases
- 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
pip install -r requirements.txt
pip install pyinstaller
pyinstaller SDIMV.spec~~
Executable can be found in /dist after building
- sleepycherryi for icon
- PyQt-Frameless-Window used for implementing custom titlebar