From cd7a3203d9cde8da91800014e23729bbfbf78b3c Mon Sep 17 00:00:00 2001 From: ah-kun <160325091+ah-kun@users.noreply.github.com> Date: Sat, 17 Jan 2026 19:16:51 +0900 Subject: [PATCH] Add ComfyUI-OTP-Auth --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index e073250c..fd804a55 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -41881,6 +41881,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "ah-kun", + "title": "ComfyUI-OTP-Auth", + "reference": "https://github.com/ah-kun/ComfyUI-OTP-Auth", + "files": [ + "https://github.com/ah-kun/ComfyUI-OTP-Auth" + ], + "install_type": "git-clone", + "description": "Adds simple One-Time Password (OTP) authentication using Google Authenticator to protect publicly accessible ComfyUI instances." + } ] }