From b79e997a14264adab8a54833e6f7bcf8ee9ce84c Mon Sep 17 00:00:00 2001 From: AugustusLXIII Date: Tue, 23 Dec 2025 17:42:50 +0100 Subject: [PATCH] Added "Custom Resolution I2V" node for WAN to the list. (#2416) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 0c06c66a..71f0c8b1 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -39749,6 +39749,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "AugustusLXIII", + "title": "Custom Resolution I2V", + "id": "custom-resolution-i2v-augustus", + "reference": "https://github.com/AugustusLXIII/ComfyUI_CustomResolution_I2V", + "files": [ + "https://github.com/AugustusLXIII/ComfyUI_CustomResolution_I2V" + ], + "install_type": "git-clone", + "description": "A resolution utility for WanVideo I2V with 20 presets, manual override and automatic rounding." } ] }