From ba99f0c2cc2d3d85731e3e3698ccf7f99d931fb2 Mon Sep 17 00:00:00 2001 From: dehypnotic <86615943+Dehypnotic@users.noreply.github.com> Date: Sat, 30 Aug 2025 03:41:28 +0200 Subject: [PATCH] Update custom-node-list.json (#2112) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 65bc1623..9cd3f658 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -32290,6 +32290,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Dehypnotic", + "title": "AspectRatioAdvanced", + "reference": "https://github.com/Dehypnotic/comfyui-aspect-ratio-advanced", + "files": [ + "https://raw.githubusercontent.com/Dehypnotic/comfyui-aspect-ratio-advanced/main/aspect_ratio_advanced.py" + ], + "install_type": "copy", + "description": "An advanced aspect ratio calculator and image scaler with flexible scaling modes and intelligent image handling." } ] }