feat: unload models

This commit is contained in:
dr.lt.data
2024-01-05 10:51:16 +09:00
parent dc5b2f14af
commit c83fd0ed94
3 changed files with 89 additions and 68 deletions

View File

@@ -27,7 +27,7 @@ except:
print(f"[WARN] ComfyUI-Manager: Your ComfyUI version is outdated. Please update to the latest version.")
version = [1, 24]
version = [1, 25]
version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '')
print(f"### Loading: ComfyUI-Manager ({version_str})")