mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-22 21:00:49 +08:00
update DB
This commit is contained in:
parent
026fff16da
commit
a679e03fdd
@ -4052,7 +4052,7 @@
|
||||
"https://github.com/kft334/Knodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Image(s) To Websocket (Base64)"
|
||||
"description": "Nodes: Image(s) To Websocket (Base64), Load Image (Base64),Load Images (Base64)"
|
||||
},
|
||||
{
|
||||
"author": "MrForExample",
|
||||
@ -4407,6 +4407,16 @@
|
||||
"install_type": "copy",
|
||||
"description": "Nodes:Simple Gooogle Translator Client, Simple Mustache Parameter Switcher, Simple Latent Resolution Solver."
|
||||
},
|
||||
{
|
||||
"author": "underclockeddev",
|
||||
"title": "Preview Subselection Node for ComfyUI",
|
||||
"reference": "https://github.com/underclockeddev/ComfyUI-PreviewSubselection-Node",
|
||||
"files": [
|
||||
"https://github.com/underclockeddev/ComfyUI-PreviewSubselection-Node/raw/master/preview_subselection.py"
|
||||
],
|
||||
"install_type": "copy",
|
||||
"description": "A node which takes in x, y, width, height, total width, and total height, in order to accurately represent the area of an image which is covered by area-based conditioning."
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
@ -4452,16 +4462,6 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "underclockeddev",
|
||||
"title": "Preview Subselection Node for ComfyUI",
|
||||
"reference": "https://github.com/underclockeddev/ComfyUI-PreviewSubselection-Node",
|
||||
"files": [
|
||||
"https://github.com/underclockeddev/ComfyUI-PreviewSubselection-Node/raw/master/preview_subselection.py"
|
||||
],
|
||||
"install_type": "copy",
|
||||
"description": "A node which takes in x, y, width, height, total width, and total height, in order to accurately represent the area of an image which is covered by area-based conditioning."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -126,6 +126,7 @@
|
||||
"StringToFizz-badger",
|
||||
"TextListToString-badger",
|
||||
"VideoCut-badger",
|
||||
"deleteDir-badger",
|
||||
"findCenterOfMask-badger",
|
||||
"getImageSide-badger",
|
||||
"getParentDir-badger",
|
||||
@ -987,6 +988,7 @@
|
||||
"https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": [
|
||||
[
|
||||
"ACN_AdvancedControlNetApply",
|
||||
"ACN_ControlNetLoaderWithLoraAdvanced",
|
||||
"ACN_DefaultUniversalWeights",
|
||||
"ACN_SparseCtrlIndexMethodNode",
|
||||
"ACN_SparseCtrlLoaderAdvanced",
|
||||
@ -2188,6 +2190,7 @@
|
||||
"0246.Beautify",
|
||||
"0246.BoxRange",
|
||||
"0246.CastReroute",
|
||||
"0246.Cloud",
|
||||
"0246.Convert",
|
||||
"0246.Count",
|
||||
"0246.Highway",
|
||||
@ -2475,6 +2478,9 @@
|
||||
"Text Concatenate",
|
||||
"Text Dictionary Convert",
|
||||
"Text Dictionary Get",
|
||||
"Text Dictionary Keys",
|
||||
"Text Dictionary New",
|
||||
"Text Dictionary To Text",
|
||||
"Text Dictionary Update",
|
||||
"Text File History Loader",
|
||||
"Text Find and Replace",
|
||||
@ -2712,7 +2718,6 @@
|
||||
"Aegisflow CLIP Pass",
|
||||
"Aegisflow Image Pass",
|
||||
"Aegisflow Latent Pass",
|
||||
"Aegisflow Mask Pass",
|
||||
"Aegisflow Model Pass",
|
||||
"Aegisflow VAE Pass",
|
||||
"Aegisflow controlnet preprocessor bus",
|
||||
|
||||
@ -10,6 +10,16 @@
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"author": "underclockeddev",
|
||||
"title": "Preview Subselection Node for ComfyUI",
|
||||
"reference": "https://github.com/underclockeddev/ComfyUI-PreviewSubselection-Node",
|
||||
"files": [
|
||||
"https://github.com/underclockeddev/ComfyUI-PreviewSubselection-Node/raw/master/preview_subselection.py"
|
||||
],
|
||||
"install_type": "copy",
|
||||
"description": "A node which takes in x, y, width, height, total width, and total height, in order to accurately represent the area of an image which is covered by area-based conditioning."
|
||||
},
|
||||
{
|
||||
"author": "AInseven",
|
||||
"title": "ComfyUI-fastblend",
|
||||
@ -140,7 +150,7 @@
|
||||
"https://github.com/kft334/Knodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Image(s) To Websocket (Base64)"
|
||||
"description": "Nodes: Image(s) To Websocket (Base64), Load Image (Base64),Load Images (Base64)"
|
||||
},
|
||||
{
|
||||
"author": "alexopus",
|
||||
|
||||
@ -126,6 +126,7 @@
|
||||
"StringToFizz-badger",
|
||||
"TextListToString-badger",
|
||||
"VideoCut-badger",
|
||||
"deleteDir-badger",
|
||||
"findCenterOfMask-badger",
|
||||
"getImageSide-badger",
|
||||
"getParentDir-badger",
|
||||
@ -987,6 +988,7 @@
|
||||
"https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": [
|
||||
[
|
||||
"ACN_AdvancedControlNetApply",
|
||||
"ACN_ControlNetLoaderWithLoraAdvanced",
|
||||
"ACN_DefaultUniversalWeights",
|
||||
"ACN_SparseCtrlIndexMethodNode",
|
||||
"ACN_SparseCtrlLoaderAdvanced",
|
||||
@ -2188,6 +2190,7 @@
|
||||
"0246.Beautify",
|
||||
"0246.BoxRange",
|
||||
"0246.CastReroute",
|
||||
"0246.Cloud",
|
||||
"0246.Convert",
|
||||
"0246.Count",
|
||||
"0246.Highway",
|
||||
@ -2475,6 +2478,9 @@
|
||||
"Text Concatenate",
|
||||
"Text Dictionary Convert",
|
||||
"Text Dictionary Get",
|
||||
"Text Dictionary Keys",
|
||||
"Text Dictionary New",
|
||||
"Text Dictionary To Text",
|
||||
"Text Dictionary Update",
|
||||
"Text File History Loader",
|
||||
"Text Find and Replace",
|
||||
@ -2712,7 +2718,6 @@
|
||||
"Aegisflow CLIP Pass",
|
||||
"Aegisflow Image Pass",
|
||||
"Aegisflow Latent Pass",
|
||||
"Aegisflow Mask Pass",
|
||||
"Aegisflow Model Pass",
|
||||
"Aegisflow VAE Pass",
|
||||
"Aegisflow controlnet preprocessor bus",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user