We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd200a commit 127908dCopy full SHA for 127908d
2 files changed
__init__.py
@@ -1,10 +1,5 @@
1
-"""Top-level package for psutil_container_memory_patch."""
+NODE_CLASS_MAPPINGS = {}
2
3
__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"
+ "NODE_CLASS_MAPPINGS"
+]
pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "psutil-container-memory-patch"
-description = "Make comfyui get correct memory information in the container (psutil monkey path)"
-version = "0.1.0"
+description = "Make ComfyUI get correct memory information in the container (psutil monkey path)"
+version = "0.1.1"
license = { file = "LICENSE.txt" }
dependencies = []
0 commit comments