From 4c3f63270af8864eab526fde08c287f9dcd6d4e3 Mon Sep 17 00:00:00 2001 From: throttlekitty Date: Thu, 27 Jul 2023 11:24:17 -0600 Subject: [PATCH] add SDXLAspectRatio --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 61eec0f2..9486a0ec 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -969,6 +969,16 @@ "install_type": "copy", "description": "Advanced merging methods." } + { + "author": "throttlekitty", + "title": "SDXLCustomAspectRatio", + "reference": "https://github.com/throttlekitty/SDXLCustomAspectRatio", + "files": [ + "https://raw.githubusercontent.com/throttlekitty/SDXLCustomAspectRatio/main/SDXLAspectRatio.py" + ], + "install_type": "copy", + "description": "A quick and easy ComfyUI custom node for setting SDXL-friendly aspect ratios." + } ] }