Update zluda.py

This commit is contained in:
patientx 2025-03-28 10:33:39 +03:00 committed by GitHub
parent 9d401fe602
commit 01f2da55f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ def get_package_version(package_name):
return version(package_name) return version(package_name)
# Check and install comfyui-frontend-package if not installed or if the version is lower than required # Check and install comfyui-frontend-package if not installed or if the version is lower than required
required_version = "1.14.5" required_version = "1.14.6"
package_name = "comfyui-frontend-package" package_name = "comfyui-frontend-package"
try: try: