1 Star 0 Fork 0

ai-liam/ltdrdata-ComfyUI-Manager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
__init__.py 329 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dr.Lt.Data 提交于 2024-04-20 00:50 . feat: cm-cli
import os
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
WEB_DIRECTORY = "js"
else:
print(f"\n[ComfyUI-Manager] !! cli-only-mode is enabled !!\n")
NODE_CLASS_MAPPINGS = {}
__all__ = ['NODE_CLASS_MAPPINGS']
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ai-liam/ltdrdata-ComfyUI-Manager.git
git@gitee.com:ai-liam/ltdrdata-ComfyUI-Manager.git
ai-liam
ltdrdata-ComfyUI-Manager
ltdrdata-ComfyUI-Manager
main

搜索帮助