CLI for Stable Diffusion tasks.
Project description
CLI for Stable Diffusion tasks.
Installation
pip install giger
activate-global-python-argcomplete
echo 'eval "$(register-python-argcomplete giger)"' >> ~./zshrc
Usage
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.3.tar.gz
(20.7 kB
view details)
Built Distribution
giger-0.1.3-py3-none-any.whl
(14.3 kB
view details)
File details
Details for the file giger-0.1.3.tar.gz
.
File metadata
- Download URL: giger-0.1.3.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 | 9e64839c95bacfc4c57bdcf108dba95967d565b2a1574065d45352eb94382d91 |
|
MD5 | 90ef08c88b255a51c4178e0749ef3b88 |
|
BLAKE2b-256 | c17f4299885a5563d9dea6558a8958b5b0e2bc3d2bf0a3c9c1474f49e4892109 |
File details
Details for the file giger-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: giger-0.1.3-py3-none-any.whl
- Upload date:
- Size: 14.3 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 | f3cd2dbcf4ac8b4c36e00aaae43517ecbaf153c71fc747d620272fa5f6fb203a |
|
MD5 | fb300f2bcd09de53f3b51aff0c41e25c |
|
BLAKE2b-256 | df904560c0f117fdb04dfa1805a7c4deb66236e2c817cbc93d14a14fa674bc58 |