update DB

This commit is contained in:
Dr.Lt.Data 2024-05-26 15:06:11 +09:00
parent 012fe6cd7a
commit 744191e1b1
6 changed files with 359 additions and 208 deletions

View File

@ -9237,6 +9237,17 @@
"install_type": "git-clone",
"description": "ComfyUI-AutoCropBgTrim is a powerful tool designed to automatically clean up the background of your images. This tool trims unnecessary spaces and pixels, leaving only the main subject of the image. It generates both a mask and an image output, making it easy to focus on the essential elements. Perfect for enhancing your photos and preparing them for professional use."
},
{
"author": "fexploit",
"title": "ComfyUI-AutoLabel",
"id": "autolabel",
"reference": "https://github.com/fexploit/ComfyUI-AutoLabel",
"files": [
"https://github.com/fexploit/ComfyUI-AutoLabel"
],
"install_type": "git-clone",
"description": "ComfyUI-AutoLabel is a custom node for ComfyUI that uses BLIP (Bootstrapping Language-Image Pre-training) to generate detailed descriptions of the main object in an image. This node leverages the power of BLIP to provide accurate and context-aware captions for images."
},
{
"author": "linshier",
"title": "comfyui-remote-tools",
@ -9336,6 +9347,40 @@
"install_type": "git-clone",
"description": "MuseTalk ComfyUI Preprocess and Postprocess Nodes"
},
{
"author": "TW-CUI",
"title": "TW-CUI-Util",
"id": "tw-cui-util",
"reference": "https://github.com/TW-CUI/TW-CUI-Util",
"files": [
"https://github.com/TW-CUI/TW-CUI-Util"
],
"install_type": "git-clone",
"description": "This repository contains multiple 'utility' nodes for various ease-of-use improvements and combining a number of nodes necessary for a workflow into less."
},
{
"author": "Thomas Ward",
"title": "TW-CUI-Util",
"id": "tw-cui-util",
"reference": "https://github.com/TW-CUI/TW-CUI-Util",
"files": [
"https://github.com/TW-CUI/TW-CUI-Util"
],
"install_type": "git-clone",
"description": "A collection of custom nodes to help with saving images, providing generation parameters, static literal nodes, and other useful nodes."
},
{
"author": "newsbubbles",
"title": "AnyNode",
"id": "anynode",
"reference": "https://github.com/lks-ai/anynode",
"files": [
"https://github.com/lks-ai/anynode"
],
"install_type": "git-clone",
"description": "LLM based nodes"
},

View File

