From 2176e0c0ad5d27a241d0e71143b79bc599ee4833 Mon Sep 17 00:00:00 2001 From: Budi Hartono Date: Mon, 9 Jun 2025 04:01:18 +0700 Subject: [PATCH] Add CAS Aspect Ratio Presets Node for ComfyUI to custom-node-list.json (#1910) Add a custom node to quickly create empty latents in common resolutions and aspect ratios for SD 1.5, SDXL, Flux, Chroma, and HiDream. Choose from curated presets or generate by axis and aspect ratio. Appears in the 'latent' node group. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e6c82067..4c18b8dc 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -27558,6 +27558,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "budihartono", + "title": "CAS Aspect Ratio Presets Node for ComfyUI", + "id": "comfyui-aspect-ratio-presets", + "reference": "https://github.com/budihartono/comfyui-aspect-ratio-presets", + "files": [ + "https://github.com/budihartono/comfyui-aspect-ratio-presets" + ], + "install_type": "git-clone", + "description": "Quickly create empty latents in common resolutions and aspect ratios for SD 1.5, SDXL, Flux, Chroma, and HiDream. Choose from curated presets or generate by axis and aspect ratio. Appears in the 'latent' node group." } ] }