-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpyproject.toml
More file actions
16 lines (13 loc) · 749 Bytes
/
pyproject.toml
File metadata and controls
16 lines (13 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[project]
name = "ComfyUI-DistorchMemoryManager"
version = "2.3.8"
description = "An independent memory management custom node for ComfyUI. Provides Distorch memory management functionality for efficient GPU/CPU memory handling. Supports purging of SeedVR2, Qwen3-VL, and Nunchaku models (FLUX/Z-Image/Qwen-Image). Includes Model Patch Memory Cleaner for ModelPatchLoader workflows."
authors = [{ name = "ussoewwin" }]
license = { file = "LICENSE" }
requires-python = ">=3.10, <3.13"
[project.urls]
Repository = "https://github.com/ussoewwin/ComfyUI-DistorchMemoryManager"
[tool.comfy]
PublisherId = "ussoewwin"
DisplayName = "ComfyUI-VRAM-Manager"
Icon = "https://raw.githubusercontent.com/ussoewwin/ComfyUI-DistorchMemoryManager/main/icon.png"