From 7b9d72ad0fbf1c58b0a5b30002958a8acf4f1ffc Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Wed, 20 Aug 2025 05:09:56 +0900 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index a2e227ad..99f8fa74 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31636,9 +31636,9 @@ "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" + "https://github.com/rickrender/ComfyUI-Vectorizer-API" ], - "install_type": "copy", + "install_type": "git-clone", "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." } ]