controlnet-auxEasy Playground

Auxiliary models for ControlNet (edge detection, pose, depth)

Getting started with controlnet-auxRun locally
Install
pip install controlnet-aux
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: controlnet_aux)

controlnet-aux is a third-party package. Auxiliary models for ControlNet (edge detection, pose, depth). Install with: pip install controlnet-aux

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?