Skip to main content

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

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sd-geninfo-0.0.3.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

sd_geninfo-0.0.3-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page