From f882df56d90b588269a303f6f899351991fb647f Mon Sep 17 00:00:00 2001 From: Owl-V Date: Thu, 16 Oct 2025 21:06:41 +0800 Subject: [PATCH] Add a Save Image (Dir) node to list - Extends the official save_image node - Allows users to save images to any custom directory - Maintains panel preview functionally via temporary copies - Auto-cleans temp files on each run --- custom-node-list.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 782120bc..9ba7465b 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -34835,6 +34835,22 @@ ], "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": "OwlvChirotha/ComfyUI-Owlv_Nodes", + "files": [ + { + "url": "https://github.com/OwlvChirotha/ComfyUI-Owlv_Nodes", + "dest": "custom_nodes/ComfyUI-Owlv_Nodes", + "method": "clone" + } + ], + "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"] + } ] }