ComfyUI Extension: ComfyUI-Pythza

Authored by Pythza

Created

Updated

0 stars

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

A small utility node for ComfyUI that provides a node navigator to pan the canvas to any node by ID for quick navigation in large workflows.

Looking for a different extension?

Custom Nodes (1)

README

ComfyUI-Pythza

A small utility node for ComfyUI.

🧭 Node Navigator

Pan the canvas to any node by its ID. Useful for large workflows where you need to jump between distant nodes quickly.

  • Enter a node ID and click "Go to node"
  • The canvas centers on the target node instantly
  • Works like a bookmark, but you choose the destination on the fly

Tip: You can find a node's ID by right-clicking it in ComfyUI — it's shown at the top of the context menu.

Installation

Manual

cd ComfyUI/custom_nodes
git clone https://github.com/Pythza/ComfyUI-Pythza.git

Restart ComfyUI.

Structure

ComfyUI-Pythza/
├── __init__.py       # Node definition (Python)
├── js/
│   └── pythza.js     # Frontend (canvas navigation)
└── README.md

License

MIT

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

Learn more