update DB

This commit is contained in:
dr.lt.data 2023-09-19 10:50:01 +09:00
parent ef4e7a0ef0
commit b69138a389
5 changed files with 50 additions and 4 deletions

View File

@ -314,10 +314,10 @@ def git_repo_has_updates(path, do_fetch=False, do_update=False):
new_commit_hash = repo.head.commit.hexsha new_commit_hash = repo.head.commit.hexsha
if commit_hash != new_commit_hash: if commit_hash != new_commit_hash:
print(f"\x1b[2K\rUpdated: '{path}'") print(f"\x1b[2K\rUpdated: {path}")
except Exception as e: except Exception as e:
print(f"Updating failed: '{path}'\n{e}") print(f"Updating failed: {path}\n{e}")
# Get commit hash of the remote branch # Get commit hash of the remote branch
remote_commit_hash = repo.refs[f'{remote_name}/{branch_name}'].object.hexsha remote_commit_hash = repo.refs[f'{remote_name}/{branch_name}'].object.hexsha

View File

@ -1802,6 +1802,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Add Image Save nodes for TIFF 16 bit and EXR 32 bit formats. Probably only useful if you're applying a LUT or other color corrections, and care about preserving as much color accuracy as possible." "description": "Add Image Save nodes for TIFF 16 bit and EXR 32 bit formats. Probably only useful if you're applying a LUT or other color corrections, and care about preserving as much color accuracy as possible."
}, },
{
"author": "receyuki",
"title": "comfyui-prompt-reader-node",
"reference": "https://github.com/receyuki/comfyui-prompt-reader-node",
"files": [
"https://github.com/receyuki/comfyui-prompt-reader-node"
],
"install_type": "git-clone",
"description": "Nodes: SDPromptReader"
},
{ {
"author": "taabata", "author": "taabata",
"title": "Syrian Falcon Nodes", "title": "Syrian Falcon Nodes",

View File

@ -532,8 +532,9 @@
"https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": [ "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": [
[ [
"ADE_AnimateDiffCombine", "ADE_AnimateDiffCombine",
"ADE_AnimateDiffLoaderLegacy", "ADE_AnimateDiffLoaderV1Advanced",
"ADE_AnimateDiffUnload", "ADE_AnimateDiffUnload",
"ADE_EmptyLatentImageLarge",
"AnimateDiffLoaderV1", "AnimateDiffLoaderV1",
"CheckpointLoaderSimpleWithNoiseSelect" "CheckpointLoaderSimpleWithNoiseSelect"
], ],
@ -2655,6 +2656,18 @@
"title_aux": "A8R8 ComfyUI Nodes" "title_aux": "A8R8 ComfyUI Nodes"
} }
], ],
"https://github.com/receyuki/comfyui-prompt-reader-node": [
[
"SDPromptReader"
],
{
"author": "receyuki",
"description": "ComfyUI node version of SD Prompt Reader",
"nickname": "SD Prompt Reader",
"title": "SD Prompt Reader",
"title_aux": "comfyui-prompt-reader-node"
}
],
"https://github.com/richinsley/Comfy-LFO": [ "https://github.com/richinsley/Comfy-LFO": [
[ [
"LFO_Pulse", "LFO_Pulse",

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "receyuki",
"title": "comfyui-prompt-reader-node",
"reference": "https://github.com/receyuki/comfyui-prompt-reader-node",
"files": [
"https://github.com/receyuki/comfyui-prompt-reader-node"
],
"install_type": "git-clone",
"description": "Nodes: SDPromptReader"
},
{ {
"author": "spacepxl", "author": "spacepxl",
"title": "ComfyUI-HQ-Image-Save", "title": "ComfyUI-HQ-Image-Save",

View File

@ -532,8 +532,9 @@
"https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": [ "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": [
[ [
"ADE_AnimateDiffCombine", "ADE_AnimateDiffCombine",
"ADE_AnimateDiffLoaderLegacy", "ADE_AnimateDiffLoaderV1Advanced",
"ADE_AnimateDiffUnload", "ADE_AnimateDiffUnload",
"ADE_EmptyLatentImageLarge",
"AnimateDiffLoaderV1", "AnimateDiffLoaderV1",
"CheckpointLoaderSimpleWithNoiseSelect" "CheckpointLoaderSimpleWithNoiseSelect"
], ],
@ -2655,6 +2656,18 @@
"title_aux": "A8R8 ComfyUI Nodes" "title_aux": "A8R8 ComfyUI Nodes"
} }
], ],
"https://github.com/receyuki/comfyui-prompt-reader-node": [
[
"SDPromptReader"
],
{
"author": "receyuki",
"description": "ComfyUI node version of SD Prompt Reader",
"nickname": "SD Prompt Reader",
"title": "SD Prompt Reader",
"title_aux": "comfyui-prompt-reader-node"
}
],
"https://github.com/richinsley/Comfy-LFO": [ "https://github.com/richinsley/Comfy-LFO": [
[ [
"LFO_Pulse", "LFO_Pulse",