Files
runpod/models/comfyui
Sebastian Krüger 37e07b1f75 fix: add missing node connections to ControlNet fusion workflow
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>
2025-11-22 20:09:39 +01:00
..