mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-24 21:30:15 +08:00
Update zluda.py
This commit is contained in:
parent
3b827e0a59
commit
1068783ff8
@ -36,7 +36,7 @@ def get_package_version(package_name):
|
|||||||
return version(package_name)
|
return version(package_name)
|
||||||
|
|
||||||
# Check and install/update comfyui-frontend-package
|
# 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"
|
frontend_package_name = "comfyui-frontend-package"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
@ -56,7 +56,7 @@ except Exception:
|
|||||||
print("\nComfyUI Frontend Package was missing. Installed it.")
|
print("\nComfyUI Frontend Package was missing. Installed it.")
|
||||||
|
|
||||||
# Check and install/update comfyui-workflow-templates
|
# 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"
|
templates_package_name = "comfyui-workflow-templates"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user