diff --git a/comfy/zluda.py b/comfy/zluda.py index 486d90f1f..3f8dafd96 100644 --- a/comfy/zluda.py +++ b/comfy/zluda.py @@ -28,7 +28,7 @@ def get_package_version(package_name): return version(package_name) # Check and install comfyui-frontend-package if not installed or if the version is lower than required -required_version = "1.12.14" +required_version = "1.13.9" package_name = "comfyui-frontend-package" try: