From e295122d311496636eca95b43f63a246c398c24d Mon Sep 17 00:00:00 2001 From: Kaharos94 <80826189+Kaharos94@users.noreply.github.com> Date: Thu, 4 May 2023 15:02:46 +0200 Subject: [PATCH] Update Save as Webp as git clone Changed my node (Saveaswebp) to install with git clone , I've made the appropriate changes in my repo. --- custom-node-list.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index b6fc789..3344f9e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -315,9 +315,9 @@ "title": "ComfyUI-Saveaswebp", "reference": "https://github.com/Kaharos94/ComfyUI-Saveaswebp", "files": [ - "https://github.com/Kaharos94/ComfyUI-Saveaswebp/raw/main/Save_as_webp.py" + "https://github.com/Kaharos94/ComfyUI-Saveaswebp" ], - "install_type": "copy", + "install_type": "git-clone", "description": "Save a picture as Webp file in Comfy + Workflow loading" }, { @@ -395,4 +395,4 @@ "description": "Various image processing nodes." } ] -} \ No newline at end of file +}