Add Comfyui to Python Extension to custom node list. (#1060)

This commit is contained in:
Peyton DeNiro 2024-09-15 11:41:38 -05:00 committed by GitHub
parent b690e71ecb
commit 65f26ae443
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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