diff --git a/comfyui_manager/common/manager_util.py b/comfyui_manager/common/manager_util.py index 6c0eb74a..c397130f 100644 --- a/comfyui_manager/common/manager_util.py +++ b/comfyui_manager/common/manager_util.py @@ -15,7 +15,7 @@ import re import logging import platform import shlex -import cm_global +from . import cm_global cache_lock = threading.Lock() diff --git a/pyproject.toml b/pyproject.toml index 8aa84345..9cb99d28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "comfyui-manager" license = { text = "GPL-3.0-only" } -version = "4.0.0-beta.3" +version = "4.0.0-beta.4" requires-python = ">= 3.9" description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI." readme = "README.md"