@ -4116,6 +4116,23 @@
"title_aux": "tri3d-comfyui-nodes"
}
],
"https://github.com/TW-CUI/TW-CUI-Util": [
[
"TWCUI_Util_CommonSDXLResolutions",
"TWCUI_Util_FloatLiteral",
"TWCUI_Util_GenerationParameters",
"TWCUI_Util_GenerationPrompts",
"TWCUI_Util_IntLiteral",
"TWCUI_Util_ModelVAELoader",
"TWCUI_Util_MultilineStringLiteral",
"TWCUI_Util_SaveImage",
"TWCUI_Util_SaveImageAdvanced",
"TWCUI_Util_StringLiteral"
],
{
"title_aux": "TW-CUI-Util"
}
],
"https://github.com/TaiTair/comfyui-simswap": [
[
"Simswap",
@ -5555,7 +5572,8 @@
"https://github.com/banodoco/steerable-motion": [
[
"BatchCreativeInterpolation",
"IpaConfiguration"
"IpaConfiguration",
"RemoveAndInterpolateFrames"
],
{
"title_aux": "Steerable Motion"
@ -7979,6 +7997,14 @@
"title_aux": "fexli-util-node-comfyui"
}
],
"https://github.com/fexploit/ComfyUI-AutoLabel": [
[
"AutoLabel"
],
{
"title_aux": "ComfyUI-AutoLabel"
}
],
"https://github.com/fexploit/ComfyUI-AutoTrimBG": [
[
"RonLayers/TrimBg: RonLayersTrimBgUltraV2"
@ -8011,11 +8037,14 @@
"FL_ImageDurationSync",
"FL_ImagePixelator",
"FL_ImageRandomizer",
"FL_InfiniteZoom",
"FL_NFTGenerator",
"FL_PixelArtShader",
"FL_PixelSort",
"FL_PromptSelector",
"FL_RandomNumber",
"FL_Ripple"
"FL_Ripple",
"FL_Shadertoy"
],
{
"title_aux": "ComfyUI_Fill-Nodes"
@ -8649,6 +8678,7 @@
],
"https://github.com/gonzalu/ComfyUI_YFG_Comical": [
[
"Image3SwitcherNode",
"image_halftone",
"image_histograms_node",
"image_histograms_node_compact",
@ -8656,9 +8686,9 @@
],
{
"author": "YFG",
"description": "This extension calculates the histogram of an image and outputs the results as graph images for individual channels as well as RGB and Luminosity.",
"nickname": "\ud83d\udc2f YFG Histograms",
"title": "YFG Histograms",
"description": "This node allows the user to select between three images and outputs the selected image.",
"nickname": "\ud83d\udc2f YFG Image 3 Switcher",
"title": "YFG Image 3 Switcher",
"title_aux": "\ud83d\ude38 YFG Comical Nodes"
}
],
@ -10209,6 +10239,18 @@
"title_aux": "comfy-mecha"
}
],
"https://github.com/lks-ai/anynode": [
[
"AnyNode"
],
{
"author": "newsbubbles",
"description": "LLM based nodes",
"nickname": "anynode",
"title": "AnyNode",
"title_aux": "AnyNode"
}
],
"https://github.com/lldacing/comfyui-easyapi-nodes": [
[
"Base64ToImage",
@ -11262,7 +11304,7 @@
],
{
"author": "nullquant",
"description": "This repository contains an custom nodes for inpaint using BrushNet and PowerPaint models",
"description": "These are custom nodes for ComfyUI native implementation of BrushNet, PowerPaint and RAUNet models",
"nickname": "BrushName nodes",
"title": "BrushNet",
"title_aux": "BrushNet"

File diff suppressed because it is too large Load Diff

View File

@ -10,6 +10,17 @@
},
{
"author": "flyingdogsoftware",
"title": "Gyre for ComfyUI",
"id": "gyre",
"reference": "https://github.com/flyingdogsoftware/gyre_for_comfyui",
"files": [
"https://github.com/flyingdogsoftware/gyre_for_comfyui"
],
"install_type": "git-clone",
"description": "Nodes:GyreLoopStart, GyreLoopEnd, GyreIfElse"
},
{
"author": "githubYiheng",
"title": "comfyui_median_filter",

View File

@ -3,8 +3,7 @@
{
"author": "#NOTICE_1.13",
"title": "NOTICE: This channel is not the default channel.",
"reference": "https://github.com/ltdrdata/ComfyUI-Manager",
"files": [],
"reference": "https://github.com/ltdrdata/ComfyUI-Manager","files": [],
"install_type": "git-clone",
"description": "If you see this message, your ComfyUI-Manager is outdated.\nRecent channel provides only the list of the latest nodes. If you want to find the complete node list, please go to the Default channel.\nMaking LoRA has never been easier!"
},
@ -12,6 +11,39 @@
{
"author": "newsbubbles",
"title": "AnyNode",
"id": "anynode",
"reference": "https://github.com/lks-ai/anynode",
"files": [
"https://github.com/lks-ai/anynode"
],
"install_type": "git-clone",
"description": "LLM based nodes"
},
{
"author": "Thomas Ward",
"title": "TW-CUI-Util",
"id": "tw-cui-util",
"reference": "https://github.com/TW-CUI/TW-CUI-Util",
"files": [
"https://github.com/TW-CUI/TW-CUI-Util"
],
"install_type": "git-clone",
"description": "A collection of custom nodes to help with saving images, providing generation parameters, static literal nodes, and other useful nodes."
},
{
"author": "fexploit",
"title": "ComfyUI-AutoLabel",
"id": "autolabel",
"reference": "https://github.com/fexploit/ComfyUI-AutoLabel",
"files": [
"https://github.com/fexploit/ComfyUI-AutoLabel"
],
"install_type": "git-clone",
"description": "ComfyUI-AutoLabel is a custom node for ComfyUI that uses BLIP (Bootstrapping Language-Image Pre-training) to generate detailed descriptions of the main object in an image. This node leverages the power of BLIP to provide accurate and context-aware captions for images."
},
{
"author": "christian-byrne",
"title": "img2colors-comfyui-node",
@ -657,39 +689,6 @@
],
"install_type": "git-clone",
"description": "ComfyUI native nodes for IC-Light"
},
{
"author": "MinusZoneAI",
"title": "ComfyUI-StylizePhoto-MZ",
"id": "stylizephoto",
"reference": "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ",
"files": [
"https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ"
],
"install_type": "git-clone",
"description": "A stylized node with simple operation. The effect is achieved by I2I and lora. The clay style is currently implemented.Comes with watermark function."
},
{
"author": "mephisto83",
"title": "petty-paint-comfyui-node",
"id": "petty-paint",
"reference": "https://github.com/mephisto83/petty-paint-comfyui-node",
"files": [
"https://github.com/mephisto83/petty-paint-comfyui-node"
],
"install_type": "git-clone",
"description": "An integration between comfy ui and petty paint"
},
{
"author": "Suplex",
"title": "Suplex Misc ComfyUI Nodes",
"id": "suplex",
"reference": "https://github.com/saftle/suplex_comfy_nodes",
"files": [
"https://github.com/saftle/suplex_comfy_nodes"
],
"install_type": "git-clone",
"description": "Misc Nodes: ControlNet Selector Node, Load Optional ControlNet Model"
}
]
}

