update DB

This commit is contained in:
Dr.Lt.Data 2024-04-07 10:14:07 +09:00
parent 1105c86588
commit 12ca3d612f
6 changed files with 263 additions and 223 deletions

View File

@ -6809,16 +6809,6 @@
"install_type": "git-clone",
"description": "Create a custom scheduler from a weighted average of the built-in schedulers"
},
{
"author": "BlakeOne",
"title": "ComfyUI FastImageListToImageBatch",
"reference": "https://github.com/BlakeOne/ComfyUI-FastImageListToImageBatch",
"files": [
"https://github.com/BlakeOne/ComfyUI-FastImageListToImageBatch"
],
"install_type": "git-clone",
"description": "Quickly convert a list of images to a batch of images. All images must be the same size. Great for long videos."
},
{
"author": "BlakeOne",
"title": "ComfyUI CustomScheduler",
@ -6909,6 +6899,16 @@
"install_type": "git-clone",
"description": "A barebones ComfyUI wrapper for [a/PixelOE](https://github.com/KohakuBlueleaf/PixelOE).\nI cannot promise any support, if there is someone who wants to make a proper node, please do."
},
{
"author": "ronniebasak",
"title": "ComfyUI-Tara-LLM-Integration",
"reference": "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration",
"files": [
"https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration"
],
"install_type": "git-clone",
"description": "Tara is a powerful node for ComfyUI that integrates Large Language Models (LLMs) to enhance and automate workflow processes. With Tara, you can create complex, intelligent workflows that refine and generate content, manage API keys, and seamlessly integrate various LLMs into your projects."
},

View File

