From 64e5a68520ffc6ee78b848e2fac71c3869a760ef Mon Sep 17 00:00:00 2001 From: ZZXYYWQ <76723555+ZZXYWQ@users.noreply.github.com> Date: Fri, 19 Jul 2024 23:13:44 +0800 Subject: [PATCH] Add ZZX (#884) * Add ZZX node I made a node for video transcoding and compression * Update custom-node-list.json Add ZZX nodes:StreamRecorder * Update ZZX nodes * Update custom-node-list.json --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 8dc92572..9e18f092 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -12106,6 +12106,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": "Nodes: StreamRecorder, VideoFormatConverter, ZZX_PaintsUndo" } ] }