mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-18 02:43:00 +08:00
update DB
This commit is contained in:
parent
ef4e7a0ef0
commit
b69138a389
@ -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
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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…
Reference in New Issue
Block a user