ComfyUI Extension: ComfyUI-Secrets

Authored by S0yKaf

Created

Updated

1 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.

Simple node to manage API keys and secrets for OpenAI, Anthropic, OpenRouter, Stability AI, etc... Allows you to keep your secrets out of your workflows. Zero Deps

Looking for a different extension?

Custom Nodes (1)

README

comfyui-secrets

Manage API keys and other secrets inside ComfyUI without hardcoding them into your workflows. Allow for sharing workflows without leaking your keys.

Secrets are stored locally in secrets.json next to the node.

Secrets Manager

A panel accessible directly from the frontend lets you add, update, and delete secrets. Values are masked by default with a toggle to reveal them.

Secrets Manager UI

Get Secret Node

The Get Secret node exposes a dropdown of your stored secrets and outputs the value as a string. Wire it into any input that expects an API key or token.

Use the Edit Secrets button to open the manager without hunting through menus.

Get Secret node in use

Installation

Clone into your ComfyUI custom_nodes directory:

cd custom_nodes
git clone https://github.com/your-username/comfyui-secrets

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