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",