Update zluda.py

This commit is contained in:
patientx 2025-05-08 23:44:22 +03:00 committed by GitHub
parent 184c8521cb
commit 9444d18408
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
packages_to_check = [
("comfyui-frontend-package", "1.18.6", False),
("comfyui-frontend-package", "1.18.9", False),
("comfyui-workflow-templates", "0.1.3", False),
("av", "14.3.0", True) # Special case: suppress errors for av
]