File size: 505 Bytes
fb4956c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | [project]
name = "comfyui_memory_cleanup"
description = "A ComfyUI extension that provides nodes for memory cleanup, including VRAM and RAM cleanup functions to optimize ComfyUI performance during long running workflows."
version = "1.1.3"
dependencies = ["psutil"]
[project.urls]
Repository = "https://github.com/LAOGOU-666/Comfyui-Memory_Cleanup"
# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = "laogou666"
DisplayName = "Comfyui-Memory_Cleanup"
Icon = ""
|