fix: In the share feature, only image formats are allowed.

This commit is contained in:
Dr.Lt.Data
2023-11-11 07:53:44 +09:00
parent 0c11c30731
commit 2bc7167ada
3 changed files with 8 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ import concurrent
import ssl
from urllib.parse import urlparse
version = "V1.0"
version = "V1.0.1"
print(f"### Loading: ComfyUI-Manager ({version})")