mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-16 09:10:50 +08:00
Update zluda.py
This commit is contained in:
parent
7274a39f3c
commit
3b827e0a59
@ -25,7 +25,7 @@ def get_package_version(package_name):
|
||||
return version(package_name)
|
||||
|
||||
# Check and install/update comfyui-frontend-package
|
||||
required_frontend_version = "1.18.5"
|
||||
required_frontend_version = "1.18.6"
|
||||
frontend_package_name = "comfyui-frontend-package"
|
||||
|
||||
try:
|
||||
@ -45,7 +45,7 @@ except Exception:
|
||||
print("\nComfyUI Frontend Package was missing. Installed it.")
|
||||
|
||||
# Check and install/update comfyui-workflow-templates
|
||||
required_templates_version = "0.1.1"
|
||||
required_templates_version = "0.1.3"
|
||||
templates_package_name = "comfyui-workflow-templates"
|
||||
|
||||
try:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user