Update zluda.py

This commit is contained in:
patientx 2025-05-11 16:51:43 +03:00 committed by GitHub
parent 3f58f50df3
commit 8abcc4ec4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,8 +58,8 @@ def install_package(package_name, version, upgrade=False):
# List of packages and their required versions
packages_to_check = [
("comfyui-frontend-package", "1.18.9"),
("comfyui-workflow-templates", "0.1.3"),
("comfyui-frontend-package", "1.18.10"),
("comfyui-workflow-templates", "0.1.14"),
("av", "14.3.0")
]