Agent skill · nousresearch

comfyui

Generate images, video, and audio via diffusion workflows.

What it needs

About 10k tokens when loaded.

What this skill does

ComfyUI Generate images, video, audio, and 3D content through ComfyUI using the official comfy-cli for setup/lifecycle and direct REST/WebSocket API for workflow execution. What's in this skill Reference docs (references/): official-cli.md — every comfy ... command, with flags rest-api.md — REST + WebSocket endpoints (local + cloud), payload schemas workflow-format.md — API-format JSON, common node types, param mapping template-integrity.md — converting comfyui-workflow-templates from editor format to API format: Reroute bypass, dotted dynamic-input keys (values.a, resizetype.width), Cloud quirks (302 redirect, 1 concurrent free-tier job, 1080p VRAM ceiling), Discord-compatible ffmpeg stitch. Authored by @purzbeats. Load this whenever you're starting from an official template. Scripts (scripts/): Script Purpose -------- --------- common.py Shared HTTP, cloud routing, node catalogs (don't run directly) hardwarecheck.py Probe GPU/VRAM/disk → recommend local vs Comfy Cloud comfyuisetup.sh Hardware check + comfy-cli + ComfyUI install + launch + verify extractschema.py Read a workflow → list controllable params + model deps checkdeps.py Check workflow against running server → list missing nodes/models autofixdeps.py Run checkdeps then comfy node install / comfy model download runworkflow.py Inject params, submit, monitor, download outputs (HTTP or WS) runbatch.py Submit a workflow N times with sweeps, parallel up to your tier wsmonitor.py Real-time WebSocket viewer for executing jobs (live progress) healthcheck.py Verification checklist runner — comfy-cli + server + models + smoke test fetchlogs.py Pull traceback / status messages for a given promptid Example workflows (workflows/): SD 1.5, SDXL, Flux Dev, SDXL img2img, SDXL inpaint, ESRGAN upscale, AnimateDiff video, Wan T2V. See workflows/README.md. When to Use User asks to generate images with Stable Diffusion, SDXL, Flux, SD3, etc. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills nousresearch/comfyui--faf454

View the source on GitHub

Browse the @skills marketplace