refactor: share features

This commit is contained in:
Dr.Lt.Data
2024-08-17 12:22:01 +09:00
parent e406f8be81
commit f896755a31
6 changed files with 392 additions and 381 deletions

View File

@@ -4,6 +4,7 @@ cli_mode_flag = os.path.join(os.path.dirname(__file__), '.enable-cli-only-mode')
if not os.path.exists(cli_mode_flag):
from .glob import manager_server
from .glob import share_3rdparty
WEB_DIRECTORY = "js"
else:
print(f"\n[ComfyUI-Manager] !! cli-only-mode is enabled !!\n")