Update zluda.py

This commit is contained in:
patientx 2025-05-01 20:49:28 +03:00 committed by GitHub
parent da173f67b3
commit 085925ddf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ def get_package_version(package_name):
return version(package_name)
# Check and install/update comfyui-frontend-package
required_frontend_version = "1.17.11"
required_frontend_version = "1.18.5"
frontend_package_name = "comfyui-frontend-package"
try: