Add JMNodes to ComfyUI Manager (#1194)

Add JMNodes to ComfyUI Manager. This provides nodes to support generation of all possible combinations of a set of prompts via boolean logic.
This commit is contained in:
Justin Matters 2024-10-29 17:53:53 +00:00 committed by GitHub
parent 2fe812084a
commit b04840ffa3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16477,6 +16477,17 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "JustinMatters",
"title": "ComfyUI JMNodes",
"id": "JMNodes",
"reference": "https://github.com/JustinMatters/comfyUI-JMNodes",
"files": [
"https://github.com/JustinMatters/comfyUI-JMNodes"
],
"install_type": "git-clone",
"description": "Provides nodes to support generation of all possible combinations of a set of prompts via boolean logic"
}
]
}