From b9ff57aabdf5032a207beda31a6d0acca53e25da Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Sat, 17 May 2025 13:25:09 -0700 Subject: [PATCH] Update README. --- comfy_api_nodes/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/comfy_api_nodes/README.md b/comfy_api_nodes/README.md index 85cdaa87a..64a389cc1 100644 --- a/comfy_api_nodes/README.md +++ b/comfy_api_nodes/README.md @@ -18,6 +18,8 @@ Follow the instructions [here](https://github.com/Comfy-Org/ComfyUI_frontend) to python run main.py --comfy-api-base https://stagingapi.comfy.org ``` +To authenticate to staging, please login and then ask one of Comfy Org team to whitelist you for access to staging. + API stubs are generated through automatic codegen tools from OpenAPI definitions. Since the Comfy Org OpenAPI definition contains many things from the Comfy Registry as well, we use redocly/cli to filter out only the paths relevant for API nodes. ### Redocly Instructions