@ -585,14 +585,6 @@
"title_aux": "ComfyUI CustomScheduler"
}
],
"https://github.com/BlakeOne/ComfyUI-FastImageListToImageBatch": [
[
"FastImageListToImageBatch"
],
{
"title_aux": "ComfyUI FastImageListToImageBatch"
}
],
"https://github.com/BlakeOne/ComfyUI-SchedulerMixer": [
[
"SchedulerMixer"
@ -738,6 +730,8 @@
],
"https://github.com/Clybius/ComfyUI-Extra-Samplers": [
[
"GeometricCFGGuider",
"ImageAssistedCFGGuider",
"SamplerCLYB_4M_SDE_Momentumized",
"SamplerCustomModelMixtureDuo",
"SamplerCustomNoise",
@ -749,6 +743,7 @@
"SamplerRES_Momentumized",
"SamplerSupreme",
"SamplerTTM",
"ScaledCFGGuider",
"SimpleExponentialScheduler"
],
{
@ -1341,14 +1336,6 @@
"title_aux": "ComfyUI-GTSuya-Nodes"
}
],
"https://github.com/GavChap/ComfyUI-CascadeResolutions": [
[
"CascadeResolutions"
],
{
"title_aux": "ComfyUI-CascadeResolutions"
}
],
"https://github.com/Gourieff/comfyui-reactor-node": [
[
"ReActorBuildFaceModel",
@ -3126,7 +3113,8 @@
],
"https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": [
[
"HDR Effects (SuperBeasts.AI)"
"HDR Effects (SuperBeasts.AI)",
"Make Resized Mask Batch (SuperBeasts.AI)"
],
{
"title_aux": "ComfyUI-SuperBeasts"
@ -4414,6 +4402,14 @@
"title_aux": "Comfy UI FatLabels"
}
],
"https://github.com/al-swaiti/ComfyUI-CascadeResolutions": [
[
"CascadeResolutions"
],
{
"title_aux": "ComfyUI-CascadeResolutions"
}
],
"https://github.com/alexopus/ComfyUI-Image-Saver": [
[
"Cfg Literal (Image Saver)",
@ -5614,6 +5610,7 @@
"LayerUtility: CropByMask V2",
"LayerUtility: ExtendCanvas",
"LayerUtility: GetColorTone",
"LayerUtility: GetColorToneV2",
"LayerUtility: GetImageSize",
"LayerUtility: GradientImage",
"LayerUtility: GradientImage V2",
@ -5628,6 +5625,7 @@
"LayerUtility: ImageMaskScaleAs",
"LayerUtility: ImageOpacity",
"LayerUtility: ImageRemoveAlpha",
"LayerUtility: ImageRewardFilter",
"LayerUtility: ImageScaleByAspectRatio",
"LayerUtility: ImageScaleByAspectRatio V2",
"LayerUtility: ImageScaleRestore",
@ -7651,6 +7649,7 @@
"BatchUncrop",
"BatchUncropAdvanced",
"BboxToInt",
"BboxVisualize",
"CameraPoseVisualizer",
"ColorMatch",
"ColorToMask",
@ -7695,7 +7694,6 @@
"InsertImageBatchByIndexes",
"Intrinsic_lora_sampling",
"LoadResAdapterNormalization",
"NormalizeLatent",
"NormalizedAmplitudeToMask",
"OffsetMask",
"OffsetMaskByNormalizedAmplitude",
@ -8649,7 +8647,8 @@
"CanvasCreatorBasic",
"CanvasCreatorSimple",
"CreateMaskWithCanvas",
"CreateRegionalPNGMask",
"CreateNestedPNGMask",
"CreateTillingPNGMask",
"CreateWatermarkRemovalMask",
"EightFloats",
"EvenOrOdd",
@ -8658,6 +8657,7 @@
"FourFloats",
"IntMultiplication",
"IntSubtraction",
"IntToFloatMultiplication",
"LogicNot",
"NumeralToString",
"PngColorMasksToMaskList",
@ -8666,7 +8666,8 @@
"PngColorMasksToStringList",
"PngRectanglesToMask",
"PngRectanglesToMaskList",
"RandomLayouts",
"RandomNestedLayouts",
"RandomTillingLayouts",
"SeedGenerator",
"SingleBooleanTrigger",
"SixBooleanTrigger",
@ -9263,6 +9264,17 @@
"title_aux": "ComfyUI PNG Metadata"
}
],
"https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": [
[
"TaraApiKeyLoader",
"TaraApiKeySaver",
"TaraDaisyChainNode",
"TaraPrompter"
],
{
"title_aux": "ComfyUI-Tara-LLM-Integration"
}
],
"https://github.com/rui40000/RUI-Nodes": [
[
"ABCondition",
@ -9303,8 +9315,11 @@
],
"https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": [
[
"AdjustAndRoundDimensions",
"AspectRatioMobileDevices",
"ImageResizeAndCropNode",
"ImageSquareAdapterNode"
"ImageSquareAdapterNode",
"PopularScreenResolutions"
],
{
"title_aux": "ComfyUI_Nimbus-Pack"

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,16 @@
"description": "If you see this message, your ComfyUI-Manager is outdated.\nLegacy channel provides only the list of the deprecated nodes. If you want to find the complete node list, please go to the Default channel."
},
{
"author": "BlakeOne",
"title": "ComfyUI FastImageListToImageBatch [REMOVED]",
"reference": "https://github.com/BlakeOne/ComfyUI-FastImageListToImageBatch",
"files": [
"https://github.com/BlakeOne/ComfyUI-FastImageListToImageBatch"
],
"install_type": "git-clone",
"description": "Quickly convert a list of images to a batch of images. All images must be the same size. Great for long videos."
},
{
"author": "ggpid",
"title": "idpark_custom_node [REMOVED]",

View File

@ -10,6 +10,16 @@
},
{
"author": "ronniebasak",
"title": "ComfyUI-Tara-LLM-Integration",
"reference": "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration",
"files": [
"https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration"
],
"install_type": "git-clone",
"description": "Tara is a powerful node for ComfyUI that integrates Large Language Models (LLMs) to enhance and automate workflow processes. With Tara, you can create complex, intelligent workflows that refine and generate content, manage API keys, and seamlessly integrate various LLMs into your projects."
},
{
"author": "SLAPaper",
"title": "ComfyUI DPM++ 2M Alt Sampler",
@ -683,16 +693,6 @@
],
"install_type": "git-clone",
"description": "ComfyUI Open Sora"
},
{
"author": "AIGODLIKE",
"title": "ComfyUI-CUP",
"reference": "https://github.com/AIGODLIKE/ComfyUI-CUP",
"files": [
"https://github.com/AIGODLIKE/ComfyUI-CUP"
],
"install_type": "git-clone",
"description": "Bridge between ComfyUI and blender's ComfyUI-BlenderAI-node addon."
}
]
}

View File

@ -585,14 +585,6 @@
"title_aux": "ComfyUI CustomScheduler"
}
],
"https://github.com/BlakeOne/ComfyUI-FastImageListToImageBatch": [
[
"FastImageListToImageBatch"
],
{
"title_aux": "ComfyUI FastImageListToImageBatch"
}
],
"https://github.com/BlakeOne/ComfyUI-SchedulerMixer": [
[
"SchedulerMixer"
@ -738,6 +730,8 @@
],
"https://github.com/Clybius/ComfyUI-Extra-Samplers": [
[
"GeometricCFGGuider",
"ImageAssistedCFGGuider",
"SamplerCLYB_4M_SDE_Momentumized",
"SamplerCustomModelMixtureDuo",
"SamplerCustomNoise",
@ -749,6 +743,7 @@
"SamplerRES_Momentumized",
"SamplerSupreme",
"SamplerTTM",
"ScaledCFGGuider",
"SimpleExponentialScheduler"
],
{
@ -1341,14 +1336,6 @@
"title_aux": "ComfyUI-GTSuya-Nodes"
}
],
"https://github.com/GavChap/ComfyUI-CascadeResolutions": [
[
"CascadeResolutions"
],
{
"title_aux": "ComfyUI-CascadeResolutions"
}
],
"https://github.com/Gourieff/comfyui-reactor-node": [
[
"ReActorBuildFaceModel",
@ -3126,7 +3113,8 @@
],
"https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": [
[
"HDR Effects (SuperBeasts.AI)"
"HDR Effects (SuperBeasts.AI)",
"Make Resized Mask Batch (SuperBeasts.AI)"
],
{
"title_aux": "ComfyUI-SuperBeasts"
@ -4414,6 +4402,14 @@
"title_aux": "Comfy UI FatLabels"
}
],
"https://github.com/al-swaiti/ComfyUI-CascadeResolutions": [
[
"CascadeResolutions"
],
{
"title_aux": "ComfyUI-CascadeResolutions"
}
],
"https://github.com/alexopus/ComfyUI-Image-Saver": [
[
"Cfg Literal (Image Saver)",
@ -5614,6 +5610,7 @@
"LayerUtility: CropByMask V2",
"LayerUtility: ExtendCanvas",
"LayerUtility: GetColorTone",
"LayerUtility: GetColorToneV2",
"LayerUtility: GetImageSize",
"LayerUtility: GradientImage",
"LayerUtility: GradientImage V2",
@ -5628,6 +5625,7 @@
"LayerUtility: ImageMaskScaleAs",
"LayerUtility: ImageOpacity",
"LayerUtility: ImageRemoveAlpha",
"LayerUtility: ImageRewardFilter",
"LayerUtility: ImageScaleByAspectRatio",
"LayerUtility: ImageScaleByAspectRatio V2",
"LayerUtility: ImageScaleRestore",
@ -7651,6 +7649,7 @@
"BatchUncrop",
"BatchUncropAdvanced",
"BboxToInt",
"BboxVisualize",
"CameraPoseVisualizer",
"ColorMatch",
"ColorToMask",
@ -7695,7 +7694,6 @@
"InsertImageBatchByIndexes",
"Intrinsic_lora_sampling",
"LoadResAdapterNormalization",
"NormalizeLatent",
"NormalizedAmplitudeToMask",
"OffsetMask",
"OffsetMaskByNormalizedAmplitude",
@ -8649,7 +8647,8 @@
"CanvasCreatorBasic",
"CanvasCreatorSimple",
"CreateMaskWithCanvas",
"CreateRegionalPNGMask",
"CreateNestedPNGMask",
"CreateTillingPNGMask",
"CreateWatermarkRemovalMask",
"EightFloats",
"EvenOrOdd",
@ -8658,6 +8657,7 @@
"FourFloats",
"IntMultiplication",
"IntSubtraction",
"IntToFloatMultiplication",
"LogicNot",
"NumeralToString",
"PngColorMasksToMaskList",
@ -8666,7 +8666,8 @@
"PngColorMasksToStringList",
"PngRectanglesToMask",
"PngRectanglesToMaskList",
"RandomLayouts",
"RandomNestedLayouts",
"RandomTillingLayouts",
"SeedGenerator",
"SingleBooleanTrigger",
"SixBooleanTrigger",
@ -9263,6 +9264,17 @@
"title_aux": "ComfyUI PNG Metadata"
}
],
"https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": [
[
"TaraApiKeyLoader",
"TaraApiKeySaver",
"TaraDaisyChainNode",
"TaraPrompter"
],
{
"title_aux": "ComfyUI-Tara-LLM-Integration"
}
],
"https://github.com/rui40000/RUI-Nodes": [
[
"ABCondition",
@ -9303,8 +9315,11 @@
],
"https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": [
[
"AdjustAndRoundDimensions",
"AspectRatioMobileDevices",
"ImageResizeAndCropNode",
"ImageSquareAdapterNode"
"ImageSquareAdapterNode",
"PopularScreenResolutions"
],
{
"title_aux": "ComfyUI_Nimbus-Pack"