From 66e1278a4d1ad6dbdd23275c2e82e17c09d42966 Mon Sep 17 00:00:00 2001 From: codeMODE Date: Mon, 10 Jun 2024 20:37:47 +0100 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 58ea329e..bca01b80 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -10521,6 +10521,18 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "anyCODE", + "title": "SD3 Resolution Selector Node for ComfyUI", + "id": "sd3latentselectres", + "reference": "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes", + "files": [ + "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes/blob/main/sd3latentselectres.py", + "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes/blob/main/sizes.json" + ], + "install_type": "copy", + "description": "Select your SD3 resolution for your latent." } ] }