Agent skill · AI & Agents

comfyui

ComfyUI node-based Stable Diffusion interface. GPU-accelerated image generation with custom node support and CivitAI model downloads. Use 'ujust comfyui' for configuration, lifecycle management, and model/node operations.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill comfyui --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/ai-ml/comfyui/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# ComfyUI - Stable Diffusion Interface ## Overview ComfyUI is a powerful node-based Stable Diffusion interface for AI image generation. The `comfyui` command manages the ComfyUI container, including configuration, lifecycle management, model downloads, and custom node management. **Key Concept:** This is a **system command** - run with `ujust` from anywhere on the system. ComfyUI runs as a Podman Quadlet service. By default, data is ephemeral (stored inside the container). Configure volume mounts for persistent storage. ## Quick Reference | Action | Command | Description | |--------|---------|-------------| | Config | `ujust comfyui config [--models-dir=...] [--output-dir=...] [--port=...]` | Configure ComfyUI | | Start | `ujust comfyui start` | Start ComfyUI server | | Stop | `ujust comfyui stop` | Stop ComfyUI server | | Restart | `ujust comfyui restart` | Restart ComfyUI server | | Status | `ujust comfyui status` | Show status and model counts | | Logs | `ujust comfyui logs [--lines=...]` | View service logs | | Open | `ujust comfyui open` | Open UI in browser | | Shell | `ujust comfyui shell [-- CMD...]` | Open shell in container | | Download model | `ujust comfyui download --m

What's inside
Steps it walks through
  1. Overview
  2. Quick Reference
  3. Configuration
  4. Parameters
  5. Configuration Examples
  6. Update Existing Configuration
  7. Shell Access
  8. Model Downloads
  9. download
  10. Download Examples
  11. Custom Nodes
  12. node-install
  13. Popular Custom Nodes
  14. Data Storage
Ships with 1 file
  • metadata.json
Commands it runs
Ephemeral mode - no persistent storage (data lost on container recreation)
ujust comfyui config
Persist models only (most common)
ujust comfyui config --models-dir=/data/models
Persist models and output
ujust comfyui config --models-dir=/data/models --output-dir=/data/output
Persist models and custom_nodes
ujust comfyui config --models-dir=/data/models --nodes-dir=/data/nodes
All directories with custom port and GPU
ujust comfyui config --models-dir=/data/models --output-dir=/data/output \
More from claude-skill-registry
All skills →
About this skill
What does the comfyui skill do?

ComfyUI node-based Stable Diffusion interface. GPU-accelerated image generation with custom node support and CivitAI model downloads. Use 'ujust comfyui' for configuration, lifecycle management, and model/node operations.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill comfyui --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going