From 78f5d86f898d1cea381e2793ba10cde0ca9f1a74 Mon Sep 17 00:00:00 2001 From: Ling-APE <135423980+Ling-APE@users.noreply.github.com> Date: Sat, 10 Aug 2024 17:24:12 +0800 Subject: [PATCH] Add PixelResoltionCalculater custom mode (#945) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 00e791d8..19f64357 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -13094,6 +13094,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "LING-APE", + "title": "ComfyUI-PixelResolutionCalculator", + "id": "PixelCalulator", + "reference": "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator", + "files": [ + "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator" + ], + "install_type": "git-clone", + "description": "Simple resuluition calculator to convert pixel resolution and aspect ratio to laten friendlt pixel width and height size." } ] }