From b69138a389acaf2562fb00cab5ede941e3151441 Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Tue, 19 Sep 2023 10:50:01 +0900 Subject: [PATCH] update DB --- __init__.py | 4 ++-- custom-node-list.json | 10 ++++++++++ extension-node-map.json | 15 ++++++++++++++- node_db/new/custom-node-list.json | 10 ++++++++++ node_db/new/extension-node-map.json | 15 ++++++++++++++- 5 files changed, 50 insertions(+), 4 deletions(-) diff --git a/__init__.py b/__init__.py index 6f260ee..41a3d2d 100644 --- a/__init__.py +++ b/__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 if commit_hash != new_commit_hash: - print(f"\x1b[2K\rUpdated: '{path}'") + print(f"\x1b[2K\rUpdated: {path}") 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 remote_commit_hash = repo.refs[f'{remote_name}/{branch_name}'].object.hexsha diff --git a/custom-node-list.json b/custom-node-list.json index 6bc938a..af131ad 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1802,6 +1802,16 @@ "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." }, + { + "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", "title": "Syrian Falcon Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index 61b0571..851de7c 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -532,8 +532,9 @@ "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": [ [ "ADE_AnimateDiffCombine", - "ADE_AnimateDiffLoaderLegacy", + "ADE_AnimateDiffLoaderV1Advanced", "ADE_AnimateDiffUnload", + "ADE_EmptyLatentImageLarge", "AnimateDiffLoaderV1", "CheckpointLoaderSimpleWithNoiseSelect" ], @@ -2655,6 +2656,18 @@ "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": [ [ "LFO_Pulse", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 27b1bd2..1b5cf86 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "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", "title": "ComfyUI-HQ-Image-Save", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 61b0571..851de7c 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -532,8 +532,9 @@ "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": [ [ "ADE_AnimateDiffCombine", - "ADE_AnimateDiffLoaderLegacy", + "ADE_AnimateDiffLoaderV1Advanced", "ADE_AnimateDiffUnload", + "ADE_EmptyLatentImageLarge", "AnimateDiffLoaderV1", "CheckpointLoaderSimpleWithNoiseSelect" ], @@ -2655,6 +2656,18 @@ "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": [ [ "LFO_Pulse",