From bd6edfc9dd3db6068c8191c132a3835fb3fcabe4 Mon Sep 17 00:00:00 2001 From: heyburns <39549409+heyburns@users.noreply.github.com> Date: Sun, 12 Oct 2025 16:21:28 -0500 Subject: [PATCH] Add PortraitUtils to custom-node-list.json (#2216) * Update custom-node-list.json * Update custom-node-list.json * Update custom-node-list.json * 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 e98f5aea..6a42e51e 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -34435,6 +34435,17 @@ "install_type": "unzip", "description": "Various image processing nodes." }, + { + "author": "heyburns", + "title": "PortraitUtils", + "id": "portraitutils", + "reference": "https://github.com/heyburns/PortraitUtils", + "files": [ + "https://github.com/heyburns/PortraitUtils", + ], + "install_type": "git-clone", + "description": "A focused node collection designed for pipelines using real photographic images where resolutions are not standardized like they are in text-to-image generation." + }, { "author": "aimingfail", "title": "Image2Halftone Node for ComfyUI",