From 65f26ae443c82a0860877ba7344fb106c478c0da Mon Sep 17 00:00:00 2001 From: Peyton DeNiro <25550995+pydn@users.noreply.github.com> Date: Sun, 15 Sep 2024 11:41:38 -0500 Subject: [PATCH] Add Comfyui to Python Extension to custom node list. (#1060) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 31871abf..29da386d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -14845,6 +14845,17 @@ "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",