mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-05-25 01:53:30 +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…
x
Reference in New Issue
Block a user