New Node banner
gelasdev gelasdev

New Node

AI community

Description

--- description: Scaffold a new BFL FLUX model node — picks the right base class, builds INPUT_TYPES + generate_image, wires NODE_CLASS_MAPPINGS and NODE_DISPLAY_NAME_MAPPINGS, and updates the README node table. Drives the bfl-new-node skill. allowed-tools: Read, Edit, Write, Grep, Glob, Bash(rg:*), Bash(grep:*) argument-hint: <ClassName> [generation|finetune|utility] [model-endpoint-name] --- # `/new-node` — scaffold a new BFL node Adds a new ComfyUI node that wraps a BFL FLUX endpoint, follo

Installation

Installs to ~/.claude/commands/gelasdev-comfyui-flux-bfl-api-new-node.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/gelasdev/ComfyUI-FLUX-BFL-API/HEAD/.claude/commands/new-node.md -o ~/.claude/commands/gelasdev-comfyui-flux-bfl-api-new-node.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository