mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-21 23:41:28 +08:00
Update zluda.py
This commit is contained in:
@@ -67,7 +67,7 @@ def install_package(package_name, version, upgrade=False, suppress_errors=False)
|
|||||||
|
|
||||||
# List of packages and their required versions with special flags
|
# List of packages and their required versions with special flags
|
||||||
packages_to_check = [
|
packages_to_check = [
|
||||||
("comfyui-frontend-package", "1.18.6", False),
|
("comfyui-frontend-package", "1.18.9", False),
|
||||||
("comfyui-workflow-templates", "0.1.3", False),
|
("comfyui-workflow-templates", "0.1.3", False),
|
||||||
("av", "14.3.0", True) # Special case: suppress errors for av
|
("av", "14.3.0", True) # Special case: suppress errors for av
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user