mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-10 06:34:24 +08:00
update DB
This commit is contained in:
parent
d7f49b0fe7
commit
0a0ec7f0a6
@ -2626,6 +2626,26 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Prompter, RF Noise, SeedMod."
|
||||
},
|
||||
{
|
||||
"author": "romeobuilderotti",
|
||||
"title": "ComfyUI PNG Metadata",
|
||||
"reference": "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata",
|
||||
"files": [
|
||||
"https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Add custom Metadata fields to your saved PNG files."
|
||||
},
|
||||
{
|
||||
"author": "ka-puna",
|
||||
"title": "comfyui-yanc",
|
||||
"reference": "https://github.com/ka-puna/comfyui-yanc",
|
||||
"files": [
|
||||
"https://github.com/ka-puna/comfyui-yanc"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NOTE: Concatenate Strings, Format Datetime String, Integer Caster, Multiline String, Truncate String. Yet Another Node Collection, a repository of simple nodes for ComfyUI. This repository eases the addition or removal of custom nodes to itself."
|
||||
},
|
||||
{
|
||||
"author": "Off-Live",
|
||||
"title": "ComfyUI-off-suite",
|
||||
@ -2907,16 +2927,6 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "romeobuilderotti",
|
||||
"title": "ComfyUI PNG Metadata",
|
||||
"reference": "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata",
|
||||
"files": [
|
||||
"https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Add custom Metadata fields to your saved PNG files."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -732,7 +732,8 @@
|
||||
"BreakFrames",
|
||||
"BreakGrid",
|
||||
"GetKeyFrames",
|
||||
"MakeGrid"
|
||||
"MakeGrid",
|
||||
"RandomImageFromDir"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyBreakAnim"
|
||||
@ -2920,6 +2921,18 @@
|
||||
"title_aux": "ComfyUI-Jjk-Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/ka-puna/comfyui-yanc": [
|
||||
[
|
||||
"YANC.ConcatStrings",
|
||||
"YANC.FormatDatetimeString",
|
||||
"YANC.IntegerCaster",
|
||||
"YANC.MultilineString",
|
||||
"YANC.TruncateString"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-yanc"
|
||||
}
|
||||
],
|
||||
"https://github.com/kijai/ComfyUI-KJNodes": [
|
||||
[
|
||||
"BatchCLIPSeg",
|
||||
@ -3737,6 +3750,15 @@
|
||||
"title_aux": "rk-comfy-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": [
|
||||
[
|
||||
"SetMetadataAll",
|
||||
"SetMetadataString"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI PNG Metadata"
|
||||
}
|
||||
],
|
||||
"https://github.com/s1dlx/comfy_meh/raw/main/meh.py": [
|
||||
[
|
||||
"MergingExecutionHelper"
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "romeobuilderotti",
|
||||
"title": "ComfyUI-EZ-Pipes",
|
||||
"reference": "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes",
|
||||
"files": [
|
||||
"https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI-EZ-Pipes is a set of custom pipe nodes for ComfyUI. It provides a set of Input/Edit/Output nodes for each pipe type."
|
||||
},
|
||||
{
|
||||
"author": "baldsam",
|
||||
"title": "ComfyUI_baldsam",
|
||||
|
||||
@ -1,5 +1,25 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "romeobuilderotti",
|
||||
"title": "ComfyUI PNG Metadata",
|
||||
"reference": "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata",
|
||||
"files": [
|
||||
"https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Add custom Metadata fields to your saved PNG files."
|
||||
},
|
||||
{
|
||||
"author": "ka-puna",
|
||||
"title": "comfyui-yanc",
|
||||
"reference": "https://github.com/ka-puna/comfyui-yanc",
|
||||
"files": [
|
||||
"https://github.com/ka-puna/comfyui-yanc"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NOTE: Concatenate Strings, Format Datetime String, Integer Caster, Multiline String, Truncate String. Yet Another Node Collection, a repository of simple nodes for ComfyUI. This repository eases the addition or removal of custom nodes to itself."
|
||||
},
|
||||
{
|
||||
"author": "TheBarret",
|
||||
"title": "ZSuite",
|
||||
|
||||
@ -732,7 +732,8 @@
|
||||
"BreakFrames",
|
||||
"BreakGrid",
|
||||
"GetKeyFrames",
|
||||
"MakeGrid"
|
||||
"MakeGrid",
|
||||
"RandomImageFromDir"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyBreakAnim"
|
||||
@ -2920,6 +2921,18 @@
|
||||
"title_aux": "ComfyUI-Jjk-Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/ka-puna/comfyui-yanc": [
|
||||
[
|
||||
"YANC.ConcatStrings",
|
||||
"YANC.FormatDatetimeString",
|
||||
"YANC.IntegerCaster",
|
||||
"YANC.MultilineString",
|
||||
"YANC.TruncateString"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-yanc"
|
||||
}
|
||||
],
|
||||
"https://github.com/kijai/ComfyUI-KJNodes": [
|
||||
[
|
||||
"BatchCLIPSeg",
|
||||
@ -3737,6 +3750,15 @@
|
||||
"title_aux": "rk-comfy-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": [
|
||||
[
|
||||
"SetMetadataAll",
|
||||
"SetMetadataString"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI PNG Metadata"
|
||||
}
|
||||
],
|
||||
"https://github.com/s1dlx/comfy_meh/raw/main/meh.py": [
|
||||
[
|
||||
"MergingExecutionHelper"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user