From ad81c29beb41bff5228f87d2d44905bd22f095cb Mon Sep 17 00:00:00 2001 From: renderartist <121735855+rickrender@users.noreply.github.com> Date: Tue, 19 Aug 2025 12:43:22 -0700 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 3c47656a..a2e227ad 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31630,6 +31630,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "rickrender", + "title": "Vectorizer API", + "reference": "https://github.com/rickrender/ComfyUI-Vectorizer-API", + "files": [ + "https://raw.githubusercontent.com/rickrender/ComfyUI-Vectorizer-API/refs/heads/main/vectorizer_ai.py" + ], + "install_type": "copy", + "description": "A collection of ComfyUI nodes for interfacing with the Vectorizer.ai API. Manipulate the results with options for scaling the SVG result back to raster image with increased resolution. Includes a background remover node to remove a prevalent background color from raster images. Enter credentials in config.json or directly within the node." } ] }