From 7d18f228983ddad07c1d1098acf0a757aefc1c6c Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Sun, 15 Dec 2024 13:05:08 +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 c6b03c87..7bf03c51 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -18350,9 +18350,9 @@ "id": "comfyui-timer-nodes", "reference": "https://github.com/Shannooty/ComfyUI-Timer-Nodes", "files": [ - "https://github.com/Shannooty/ComfyUI-Timer-Nodes/raw/refs/heads/main/timer.py" + "https://github.com/Shannooty/ComfyUI-Timer-Nodes" ], - "install_type": "copy", + "install_type": "git-clone", "description": "This project provides a set of custom timer nodes for ComfyUI. These nodes allow you to measure and append runtime information to strings or other data during your workflow." } ]