From d385e286a15d9fae316734d69675356bc4775c9b Mon Sep 17 00:00:00 2001 From: patientx Date: Sat, 8 Mar 2025 14:22:23 +0300 Subject: [PATCH] Update zluda.py --- comfy/zluda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy/zluda.py b/comfy/zluda.py index 2a683d7d3..2a090c4e8 100644 --- a/comfy/zluda.py +++ b/comfy/zluda.py @@ -22,7 +22,7 @@ try: except ImportError: import subprocess import sys - subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'comfyui-frontend-package==1.10.17', '--quiet']) + subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'comfyui-frontend-package==1.11.8', '--quiet']) print(" ") print("Comfyui Frontend Package missing, it is installed. (one time only) ")