From d161a567e908ad0f9727c4d1b8fe7f8a591e9b32 Mon Sep 17 00:00:00 2001 From: heyburns <39549409+heyburns@users.noreply.github.com> Date: Sat, 11 Oct 2025 17:55:09 -0500 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b0ed5425..05d90ef3 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -34399,6 +34399,14 @@ "install_type": "unzip", "description": "Various image processing nodes." }, + { + "author": "heyburns", + "title": "PortraitUtils", + "id": "portraitutils", + "url": "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", @@ -34410,5 +34418,6 @@ "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." } + ] }