mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-15 09:04:52 +08:00
adding caching_to_not_waste custom node (#1786)
This commit is contained in:
parent
08de942abe
commit
115236eb9c
@ -25711,6 +25711,18 @@
|
|||||||
],
|
],
|
||||||
"install_type": "unzip",
|
"install_type": "unzip",
|
||||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
"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."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user