Extensions/ComfyUI-Secrets
ComfyUI Extension

ComfyUI-Secrets

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

By S0yKaf·Created 6 months ago·Updated 6 months ago· 1
S0yKaf/comfyui-secrets
Nodes1
On cloudLocal install
Categorysecrets/secrets
Stars1
Updated6 months ago
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