mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-26 14:20:27 +08:00
Update zluda.py
This commit is contained in:
parent
09156b577c
commit
d385e286a1
@ -22,7 +22,7 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
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(" ")
|
||||||
print("Comfyui Frontend Package missing, it is installed. (one time only) ")
|
print("Comfyui Frontend Package missing, it is installed. (one time only) ")
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user