modified: github raw url

update DB
This commit is contained in:
Dr.Lt.Data
2024-11-11 13:41:45 +09:00
parent cfdb687db3
commit af298b86d7
9 changed files with 2974 additions and 2751 deletions

View File

@@ -62,7 +62,7 @@ def is_allowed_security_level(level):
async def get_risky_level(files, pip_packages):
json_data1 = await core.get_data_by_mode('local', 'custom-node-list.json')
json_data2 = await core.get_data_by_mode('cache', 'custom-node-list.json', channel_url='https://github.com/ltdrdata/ComfyUI-Manager/raw/main')
json_data2 = await core.get_data_by_mode('cache', 'custom-node-list.json', channel_url='https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main')
all_urls = set()
for x in json_data1['custom_nodes'] + json_data2['custom_nodes']: