sd-geninfo

Python CLI for reading metadata embedded in images generated by Stable Diffusion.


License
MIT
Install
pip install sd-geninfo==0.0.3

Documentation

sd-geninfo

Python CLI for reading metadata embedded in images generated by Stable Diffusion.

Dependencies

Installation

$  pip install sd-geninfo

Usage

usage: sd-geninfo [-h] [-i INPUT] [-c COLOR] [-m] [-f {json,yaml}]

Python CLI for reading metadata embedded in images generated by Stable Diffusion.

options:
  -h, --help            show this help message and exit
  -i INPUT, --input INPUT
                        Path to input image from which to read metadata,
                        alternatively you can pass the input path on stdin
  -c COLOR, --color COLOR
                        Whether or not the JSON output should be printed in
                        color, to pretty print the json result in color, defaults
                        to "--color=auto" which will pretty print when stdout is
                        detected as a terminal, pass "--color=never" to force
                        printing in plain text, pass "--color=always" to force
                        pretty printing
  -m, --minify          Whether or not to minify the json result, defaults to
                        False
  -f {json,yaml}, --format {json,yaml}
                        The format to output the metadata in, json or yaml,
                        defaults to json