Scaffold an SDXL workflow from a one-line description
When to use: You know what you want the workflow to do; you don't want to spend 20 minutes wiring it.
Prerequisites
- ComfyUI + comfy-pilot installed — comfy node install comfy-pilot
- Claude Code CLI — Pilot installs it automatically if missing
Flow
-
Open Pilot in ComfyUIOpen the Pilot terminal and say: 'Build me an SDXL text-to-image workflow with ControlNet depth conditioning.'✓ Copied→ Node graph assembles; models install if missing
-
Run itRun the workflow with prompt='cathedral interior, soft light' and my depth map.✓ Copied→ Image produced; workflow saved
Outcome: A working workflow without manually placing 20 nodes.
Pitfalls
- Asking for an exotic model Pilot can't find — Provide a HuggingFace repo URL or CivitAI ID; Pilot downloads whichever is specified