Skip to content

Commit 127908d

Browse files
committed
fix: NODE_CLASS_MAPPINGS undefined
1 parent edd200a commit 127908d

2 files changed

Lines changed: 5 additions & 10 deletions

File tree

__init__.py

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
"""Top-level package for psutil_container_memory_patch."""
1+
NODE_CLASS_MAPPINGS = {}
22

33
__all__ = [
4-
"NODE_CLASS_MAPPINGS",
5-
"NODE_DISPLAY_NAME_MAPPINGS",
6-
]
7-
8-
__author__ = """springjk"""
9-
__email__ = "chinese.jk@gmail.com"
10-
__version__ = "0.1.0"
4+
"NODE_CLASS_MAPPINGS"
5+
]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "psutil-container-memory-patch"
3-
description = "Make comfyui get correct memory information in the container (psutil monkey path)"
4-
version = "0.1.0"
3+
description = "Make ComfyUI get correct memory information in the container (psutil monkey path)"
4+
version = "0.1.1"
55
license = { file = "LICENSE.txt" }
66
dependencies = []
77

0 commit comments

Comments
 (0)