Merge branch 'main' into feat/cnr
This commit is contained in:
@@ -17,7 +17,7 @@ cache_dir = os.path.join(comfyui_manager_path, '.cache')
|
||||
# try:
|
||||
# from distutils.version import StrictVersion
|
||||
# except:
|
||||
print(f"[ComfyUI-Manager] 'distutils' package not found. Activating fallback mode for compatibility.")
|
||||
# print(f"[ComfyUI-Manager] 'distutils' package not found. Activating fallback mode for compatibility.")
|
||||
class StrictVersion:
|
||||
def __init__(self, version_string):
|
||||
self.version_string = version_string
|
||||
|
||||
Reference in New Issue
Block a user