Views
No views yet

1# Define base prompt
2prompt="graffiti on black background, in the colors purple and yellow"1# Extend prompt and add compel syntax (https://github.com/damian0815/compel)
2prompt=$(giger prompt "$prompt" --rendering_engine "Octane Render" --lightning_style "Cinematic" --resolution "8k" --compel_style "subtle")
3# ('graffiti on black background, in the colors purple and yellow', 'Octane Render, Cinematic, 8k').and()1# Generate image
2echo "$prompt" | giger image --output ./graffiti --name sketch --seed 0 --batch_count 10 --width 768 --height 432 --lora_model "OedoSoldier/detail-tweaker-lora" --lora_filename "add_detail.safetensors" --lora_scale 0.75 --input ./images/sketch.png --controlnet_model "artificialhoney/graffiti" --controlnet_conditioning_scale 0.45


