mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-12 07:10:52 +08:00
Update zluda.py
This commit is contained in:
parent
09156b577c
commit
d385e286a1
@ -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) ")
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user