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
This commit is contained in:
Fernando Manzo 2025-12-19 17:23:23 -03:00
parent f4fdd51ce9
commit c98117a802

View File

@ -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."
}
]
}