CLI for Stable Diffusion tasks.
Project description
giger
CLI for Stable Diffusion tasks.
Installation
pip install giger
activate-global-python-argcomplete
echo 'eval "$(register-python-argcomplete giger)"' >> ~./zshrc
CLI
template
giger template -c type=Viking -d data/hero.yaml "$(cat templates/hero.j2)"
prompt
giger prompt "Spawn in a battle" --time "ancient" --type "Comic Book" --background_color "#000000" --art_style "Concept art" --realism "Photorealistic" --rendering_engine "Octane render" --lightning_style "Cinematic" --camera_position "Ultra-Wide-Angle Shot" --resolution "8k"
image
giger image "Comic Book of Spawn in a battle, Concept art, Photorealistic, Octane render, Cinematic, Ultra-Wide-Angle Shot, 8k" --output $HOME/Desktop/ --name spawn
or e.g.
giger image "$(giger prompt "Spawn in a battle" --time "ancient" --type "Comic Book" --background_color "#000000" --art_style "Concept art" --realism "Photorealistic" --rendering_engine "Octane render" --lightning_style "Cinematic" --camera_position "Ultra-Wide-Angle Shot" --resolution "8k")" --output $HOME/Desktop/ --name spawn
prompt="a wall with graffiti on it, with text Seen, in the art of Seen, located in New York City"
echo "$prompt" | giger image --output $(pwd)/out/batch --name graffiti --input $(pwd)/assets/img/sketch.png --controlnet_model "lllyasviel/sd-controlnet-hed"
echo "$prompt" | giger image --output $(pwd)/out/batch --name graffiti --input $(pwd)/assets/img/sketch.png
echo "$prompt" | giger image --output $(pwd)/out/batch --name graffiti
roop
giger roop --source face.jpg --input target.png --output output.png
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
giger-0.1.2.tar.gz
(20.7 kB
view details)
Built Distribution
giger-0.1.2-py3-none-any.whl
(14.8 kB
view details)
File details
Details for the file giger-0.1.2.tar.gz
.
File metadata
- Download URL: giger-0.1.2.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b85df17f9b4203672d4db4f47441e4c529a3d29f65cb8ef871e4d08b4f9d96d0 |
|
MD5 | ec0f49a351504ae04ddb8b08e735cb3e |
|
BLAKE2b-256 | a9450e5d4e39312bc8e7543eeff1b62460ac7d5fdf8b22c8e33249de7428bf46 |
File details
Details for the file giger-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: giger-0.1.2-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 847639429e132f4fdfe9eeb5fa045e6e74912d967c2f8713471db813e858d322 |
|
MD5 | a829135066ada999faec1bc20abf8c0a |
|
BLAKE2b-256 | d0abf99fe31f02cb82ee58b3ab6029e95707c72a9597fe1b8a457ff3cc4754fe |