@ -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
@ -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"
],
"description": "Nodes: SDPromptReader"
"author": "taabata",
"title": "Syrian Falcon Nodes",
@ -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"
"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",
@ -1,5 +1,15 @@
"custom_nodes": [
"author": "spacepxl",
"title": "ComfyUI-HQ-Image-Save",