From 115236eb9c3596dc182684d6ba42a0572ae92943 Mon Sep 17 00:00:00 2001 From: Alastor 666 1933 Date: Mon, 12 May 2025 14:06:23 -0300 Subject: [PATCH] adding caching_to_not_waste custom node (#1786) --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 90c5a2e6..4ccc623c 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -25711,6 +25711,18 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Alastor 666 1933", + "title": "Caching to not Waste", + "id": "caching_to_not_waste", + "reference": "https://github.com/alastor-666-1933/caching_to_not_waste", + "files": [ + "https://github.com/alastor-666-1933/caching_to_not_waste" + ], + "install_type": "git-clone", + "description": "This node allows you to cache/caching/store and reuse resized images, ControlNet images, masks, and texts. It avoids repeating heavy operations by loading previously saved files — saving time, memory, and processing power in future executions." } ] } +