Skip to content

Commit 43bbc7a

Browse files
committed
bump: version 2.4.4 in pyproject.toml and __init__.py
1 parent 1675a9d commit 43bbc7a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import gc
55
import logging
66

7-
__version__ = "2.4.3"
7+
__version__ = "2.4.4"
88

99
# Ensure ComfyUI root is on sys.path
1010
sys.path.append(os.path.join(os.path.dirname(__file__), '..', '..'))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ComfyUI-DistorchMemoryManager"
3-
version = "2.4.3"
3+
version = "2.4.4"
44
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, Nunchaku models (FLUX/Z-Image/Qwen-Image), and HSWQ INT8 (comfy_quant) models. Includes Model Patch Memory Cleaner for ModelPatchLoader workflows. Auto-detects non-PyTorch VRAM usage via NVML to prevent OOM errors in multi-process environments."
55
authors = [{ name = "ussoewwin" }]
66
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)