.coveragerc
.gitchangelog.rc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
Manifest.in
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/documentation.yml
.github/workflows/publish.yml
.github/workflows/test.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
docs/_static/styles/custom.css
docs/_templates/page.html
examples/assets/fonts/AnotherTag.ttf
examples/assets/fonts/Marsneveneksk.ttf
examples/assets/fonts/MostWasted.ttf
examples/assets/img/faces/johann.jpg
examples/assets/img/faces/kevin.jpg
examples/assets/img/faces/leif.jpg
examples/assets/img/faces/palina.jpg
examples/assets/img/faces/peter.jpg
examples/assets/img/faces/zakk.jpg
examples/assets/img/sketches/honeymachine.png
examples/assets/img/sketches/zonk.png
examples/assets/img/sketches/zuri.png
examples/assets/txt/prompts/_negative.txt
examples/assets/txt/prompts/graffiti.txt
examples/assets/txt/prompts/gravedigger.txt
examples/assets/txt/prompts/spawn.txt
examples/assets/txt/prompts/viking.txt
examples/assets/txt/prompts/vampire/ancient.txt
examples/assets/txt/prompts/vampire/modern.txt
examples/batch/README.rst
examples/batch/batch.py
examples/batch/requirements.txt
examples/graffiti/README.rst
examples/graffiti/app.py
examples/graffiti/requirements.txt
requirements/test.txt
src/giger/__init__.py
src/giger/cli.py
src/giger.egg-info/PKG-INFO
src/giger.egg-info/SOURCES.txt
src/giger.egg-info/dependency_links.txt
src/giger.egg-info/entry_points.txt
src/giger.egg-info/not-zip-safe
src/giger.egg-info/requires.txt
src/giger.egg-info/top_level.txt
src/giger/commands/image.py
src/giger/commands/prompt.py
src/giger/commands/roop.py
src/giger/commands/template.py
src/giger/services/image.py
src/giger/services/prompt.py
src/giger/services/roop.py
src/giger/services/template.py
tests/conftest.py
tests/test_cli.py
tests/commands/test_image_command.py
tests/commands/test_prompt_command.py
tests/commands/test_roop_command.py
tests/commands/test_template_command.py
tests/fixtures/face.jpg
tests/fixtures/fail.jpg
tests/fixtures/hero.yml
tests/fixtures/input.jpg
tests/services/test_image_service.py
tests/services/test_prompt_service.py
tests/services/test_roop_service.py
tests/services/test_template_service.py
tests/snapshots/cli/image/basic.yml.snapshot
tests/snapshots/cli/prompt/basic.yml.snapshot
tests/snapshots/cli/roop/basic.yml.snapshot
tests/snapshots/cli/template/basic.yml.snapshot
tests/snapshots/commands/image/controlnet/basic.yml.snapshot
tests/snapshots/commands/image/img2img/basic.yml.snapshot
tests/snapshots/commands/image/txt2img/basic.yml.snapshot
tests/snapshots/commands/prompt/basic.yml.snapshot
tests/snapshots/commands/prompt/output.yml.snapshot
tests/snapshots/commands/prompt/stdin.yml.snapshot
tests/snapshots/commands/roop/basic.yml.snapshot
tests/snapshots/commands/template/basic.yml.snapshot
tests/snapshots/commands/template/data.yml.snapshot
tests/snapshots/commands/template/output.yml.snapshot
tests/snapshots/commands/template/stdin.yml.snapshot
tests/snapshots/services/image/controlnet/basic.from_pretrained.yml.snapshot
tests/snapshots/services/image/controlnet/basic.pipeline.yml.snapshot
tests/snapshots/services/image/controlnet/cuda.from_pretrained.yml.snapshot
tests/snapshots/services/image/controlnet/cuda.pipeline.yml.snapshot
tests/snapshots/services/image/img2img/basic.from_pretrained.yml.snapshot
tests/snapshots/services/image/img2img/basic.pipeline.yml.snapshot
tests/snapshots/services/image/txt2img/basic.from_pretrained.yml.snapshot
tests/snapshots/services/image/txt2img/basic.pipeline.yml.snapshot
tests/snapshots/services/prompt/advanced.txt.snapshot
tests/snapshots/services/prompt/basic.txt.snapshot
tests/snapshots/services/prompt/compel_full.txt.snapshot
tests/snapshots/services/prompt/compel_full_full.txt.snapshot
tests/snapshots/services/prompt/compel_subtle.txt.snapshot
tests/snapshots/services/prompt/compel_subtle_empty.txt.snapshot