From 9d2f2cfd084b27f65102e8aadc74450240333490 Mon Sep 17 00:00:00 2001 From: Steph Ng Date: Tue, 9 Jan 2024 15:20:52 +0800 Subject: [PATCH] change install type for custom node --- 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 b7c3d692..5dda6867 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4437,9 +4437,9 @@ "title": "Load Image From Base64 URI", "reference": "https://github.com/glowcone/comfyui-base64-to-image", "files": [ - "https://github.com/glowcone/comfyui-base64-to-image/raw/main/nodes.py" + "https://github.com/glowcone/comfyui-base64-to-image" ], - "install_type": "copy", + "install_type": "git-clone", "description": "Nodes: LoadImageFromBase64. Loads an image and its transparency mask from a base64-encoded data URI for easy API connection." } ]