mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-05-04 17:27:53 +08:00
update DB
This commit is contained in:
@ -76,7 +76,7 @@ config_path = os.path.join(os.path.dirname(__file__), "config.ini")
|
||||
cached_config = None
|
||||
|
||||
|
||||
default_channels = 'default::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main,new::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/new,'
|
||||
default_channels = 'default::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main,recent::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/new,'
|
||||
with open(os.path.join(comfyui_manager_path, 'channels.list'), 'r') as file:
|
||||
channels = file.read()
|
||||
default_channels = channels.replace('\n', ',')
|
||||
|
||||
Reference in New Issue
Block a user