From b57cffb0fa468fb959fcdcce05726ca86fdf6b4b Mon Sep 17 00:00:00 2001 From: Owl-V Date: Mon, 10 Nov 2025 23:25:53 +0800 Subject: [PATCH] feat: add ComfyUI-Owlv_Nodes (#2270) * feat: add ComfyUI-Owlv_Nodes * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 7a66fbbd..4bd9dc83 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36173,6 +36173,18 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "Owl-V", + "title": "ComfyUI-Owlv_Nodes", + "id": "comfyui-owlv_nodes", + "reference": "https://github.com/OwlvChirotha/ComfyUI-Owlv_Nodes", + "files": [ + "https://github.com/OwlvChirotha/ComfyUI-Owlv_Nodes" + ], + "install_type": "git-clone", + "description": "A collection of custom utility nodes for ComfyUI, providing a variety of practical mini-tools with multiple functions.", + "tags": ["utility"] + } ] }