Agent skill
comfyui
ComfyUI node-based Stable Diffusion. Use for image generation.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/comfyui
SKILL.md
ComfyUI
ComfyUI is a node-based GUI for Stable Diffusion. It gives you infinite control over the generation pipeline. 2025 update (UI Overhaul) makes it more accessible.
When to Use
- Complex Workflows: Hires.fix, Inpainting, ControlNet, and Upscaling in one pipeline.
- Video: AnimateDiff and video-to-video workflows.
- Optimization: Runs on lower VRAM than WebUI (A1111).
Core Concepts
Nodes & Noodles
Connect "Load Checkpoint" -> "CLIP Text Encode" -> "KSampler" -> "VAE Decode" -> "Save Image".
Workflow Format
Workflows are saved as PNG metadata. Drag a PNG into ComfyUI to load its workflow.
Custom Nodes
Community plugins (thousands available via ComfyUI Manager).
Best Practices (2025)
Do:
- Use ComfyUI Manager: Essential for installing missing custom nodes.
- Use XY Plot: To test different parameters (CFG vs Steps) grid.
- Save Workflows: Organize your JSON/PNG workflows.
Don't:
- Don't fear the spaghetti: It looks complex, but logic is linear.
References
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?