Views
No views yet


├── images/
│ ├── 1.png
│ ├── 1.json
│ ├── 2.png
│ ├── 2.json
│ ├── ...1python3 demo_controlnet_inference.py \
2 --checkpoint controlnet.safetensors \
3 --control_image "input_image.jpg" \
4 --prompt "a handsome viking man with white hair, cinematic, MM full HD"
1python3 demo_controlnet_inference.py \
2 --checkpoint controlnet.safetensors \
3 --control_image "input_image.jpg" \
4 --prompt "a dark evil mysterius house with ghosts, cinematic, MM full HD"