mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 02:12:58 +08:00
update DB
This commit is contained in:
parent
791d7f87e1
commit
a99bab27b6
@ -2175,6 +2175,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Cyberdolphin Suite of ComfyUI nodes for wiring up things."
|
||||
},
|
||||
{
|
||||
"author": "ProDALOR",
|
||||
"title": "comfyui_u2net",
|
||||
"reference": "https://github.com/ProDALOR/comfyui_u2net",
|
||||
"files": [
|
||||
"https://github.com/ProDALOR/comfyui_u2net"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Load U2Net model, U2Net segmentation, To mask, Segmentation to mask, U2NetBaseNormalization, U2NetMaxNormalization"
|
||||
},
|
||||
{
|
||||
"author": "taabata",
|
||||
"title": "Syrian Falcon Nodes",
|
||||
|
||||
@ -887,6 +887,19 @@
|
||||
"title_aux": "pfaeff-comfyui"
|
||||
}
|
||||
],
|
||||
"https://github.com/ProDALOR/comfyui_u2net": [
|
||||
[
|
||||
"U2NetBaseNormalization",
|
||||
"U2NetChToMask",
|
||||
"U2NetLoader",
|
||||
"U2NetMaxNormalization",
|
||||
"U2NetSegmentation",
|
||||
"U2NetToMask"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui_u2net"
|
||||
}
|
||||
],
|
||||
"https://github.com/RockOfFire/CR_Animation_Nodes": [
|
||||
[
|
||||
"CR Central Schedule",
|
||||
@ -1181,8 +1194,13 @@
|
||||
],
|
||||
"https://github.com/Sxela/ComfyWarp": [
|
||||
[
|
||||
"ExtractOpticalFlow",
|
||||
"LoadFrame",
|
||||
"LoadFrameSequence"
|
||||
"LoadFrameFromDataset",
|
||||
"LoadFrameSequence",
|
||||
"MakeFrameDataset",
|
||||
"OffsetNumber",
|
||||
"WarpFrame"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyWarp"
|
||||
@ -3210,6 +3228,7 @@
|
||||
"AV_ControlNetEfficientLoader",
|
||||
"AV_ControlNetEfficientLoaderAdvanced",
|
||||
"AV_ControlNetEfficientStacker",
|
||||
"AV_ControlNetEfficientStackerSimple",
|
||||
"AV_ControlNetLoader",
|
||||
"AV_ControlNetPreprocessor",
|
||||
"AV_LoraLoader",
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "ProDALOR",
|
||||
"title": "comfyui_u2net",
|
||||
"reference": "https://github.com/ProDALOR/comfyui_u2net",
|
||||
"files": [
|
||||
"https://github.com/ProDALOR/comfyui_u2net"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Load U2Net model, U2Net segmentation, To mask, Segmentation to mask, U2NetBaseNormalization, U2NetMaxNormalization"
|
||||
},
|
||||
{
|
||||
"author": "whatbirdisthat",
|
||||
"title": "cyberdolphin",
|
||||
@ -912,96 +922,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:LFO_Triangle, LFO_Sine, SawtoothNode, SquareNode, PulseNode. ComfyUI custom nodes to create Low Frequency Oscillators."
|
||||
},
|
||||
{
|
||||
"author": "Extraltodeus",
|
||||
"title": "LoadLoraWithTags",
|
||||
"reference": "https://github.com/Extraltodeus/LoadLoraWithTags",
|
||||
"files": [
|
||||
"https://github.com/Extraltodeus/LoadLoraWithTags"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:LoadLoraWithTags. Save/Load trigger words for loras from a json and auto fetch them on civitai if they are missing."
|
||||
},
|
||||
{
|
||||
"author": "Nuked88",
|
||||
"title": "ComfyUI-N-Nodes",
|
||||
"reference": "https://github.com/Nuked88/ComfyUI-N-Nodes",
|
||||
"files": [
|
||||
"https://github.com/Nuked88/ComfyUI-N-Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A suite of custom nodes for ComfyUI, for now i just put Integer, string and float variable nodes."
|
||||
},
|
||||
{
|
||||
"author": "dagthomas",
|
||||
"title": "SDXL Auto Prompter",
|
||||
"reference": "https://github.com/dagthomas/comfyui_dagthomas",
|
||||
"files": [
|
||||
"https://github.com/dagthomas/comfyui_dagthomas"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Easy prompting for generation of endless random art pieces and photographs!"
|
||||
},
|
||||
{
|
||||
"author": "marhensa",
|
||||
"title": "Recommended Resolution Calculator",
|
||||
"reference": "https://github.com/marhensa/sdxl-recommended-res-calc",
|
||||
"files": [
|
||||
"https://github.com/marhensa/sdxl-recommended-res-calc"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Input your desired output final resolution, it will automaticaly set the initial recommended SDXL ratio/size and its Upscale Factor to reach that output final resolution, also there's an option for 2x/4x reverse Upscale Factor. These all to avoid using bad/arbitary initial ratio/resolution."
|
||||
},
|
||||
{
|
||||
"author": "kohya-ss",
|
||||
"title": "ControlNet-LLLite-ComfyUI",
|
||||
"reference": "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI",
|
||||
"files": [
|
||||
"https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: LLLiteLoader"
|
||||
},
|
||||
{
|
||||
"author": "jjkramhoeft",
|
||||
"title": "ComfyUI-Jjk-Nodes",
|
||||
"reference": "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes",
|
||||
"files": [
|
||||
"https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: SDXLRecommendedImageSize, JjkText, JjkShowText, JjkConcat. A set of custom nodes for ComfyUI - focused on text and parameter utility"
|
||||
},
|
||||
{
|
||||
"author": "bradsec",
|
||||
"title": "ResolutionSelector for ComfyUI",
|
||||
"reference": "https://github.com/bradsec/ComfyUI_ResolutionSelector",
|
||||
"files": [
|
||||
"https://github.com/bradsec/ComfyUI_ResolutionSelector"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:ResolutionSelector"
|
||||
},
|
||||
{
|
||||
"author": "Stability-AI",
|
||||
"title": "stability-ComfyUI-nodes",
|
||||
"reference": "https://github.com/Stability-AI/stability-ComfyUI-nodes",
|
||||
"files": [
|
||||
"https://github.com/Stability-AI/stability-ComfyUI-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: ColorBlend, ControlLoraSave, GetImageSize. NOTE: Control-LoRA reccolor example uses these nodes."
|
||||
},
|
||||
{
|
||||
"author": "TeaCrab",
|
||||
"title": "ComfyUI-TeaNodes",
|
||||
"reference": "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL",
|
||||
"files": [
|
||||
"https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:FastLatentToImage"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -887,6 +887,19 @@
|
||||
"title_aux": "pfaeff-comfyui"
|
||||
}
|
||||
],
|
||||
"https://github.com/ProDALOR/comfyui_u2net": [
|
||||
[
|
||||
"U2NetBaseNormalization",
|
||||
"U2NetChToMask",
|
||||
"U2NetLoader",
|
||||
"U2NetMaxNormalization",
|
||||
"U2NetSegmentation",
|
||||
"U2NetToMask"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui_u2net"
|
||||
}
|
||||
],
|
||||
"https://github.com/RockOfFire/CR_Animation_Nodes": [
|
||||
[
|
||||
"CR Central Schedule",
|
||||
@ -1181,8 +1194,13 @@
|
||||
],
|
||||
"https://github.com/Sxela/ComfyWarp": [
|
||||
[
|
||||
"ExtractOpticalFlow",
|
||||
"LoadFrame",
|
||||
"LoadFrameSequence"
|
||||
"LoadFrameFromDataset",
|
||||
"LoadFrameSequence",
|
||||
"MakeFrameDataset",
|
||||
"OffsetNumber",
|
||||
"WarpFrame"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyWarp"
|
||||
@ -3210,6 +3228,7 @@
|
||||
"AV_ControlNetEfficientLoader",
|
||||
"AV_ControlNetEfficientLoaderAdvanced",
|
||||
"AV_ControlNetEfficientStacker",
|
||||
"AV_ControlNetEfficientStackerSimple",
|
||||
"AV_ControlNetLoader",
|
||||
"AV_ControlNetPreprocessor",
|
||||
"AV_LoraLoader",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user