adding caching_to_not_waste custom node (#1786)

This commit is contained in:
Alastor 666 1933 2025-05-12 14:06:23 -03:00 committed by GitHub
parent 08de942abe
commit 115236eb9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."
}
]
}