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.
npx skills add majiayu000/claude-skill-registry --skill comfyui --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Overview
- Quick Reference
- Configuration
- Parameters
- Configuration Examples
- Update Existing Configuration
- Shell Access
- Model Downloads
- download
- Download Examples
- Custom Nodes
- node-install
- Popular Custom Nodes
- Data Storage
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 \
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.
