Add Majoor Project Settings custom node

Added a new custom node extension for project management in ComfyUI.
This commit is contained in:
Ewald 2025-12-21 22:59:31 +01:00 committed by GitHub
parent b1e1d4f936
commit a7a6910394
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38834,6 +38834,18 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
} },
{
"author": "MajoorWaldi",
"title": "Majoor Project Settings",
"id": "ComfyUI-Majoor-ProjectSettings",
"reference": "https://github.com/MajoorWaldi/ComfyUI-Majoor-ProjectSettings",
"files": [
"https://github.com/MajoorWaldi/ComfyUI-Majoor-ProjectSettings"
],
"install_type": "git-clone",
"description": "A custom node extension that adds project management functionality to ComfyUI.",
"tags": ["project manager", "settings", "metadata", "workflow", "utility","comfy",""project
}
] ]
} }