Compare commits

...

2 Commits

Author SHA1 Message Date
Fernando Manzo
5a228dfe06
Merge c98117a802 into 80e5c8a987 2025-12-22 19:14:21 +01:00
Fernando Manzo
c98117a802 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
2025-12-19 17:23:23 -03:00

View File

@ -39631,6 +39631,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."
}
]
}