Hides API templates (partner/paid templates) from the Templates menu in ComfyUI.
Search for "Hide API Templates" in ComfyUI Manager and install.
Clone this repository into your custom_nodes directory:
cd ComfyUI/custom_nodes
git clone https://github.com/Chroma01/ComfyUI-Hide-API-Templates.gitThen restart ComfyUI.
Once installed and ComfyUI is restarted, all templates with the openSource flag set to false will be hidden from the Templates menu. This includes API templates and templates that require paid nodes.
No configuration required.
This extension hooks into api.getCoreWorkflowTemplates and filters out templates where openSource === false before they are rendered in the UI.
ComfyUI-Hide-API-Templates/
├── __init__.py
├── js/
│ └── hide_api_templates.js
└── pyproject.toml
MIT