From ed97c1c85461fcd4ce1ea66d6da3f319d9d8f66c Mon Sep 17 00:00:00 2001 From: alastor-666-1933 Date: Thu, 1 May 2025 21:47:11 -0300 Subject: [PATCH] adding caching_to_not_waste custom node --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 1339719d..3f36c879 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -25239,6 +25239,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." } ] } +