diff --git a/custom-node-list.json b/custom-node-list.json index 8efa61cb..4761bdca 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -14471,6 +14471,28 @@ "install_type": "git-clone", "description": "Compatible with alimama's SD3-ControlNet Demo on ComfyUI." }, + { + "author": "pydn", + "title": "ComfyUI to Python Extension", + "id": "comfyui-to-python-extension", + "reference": "https://github.com/pydn/ComfyUI-to-Python-Extension.git", + "files": [ + "https://github.com/pydn/ComfyUI-to-Python-Extension.git" + ], + "install_type": "git-clone", + "description": "This custom node allows you to generate pure python code from your ComfyUI workflow with the click of a button. Great for rapid experimentation or production deployment." + }, + { + "author": "Dayuppy", + "title": "Discord Webhook", + "id": "DiscordWebhook", + "reference": "https://github.com/Dayuppy/ComfyUI-DiscordWebhook", + "files": [ + "https://github.com/Dayuppy/ComfyUI-DiscordWebhook" + ], + "install_type": "git-clone", + "description": "A very simple Discord webhook integration node for ComfyUI that lets you post images and text." + }, @@ -14845,17 +14867,6 @@ "install_type": "unzip", "description": "Various image processing nodes." }, - { - "author": "pydn", - "title": "ComfyUI to Python Extension", - "id": "comfyui-to-python-extension", - "reference": "https://github.com/pydn/ComfyUI-to-Python-Extension.git", - "files": [ - "https://github.com/pydn/ComfyUI-to-Python-Extension.git" - ], - "install_type": "git-clone", - "description": "This custom node allows you to generate pure python code from your ComfyUI workflow with the click of a button. Great for rapid experimentation or production deployment." - }, { "author": "aimingfail", "title": "Image2Halftone Node for ComfyUI", @@ -14866,17 +14877,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "Dayuppy", - "title": "Discord Webhook", - "id": "DiscordWebhook", - "reference": "https://github.com/Dayuppy/ComfyUI-DiscordWebhook", - "files": [ - "https://github.com/Dayuppy/ComfyUI-DiscordWebhook" - ], - "install_type": "git-clone", - "description": "A very simple Discord webhook integration node for ComfyUI that lets you post images and text." - }, + } ] } diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index d7709c80..74abe99a 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,28 @@ + { + "author": "pydn", + "title": "ComfyUI to Python Extension", + "id": "comfyui-to-python-extension", + "reference": "https://github.com/pydn/ComfyUI-to-Python-Extension.git", + "files": [ + "https://github.com/pydn/ComfyUI-to-Python-Extension.git" + ], + "install_type": "git-clone", + "description": "This custom node allows you to generate pure python code from your ComfyUI workflow with the click of a button. Great for rapid experimentation or production deployment." + }, + { + "author": "Dayuppy", + "title": "Discord Webhook", + "id": "DiscordWebhook", + "reference": "https://github.com/Dayuppy/ComfyUI-DiscordWebhook", + "files": [ + "https://github.com/Dayuppy/ComfyUI-DiscordWebhook" + ], + "install_type": "git-clone", + "description": "A very simple Discord webhook integration node for ComfyUI that lets you post images and text." + }, { "author": "AIFSH", "title": "RealisDance-ComfyUI",