Add PromptDeckComposer to custom node list

This commit is contained in:
chkeeho80 2026-05-03 00:13:43 +09:00 committed by GitHub
parent 8d5c12037f
commit f70e8823f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46619,5 +46619,13 @@
"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."
} }
{
"name": "PromptDeckComposer",
"author": "chkeeho80",
"description": "Structured + chaos-based prompt generation system for ComfyUI. Generate less. Evolve more.",
"url": "https://github.com/chkeeho80/PromptDeckComposer",
"install_type": "git-clone",
"category": "prompt"
}
] ]
} }