From cd059139f1105e05819f7a4b819212d119f4817a Mon Sep 17 00:00:00 2001 From: ZZXYYWQ <76723555+ZZXYWQ@users.noreply.github.com> Date: Tue, 9 Jul 2024 22:56:00 +0800 Subject: [PATCH] Add ZZX node I made a node for video transcoding and compression --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 6cd38062..b03a61a6 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -11677,6 +11677,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "ZZXYWQ", + "title": "ZZX Nodes", + "id": "ZZXYWQ", + "reference": "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ", + "files": [ + "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ" + ], + "install_type": "git-clone", + "description": "Node(s): VideoFormatConverter(VFC)" } ] }