Comfyui
A comprehensive skill catalog for AI agents
npx -y skills add G1Joshi/Agent-Skills --skill comfyuiAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
ComfyUI node-based Stable Diffusion. Use for image generation.
SKILL.md
1.2 KB, as published. Nobody here has run it
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.