comfy-nodes
✓Use when the user wants to create a ComfyUI custom node, convert Python code to a node, make a node from a script, or needs help with ComfyUI node development, INPUT_TYPES, RETURN_TYPES, or node class structure.
Installation
SKILL.md
This skill helps you create custom ComfyUI nodes from Python code.
| PIL Image | IMAGE | torch.fromnumpy(np.array(pil) / 255.0) | | numpy array | IMAGE | torch.fromnumpy(arr.astype(np.float32)) | | cv2 BGR | IMAGE | torch.fromnumpy(cv2.cvtColor(img, cv2.COLORBGR2RGB) / 255.0) | | float 0-255 | IMAGE | Divide by 255.0 | | Single image | Batch | tensor.unsqueeze(0) |
ComfyUI images are [B,H,W,C] - always process all batch items:
Use when the user wants to create a ComfyUI custom node, convert Python code to a node, make a node from a script, or needs help with ComfyUI node development, INPUT_TYPES, RETURN_TYPES, or node class structure. Source: peteromallet/vibecomfy.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/peteromallet/vibecomfy --skill comfy-nodes- Source
- peteromallet/vibecomfy
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is comfy-nodes?
Use when the user wants to create a ComfyUI custom node, convert Python code to a node, make a node from a script, or needs help with ComfyUI node development, INPUT_TYPES, RETURN_TYPES, or node class structure. Source: peteromallet/vibecomfy.
How do I install comfy-nodes?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/peteromallet/vibecomfy --skill comfy-nodes Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/peteromallet/vibecomfy
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01