Browse Source

update DB

pull/113/head
dr.lt.data 1 year ago
parent
commit
b69138a389
  1. 4
      __init__.py
  2. 10
      custom-node-list.json
  3. 15
      extension-node-map.json
  4. 10
      node_db/new/custom-node-list.json
  5. 15
      node_db/new/extension-node-map.json

4
__init__.py

@ -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

10
custom-node-list.json

@ -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",

15
extension-node-map.json

@ -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",

10
node_db/new/custom-node-list.json

@ -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",

15
node_db/new/extension-node-map.json

@ -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",

Loading…
Cancel
Save