From 30487e6108f55a24e87642ac7e7f82f81e6396e0 Mon Sep 17 00:00:00 2001 From: Adam Heller Date: Sat, 18 Jan 2025 19:28:08 -0500 Subject: [PATCH] Update custom-node-list.json -- add new project (#1467) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index c3d896b6..10547109 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -20151,6 +20151,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "hellercommaa", + "title": "Hunyuan Video Resolutions", + "id": "hunyuanvideoresolutions", + "reference": "https://github.com/HellerCommaA/ComfyUI-VideoResolutions", + "files": [ + "https://github.com/HellerCommaA/ComfyUI-VideoResolutions" + ], + "install_type": "git-clone", + "description": "A super simple node that outputs common video resolutions as 2 integers for Hunyuan and others!" } ] }