From 04972ad87ff0d32bf050fdb056e7a1e0c1bafb77 Mon Sep 17 00:00:00 2001 From: BIGMON Date: Tue, 15 Apr 2025 00:29:27 +0900 Subject: [PATCH] feat: Register ComfyUI-ResolutionPresets to custom nodes list (#1738) * Add: register ComfyUI-ResolutionPresets * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index ab565b6e..0bb36921 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -24239,6 +24239,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "big-mon", + "title": "ComfyUI-ResolutionPresets", + "id": "bigmonComfyuiResolutionPresets", + "reference": "https://github.com/big-mon/ComfyUI-ResolutionPresets", + "files": [ + "httpshttps://github.com/big-mon/ComfyUI-ResolutionPresets" + ], + "install_type": "git-clone", + "description": "Provides recommended resolution presets specifically. Select a preset from the dropdown to easily output the corresponding width and height values for use with nodes like Empty Latent Image." } ] }