The ControlNet workflow had no links between nodes. Added all required connections for a complete multi-ControlNet pipeline: - SDXL checkpoint → model/CLIP/VAE - Load depth & canny control images - Load ControlNet models - Chain ControlNet applications (depth → canny) - Text encoders → conditioning - Sampler → VAE decode → save/preview Also fixed checkpoint to use sd_xl_base_1.0.safetensors 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>