From ddba58746131066bdfb6f38d6f7a37726c5abb11 Mon Sep 17 00:00:00 2001 From: marhensa Date: Sun, 20 Aug 2023 07:45:06 +0700 Subject: [PATCH] Add Recommended Resolution Calculator --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 1e89d15f..31e1d7a4 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1572,6 +1572,16 @@ ], "install_type": "git-clone", "description": "Easy prompting for generation of endless random art pieces and photographs!" + }, + { + "author": "marhensa", + "title": "Recommended Resolution Calculator", + "reference": "https://github.com/marhensa/sdxl-recommended-res-calc", + "files": [ + "https://github.com/marhensa/sdxl-recommended-res-calc" + ], + "install_type": "git-clone", + "description": "Input your desired output final resolution, it will automaticaly set the initial recommended SDXL ratio/size and its Upscale Factor to reach that output final resolution, also there's an option for 2x/4x reverse Upscale Factor. These all to avoid using bad/arbitary initial ratio/resolution." } ] }