bugfix: invalid filter state

This commit is contained in:
Dr.Lt.Data
2023-08-04 20:15:30 +09:00
parent 811d69de8f
commit 82bcf3ecd0
2 changed files with 9 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ sys.path.append('../..')
from torchvision.datasets.utils import download_url
# ensure .js
print("### Loading: ComfyUI-Manager (V0.18.1)")
print("### Loading: ComfyUI-Manager (V0.18.2)")
comfy_ui_required_revision = 1240
comfy_ui_revision = "Unknown"