From c98117a802c5a3882715d004c353089a5d88bc1a Mon Sep 17 00:00:00 2001 From: Fernando Manzo Date: Fri, 19 Dec 2025 17:23:23 -0300 Subject: [PATCH] Add ComfyUI User Profiles to custom-node-list.json User profile management extension with: - Multiple profiles with custom input/output folders - Password protection - Optional file encryption (AES-256) - Native toolbar integration --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e9006e1f..b3d77d19 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -39423,6 +39423,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "femanzo", + "title": "ComfyUI User Profiles", + "id": "comfyui-user-profiles", + "reference": "https://github.com/femanzo/comfyui-user-profiles", + "files": [ + "https://github.com/femanzo/comfyui-user-profiles" + ], + "install_type": "git-clone", + "description": "User profile management with custom input/output folders and optional file encryption (AES-256). Create multiple profiles, protect with passwords, and encrypt your files when logged out." } ] }