mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-15 09:04:52 +08:00
update DB
This commit is contained in:
parent
3151cc96ff
commit
251a8fe317
@ -217,8 +217,10 @@
|
|||||||
"FillDarkMask",
|
"FillDarkMask",
|
||||||
"InterpolateKeyFrame",
|
"InterpolateKeyFrame",
|
||||||
"MaskListcaptoBatch",
|
"MaskListcaptoBatch",
|
||||||
|
"Merge_Image_List",
|
||||||
"MyOpenPoseNode",
|
"MyOpenPoseNode",
|
||||||
"SmoothVideo",
|
"SmoothVideo",
|
||||||
|
"alert_when_finished",
|
||||||
"reBatchImage"
|
"reBatchImage"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
|
|||||||
@ -217,8 +217,10 @@
|
|||||||
"FillDarkMask",
|
"FillDarkMask",
|
||||||
"InterpolateKeyFrame",
|
"InterpolateKeyFrame",
|
||||||
"MaskListcaptoBatch",
|
"MaskListcaptoBatch",
|
||||||
|
"Merge_Image_List",
|
||||||
"MyOpenPoseNode",
|
"MyOpenPoseNode",
|
||||||
"SmoothVideo",
|
"SmoothVideo",
|
||||||
|
"alert_when_finished",
|
||||||
"reBatchImage"
|
"reBatchImage"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
|
|||||||
@ -247,6 +247,8 @@ def update_custom_nodes():
|
|||||||
if is_rate_limit_exceeded():
|
if is_rate_limit_exceeded():
|
||||||
return
|
return
|
||||||
|
|
||||||
|
print('.', end="")
|
||||||
|
|
||||||
# Parsing the URL
|
# Parsing the URL
|
||||||
parsed_url = urlparse(url)
|
parsed_url = urlparse(url)
|
||||||
domain = parsed_url.netloc
|
domain = parsed_url.netloc
|
||||||
@ -265,7 +267,7 @@ def update_custom_nodes():
|
|||||||
with open(GITHUB_STATS_CACHE_FILENAME, 'w', encoding='utf-8') as file:
|
with open(GITHUB_STATS_CACHE_FILENAME, 'w', encoding='utf-8') as file:
|
||||||
json.dump(github_stats, file, ensure_ascii=False, indent=4)
|
json.dump(github_stats, file, ensure_ascii=False, indent=4)
|
||||||
else:
|
else:
|
||||||
print(f"Invalid URL format for GitHub repository: {url}")
|
print(f"\nInvalid URL format for GitHub repository: {url}\n")
|
||||||
|
|
||||||
# resolve unresolved urls
|
# resolve unresolved urls
|
||||||
for url, title, preemptions, node_pattern in git_url_titles_preemptions:
|
for url, title, preemptions, node_pattern in git_url_titles_preemptions:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user