Update zluda.py

This commit is contained in:
patientx 2025-03-08 14:22:23 +03:00 committed by GitHub
parent 09156b577c
commit d385e286a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) ")