maagic6 / SDIMV

Standalone program for viewing metadata of Stable Diffusion generated images
GNU General Public License v3.0
17 stars 1 forks source link
image-viewer metadata-extraction prompt prompts pyqt6 stable-diffusion

SDIMV

Release Downloads License: GPLv3

Standalone program for viewing metadata of stable diffusion generated images

Download (Windows)

Download from releases

Features

*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