From 1e8ebfe3db3eccc08a7a73332073ce87bbdb927a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Zs=C3=B6g=C3=B6n?= <10298071+andreszs@users.noreply.github.com> Date: Wed, 15 Apr 2026 12:12:45 -0300 Subject: [PATCH] Add Styler Pipeline to Manager custom node list --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 461d3117..f8ec582b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -46255,6 +46255,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "andreszs", + "title": "ComfyUI-Styler-Pipeline", + "reference": "https://github.com/andreszs/ComfyUI-Styler-Pipeline", + "files": [ + "https://github.com/andreszs/ComfyUI-Styler-Pipeline" + ], + "install_type": "git-clone", + "description": "Style selection and AI-assisted preset pipeline for ComfyUI, including manual and LLM-based style workflows." } ] }