fixed: missing channels.list.template

modified: /ltdrdata -> /Comfy-Org
modified: set default network as public instead of offline
This commit is contained in:
Dr.Lt.Data
2025-04-23 08:15:12 +09:00
committed by bymyself
parent 3799af0017
commit 48ba2f4b4c
6 changed files with 19 additions and 15 deletions

View File

@@ -45,7 +45,7 @@ version_code = [4, 0]
version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '')
DEFAULT_CHANNEL = "https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main"
DEFAULT_CHANNEL = "https://raw.githubusercontent.com/Comfy-Org/ComfyUI-Manager/main"
default_custom_nodes_path = None
@@ -1601,7 +1601,7 @@ def read_config():
'model_download_by_agent': False,
'downgrade_blacklist': '',
'always_lazy_install': False,
'network_mode': NetworkMode.OFFLINE.value,
'network_mode': NetworkMode.PUBLIC.value,
'security_level': SecurityLevel.NORMAL.value,
'db_mode': DBMode.CACHE.value,
}