A ComfyUI custom node pack that adds a frontend command palette for faster navigation and common actions. Created with comfyui-custom-node-template.
Ctrl/Cmd+K: open the palette through ComfyUI's keybinding system.>: run commands exposed by ComfyUI and installed frontend extensions.@: find and jump to nodes in the current graph.+: add installed nodes.#: open saved workflows and templates.?: open read-only help and about entries.
Settings add an adjustable node-jump zoom level and an option to hide API-only nodes from + search.
- Open ComfyUI
- Go to Manager > Custom Node Manager
- Search for ComfyUI Command Palette
- Click Install
pnpm install
uv sync --locked --group dev
pnpm typecheck
pnpm test:unitAdditional commands:
pnpm dev
pnpm test
pnpm test:e2e
pnpm open:e2epnpm test:e2e builds the frontend, provisions a scoped ComfyUI install, and runs the Playwright smoke suite.
pnpm open:e2e builds the frontend, provisions the same scoped ComfyUI install, and opens it for manual testing at http://127.0.0.1:8199.