View File

@ -4116,6 +4116,23 @@
"title_aux": "tri3d-comfyui-nodes"
}
],
"https://github.com/TW-CUI/TW-CUI-Util": [
[
"TWCUI_Util_CommonSDXLResolutions",
"TWCUI_Util_FloatLiteral",
"TWCUI_Util_GenerationParameters",
"TWCUI_Util_GenerationPrompts",
"TWCUI_Util_IntLiteral",
"TWCUI_Util_ModelVAELoader",
"TWCUI_Util_MultilineStringLiteral",
"TWCUI_Util_SaveImage",
"TWCUI_Util_SaveImageAdvanced",
"TWCUI_Util_StringLiteral"
],
{
"title_aux": "TW-CUI-Util"
}
],
"https://github.com/TaiTair/comfyui-simswap": [
[
"Simswap",
@ -5555,7 +5572,8 @@
"https://github.com/banodoco/steerable-motion": [
[
"BatchCreativeInterpolation",
"IpaConfiguration"
"IpaConfiguration",
"RemoveAndInterpolateFrames"
],
{
"title_aux": "Steerable Motion"
@ -7979,6 +7997,14 @@
"title_aux": "fexli-util-node-comfyui"
}
],
"https://github.com/fexploit/ComfyUI-AutoLabel": [
[
"AutoLabel"
],
{
"title_aux": "ComfyUI-AutoLabel"
}
],
"https://github.com/fexploit/ComfyUI-AutoTrimBG": [
[
"RonLayers/TrimBg: RonLayersTrimBgUltraV2"
@ -8011,11 +8037,14 @@
"FL_ImageDurationSync",
"FL_ImagePixelator",
"FL_ImageRandomizer",
"FL_InfiniteZoom",
"FL_NFTGenerator",
"FL_PixelArtShader",
"FL_PixelSort",
"FL_PromptSelector",
"FL_RandomNumber",
"FL_Ripple"
"FL_Ripple",
"FL_Shadertoy"
],
{
"title_aux": "ComfyUI_Fill-Nodes"
@ -8649,6 +8678,7 @@
],
"https://github.com/gonzalu/ComfyUI_YFG_Comical": [
[
"Image3SwitcherNode",
"image_halftone",
"image_histograms_node",
"image_histograms_node_compact",
@ -8656,9 +8686,9 @@
],
{
"author": "YFG",
"description": "This extension calculates the histogram of an image and outputs the results as graph images for individual channels as well as RGB and Luminosity.",
"nickname": "\ud83d\udc2f YFG Histograms",
"title": "YFG Histograms",
"description": "This node allows the user to select between three images and outputs the selected image.",
"nickname": "\ud83d\udc2f YFG Image 3 Switcher",
"title": "YFG Image 3 Switcher",
"title_aux": "\ud83d\ude38 YFG Comical Nodes"
}
],
@ -10209,6 +10239,18 @@
"title_aux": "comfy-mecha"
}
],
"https://github.com/lks-ai/anynode": [
[
"AnyNode"
],
{
"author": "newsbubbles",
"description": "LLM based nodes",
"nickname": "anynode",
"title": "AnyNode",
"title_aux": "AnyNode"
}
],
"https://github.com/lldacing/comfyui-easyapi-nodes": [
[
"Base64ToImage",
@ -11262,7 +11304,7 @@
],
{
"author": "nullquant",
"description": "This repository contains an custom nodes for inpaint using BrushNet and PowerPaint models",
"description": "These are custom nodes for ComfyUI native implementation of BrushNet, PowerPaint and RAUNet models",
"nickname": "BrushName nodes",
"title": "BrushNet",
"title_aux": "BrushNet"