Add DaxNodes to custom node list (#2100)

This commit is contained in:
Daxamur 2025-08-24 16:26:28 -05:00 committed by GitHub
parent 3d41617f4e
commit 03016e2d16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31810,6 +31810,17 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "Daxamur",
"title": "DaxNodes",
"reference": "https://civitai.com/user/Daxamur",
"files": [
"https://github.com/Daxamur/DaxNodes"
],
"install_type": "git-clone",
"description": "ComfyUI video processing nodes with workflow metadata support",
"pip": ["mediapipe>=0.10.0", "opencv-python>=4.8.0", "scipy>=1.10.0", "color-matcher>=0.3.0"]
} }
] ]
} }