ComfyUI-NodeJS Node (#737)

* Update custom-node-list.json

* Update custom-node-list.json
This commit is contained in:
daxcay 2024-06-03 05:59:17 +05:30 committed by GitHub
parent 315874acd2
commit 9dd2d07c76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10200,6 +10200,16 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "daxcay",
"title": "ComfyUI-NODEJS",
"reference": "https://github.com/daxcay/ComfyUI-NODEJS",
"files": [
"https://github.com/daxcay/ComfyUI-NODEJS"
],
"install_type": "git-clone",
"description": "This node allows the execution of Node.js application within ComfyUI by leveraging the ComfyUI-NODEJS, which starts alongside ComfyUI and facilitates the installation of Node.js. The integration enables Python subprocesses to execute Node.js scripts."
}
]
}