mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-07-26 18:17:30 +08:00
update DB
scanner.py patch
This commit is contained in:
+4
-1
@@ -138,7 +138,10 @@ def update_custom_nodes():
|
||||
if name.endswith(".py"):
|
||||
node_info[name] = url
|
||||
|
||||
download_url(url, ".tmp")
|
||||
try:
|
||||
download_url(url, ".tmp")
|
||||
except:
|
||||
print(f"[ERROR] Cannot downalod '{url}'")
|
||||
|
||||
return node_info
|
||||
|
||||
|
||||
Reference in New Issue
Block a user