update DB

This commit is contained in:
Dr.Lt.Data 2024-08-01 07:17:07 +09:00
parent f057e185af
commit 00be5e80b4
6 changed files with 1848 additions and 1666 deletions

View File

@ -1125,6 +1125,44 @@
"files": [
"https://github.com/cubiq/ComfyUI_IPAdapter_plus"
],
"preemptions": [
"IPAAdapterFaceIDBatch",
"IPAdapter",
"IPAdapterAdvanced",
"IPAdapterBatch",
"IPAdapterClipVisionEnhancer",
"IPAdapterClipVisionEnhancerBatch",
"IPAdapterCombineEmbeds",
"IPAdapterCombineParams",
"IPAdapterCombineWeights",
"IPAdapterEmbeds",
"IPAdapterEmbedsBatch",
"IPAdapterEncoder",
"IPAdapterFaceID",
"IPAdapterFromParams",
"IPAdapterInsightFaceLoader",
"IPAdapterLoadEmbeds",
"IPAdapterMS",
"IPAdapterModelLoader",
"IPAdapterNoise",
"IPAdapterPreciseComposition",
"IPAdapterPreciseCompositionBatch",
"IPAdapterPreciseStyleTransfer",
"IPAdapterPreciseStyleTransferBatch",
"IPAdapterPromptScheduleFromWeightsStrategy",
"IPAdapterRegionalConditioning",
"IPAdapterSaveEmbeds",
"IPAdapterStyleComposition",
"IPAdapterStyleCompositionBatch",
"IPAdapterTiled",
"IPAdapterTiledBatch",
"IPAdapterUnifiedLoader",
"IPAdapterUnifiedLoaderCommunity",
"IPAdapterUnifiedLoaderFaceID",
"IPAdapterWeights",
"IPAdapterWeightsFromStrategy",
"PrepImageForClipVision"
],
"pip": ["insightface"],
"install_type": "git-clone",
"description": "ComfyUI reference implementation for IPAdapter models. The code is mostly taken from the original IPAdapter repository and laksjdjf's implementation, all credit goes to them. I just made the extension closer to ComfyUI philosophy."
@ -12174,6 +12212,17 @@
"install_type": "git-clone",
"description": "This is a simple node for connecting images. For pictures of the same size, users can choose to fill in vertical in the parameter to connect the pictures vertically or fill in horizontal to connect the pictures horizontally."
},
{
"author": "akatz-ai",
"title": "Akatz Custom Nodes",
"id": "akatz-ai",
"reference": "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes",
"files": [
"https://github.com/akatz-ai/ComfyUI-AKatz-Nodes"
],
"install_type": "git-clone",
"description": "Simple custom node pack for nodes I use in my workflows. Includes Dilate Mask Linear for animating masks."
},
@ -12554,17 +12603,6 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "akatz-ai",
"title": "Akatz Custom Nodes",
"id": "akatz-ai",
"reference": "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes",
"files": [
"https://github.com/akatz-ai/ComfyUI-AKatz-Nodes"
],
"install_type": "git-clone",
"description": "Simple custom node pack for nodes I use in my workflows. Includes Dilate Mask Linear for animating masks."
}
]
}

View File

@ -4802,10 +4802,12 @@
],
"https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": [
[
"Deflicker - Experimental (SuperBeasts.AI)",
"HDR Effects (SuperBeasts.AI)",
"Image Batch Manager (SuperBeasts.AI)",
"Make Resized Mask Batch (SuperBeasts.AI)",
"Mask Batch Manager (SuperBeasts.AI)",
"Pixel Deflicker - Experimental (SuperBeasts.AI)",
"String List Manager (SuperBeasts.AI)"
],
{
@ -5153,6 +5155,7 @@
"tri3d-atr-parse",
"tri3d-atr-parse-batch",
"tri3d-bgremove-mega",
"tri3d-clean_mask",
"tri3d-clear-memory",
"tri3d-clipdrop-bgremove-api",
"tri3d-clipdrop-bgreplace-api",
@ -5164,6 +5167,7 @@
"tri3d-extract-parts-batch2",
"tri3d-extract-parts-mask-batch",
"tri3d-extract-pascal-parts-batch",
"tri3d-extract_pose_part",
"tri3d-face-recognise",
"tri3d-flexible_color_extract",
"tri3d-float-to-image",
@ -5196,7 +5200,8 @@
"tri3d-simple_bg_swap",
"tri3d-simple_rescale_histogram",
"tri3d-skin-feathered-padded-mask",
"tri3d-swap-pixels"
"tri3d-swap-pixels",
"tri3d_position_pose_part"
],
{
"title_aux": "tri3d-comfyui-nodes"
@ -6452,6 +6457,14 @@
"title_aux": "ComfyUI_merge_ASVL"
}
],
"https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": [
[
"AK_AnimatedDilationMaskLinear"
],
{
"title_aux": "Akatz Custom Nodes"
}
],
"https://github.com/akierson/ComfyUI-textnodes": [
[
"Prompt Truncate",
@ -8825,6 +8838,44 @@
"PrepImageForClipVision"
],
{
"preemptions": [
"IPAAdapterFaceIDBatch",
"IPAdapter",
"IPAdapterAdvanced",
"IPAdapterBatch",
"IPAdapterClipVisionEnhancer",
"IPAdapterClipVisionEnhancerBatch",
"IPAdapterCombineEmbeds",
"IPAdapterCombineParams",
"IPAdapterCombineWeights",
"IPAdapterEmbeds",
"IPAdapterEmbedsBatch",
"IPAdapterEncoder",
"IPAdapterFaceID",
"IPAdapterFromParams",
"IPAdapterInsightFaceLoader",
"IPAdapterLoadEmbeds",
"IPAdapterMS",
"IPAdapterModelLoader",
"IPAdapterNoise",
"IPAdapterPreciseComposition",
"IPAdapterPreciseCompositionBatch",
"IPAdapterPreciseStyleTransfer",
"IPAdapterPreciseStyleTransferBatch",
"IPAdapterPromptScheduleFromWeightsStrategy",
"IPAdapterRegionalConditioning",
"IPAdapterSaveEmbeds",
"IPAdapterStyleComposition",
"IPAdapterStyleCompositionBatch",
"IPAdapterTiled",
"IPAdapterTiledBatch",
"IPAdapterUnifiedLoader",
"IPAdapterUnifiedLoaderCommunity",
"IPAdapterUnifiedLoaderFaceID",
"IPAdapterWeights",
"IPAdapterWeightsFromStrategy",
"PrepImageForClipVision"
],
"title_aux": "ComfyUI_IPAdapter_plus"
}
],
@ -10261,10 +10312,15 @@
"OverrideSamplerSetup",
"Remap_Values",
"Select_By_Index",
"Select_Line_By_Index",
"Select_String_By_Index",
"SetupSelector",
"Show_Type",
"UniversalLatentHelper"
"Split_Entry_In_2Chunks",
"Split_Entry_In_4Chunks",
"Split_Entry_In_6Chunks",
"UniversalLatentHelper",
"Universal_VAE_Loader"
],
{
"title_aux": "foxpack"
@ -10722,6 +10778,7 @@
"LLM_local",
"LLM_local_loader",
"LLavaLoader",
"URL2IMG",
"VAEDecode_party",
"accuweather_tool",
"api_function",
@ -11297,6 +11354,8 @@
"CM_NumberToInt JK",
"CM_NumberUnaryCondition JK",
"CM_NumberUnaryOperation JK",
"CM_PromptCombine_JK",
"CM_StringBinaryCondition_JK",
"CM_Vec2BinaryCondition JK",
"CM_Vec2BinaryOperation JK",
"CM_Vec2FloatOperation_JK",
@ -12219,6 +12278,7 @@
"OffsetMask",
"OffsetMaskByNormalizedAmplitude",
"PlotCoordinates",
"PointsEditor",
"PreviewAnimation",
"RemapImageRange",
"RemapMaskRange",
@ -12380,6 +12440,17 @@
"title_aux": "ComfyUI-moondream"
}
],
"https://github.com/kijai/ComfyUI-segment-anything-2": [
[
"DownloadAndLoadSAM2Model",
"Florence2toCoordinates",
"Sam2AutoSegmentation",
"Sam2Segmentation"
],
{
"title_aux": "ComfyUI-segment-anything-2"
}
],
"https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": [
[
"GradientPatchModelAddDownscale",
@ -15150,6 +15221,7 @@
],
"https://github.com/siliconflow/BizyAir": [
[
"BizyAirAuraSR",
"BizyAirBAE_NormalMapPreprocessor",
"BizyAirBinaryPreprocessor",
"BizyAirCannyEdgePreprocessor",
@ -15731,6 +15803,8 @@
[
"OllamaGenerate",
"OllamaGenerateAdvance",
"OllamaLoadContext",
"OllamaSaveContext",
"OllamaVision"
],
{
@ -16469,6 +16543,7 @@
],
"https://github.com/wTechArtist/ComfyUI-CustomNodes": [
[
"IPAdapter FaceID With Bool",
"IPAdapter Mad Scientist Weight_Type",
"Image Blending Mode Mask",
"Load Image With Bool"
@ -17203,7 +17278,8 @@
"MaskAutoSelector",
"MaskFastGrow",
"ModifyTextGender",
"SplitMask"
"SplitMask",
"TextPreview"
],
{
"title_aux": "zhangp365/Some Utils for ComfyUI"
@ -17292,13 +17368,5 @@
{
"title_aux": "SDXLCustomAspectRatio"
}
],
"https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": [
[
"AK_AnimatedDilationMaskLinear"
],
{
"title_aux": "ComfyUI-AKatz-Nodes"
}
]
}

File diff suppressed because it is too large Load Diff

View File

@ -12,16 +12,6 @@
{
"author": "kijai",
"title": "ComfyUI-segment-anything-2 [WIP]",
"reference": "https://github.com/kijai/ComfyUI-segment-anything-2",
"files": [
"https://github.com/kijai/ComfyUI-segment-anything-2"
],
"install_type": "git-clone",
"description": "For testing only currently."
},
{
"author": "leoleelxh",
"title": "ComfyUI-MidjourneyNode-leoleexh",

View File

@ -11,7 +11,28 @@
{
"author": "kijai",
"title": "ComfyUI-segment-anything-2",
"id": "segment-anything-2",
"reference": "https://github.com/kijai/ComfyUI-segment-anything-2",
"files": [
"https://github.com/kijai/ComfyUI-segment-anything-2"
],
"install_type": "git-clone",
"description": "Nodes to use [a/segment-anything-2](https://github.com/facebookresearch/segment-anything-2) for image or video segmentation."
},
{
"author": "akatz-ai",
"title": "Akatz Custom Nodes",
"id": "akatz-ai",
"reference": "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes",
"files": [
"https://github.com/akatz-ai/ComfyUI-AKatz-Nodes"
],
"install_type": "git-clone",
"description": "Simple custom node pack for nodes I use in my workflows. Includes Dilate Mask Linear for animating masks."
},
{
"author": "chflame163",
"title": "ComfyUI_CatVTON_Wrapper",
@ -671,27 +692,6 @@
],
"install_type": "git-clone",
"description": "a custom node for [a/SenseVoice](https://github.com/FunAudioLLM/SenseVoice)"
},
{
"author": "YMC",
"title": "ymc-node-as-x-type",
"reference": "https://github.com/YMC-GitHub/ymc-node-as-x-type",
"files": [
"https://github.com/YMC-GitHub/ymc-node-as-x-type"
],
"install_type": "git-clone",
"description": "some comfyui custom nodes to set it as known type"
},
{
"author": "smthemex",
"title": "ComfyUI_EchoMimic",
"id": "EchoMimic",
"reference": "https://github.com/smthemex/ComfyUI_EchoMimic",
"files": [
"https://github.com/smthemex/ComfyUI_EchoMimic"
],
"install_type": "git-clone",
"description": "You can using EchoMimic in comfyui,whitch Lifelike Audio-Driven Portrait Animations through Editable Landmark Conditioning "
}
]
}

View File

@ -4802,10 +4802,12 @@
],
"https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": [
[
"Deflicker - Experimental (SuperBeasts.AI)",
"HDR Effects (SuperBeasts.AI)",
"Image Batch Manager (SuperBeasts.AI)",
"Make Resized Mask Batch (SuperBeasts.AI)",
"Mask Batch Manager (SuperBeasts.AI)",
"Pixel Deflicker - Experimental (SuperBeasts.AI)",
"String List Manager (SuperBeasts.AI)"
],
{
@ -5153,6 +5155,7 @@
"tri3d-atr-parse",
"tri3d-atr-parse-batch",
"tri3d-bgremove-mega",
"tri3d-clean_mask",
"tri3d-clear-memory",
"tri3d-clipdrop-bgremove-api",
"tri3d-clipdrop-bgreplace-api",
@ -5164,6 +5167,7 @@
"tri3d-extract-parts-batch2",
"tri3d-extract-parts-mask-batch",
"tri3d-extract-pascal-parts-batch",
"tri3d-extract_pose_part",
"tri3d-face-recognise",
"tri3d-flexible_color_extract",
"tri3d-float-to-image",
@ -5196,7 +5200,8 @@
"tri3d-simple_bg_swap",
"tri3d-simple_rescale_histogram",
"tri3d-skin-feathered-padded-mask",
"tri3d-swap-pixels"
"tri3d-swap-pixels",
"tri3d_position_pose_part"
],
{
"title_aux": "tri3d-comfyui-nodes"
@ -6452,6 +6457,14 @@
"title_aux": "ComfyUI_merge_ASVL"
}
],
"https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": [
[
"AK_AnimatedDilationMaskLinear"
],
{
"title_aux": "Akatz Custom Nodes"
}
],
"https://github.com/akierson/ComfyUI-textnodes": [
[
"Prompt Truncate",
@ -8825,6 +8838,44 @@
"PrepImageForClipVision"
],
{
"preemptions": [
"IPAAdapterFaceIDBatch",
"IPAdapter",
"IPAdapterAdvanced",
"IPAdapterBatch",
"IPAdapterClipVisionEnhancer",
"IPAdapterClipVisionEnhancerBatch",
"IPAdapterCombineEmbeds",
"IPAdapterCombineParams",
"IPAdapterCombineWeights",
"IPAdapterEmbeds",
"IPAdapterEmbedsBatch",
"IPAdapterEncoder",
"IPAdapterFaceID",
"IPAdapterFromParams",
"IPAdapterInsightFaceLoader",
"IPAdapterLoadEmbeds",
"IPAdapterMS",
"IPAdapterModelLoader",
"IPAdapterNoise",
"IPAdapterPreciseComposition",
"IPAdapterPreciseCompositionBatch",
"IPAdapterPreciseStyleTransfer",
"IPAdapterPreciseStyleTransferBatch",
"IPAdapterPromptScheduleFromWeightsStrategy",
"IPAdapterRegionalConditioning",
"IPAdapterSaveEmbeds",
"IPAdapterStyleComposition",
"IPAdapterStyleCompositionBatch",
"IPAdapterTiled",
"IPAdapterTiledBatch",
"IPAdapterUnifiedLoader",
"IPAdapterUnifiedLoaderCommunity",
"IPAdapterUnifiedLoaderFaceID",
"IPAdapterWeights",
"IPAdapterWeightsFromStrategy",
"PrepImageForClipVision"
],
"title_aux": "ComfyUI_IPAdapter_plus"
}
],
@ -10261,10 +10312,15 @@
"OverrideSamplerSetup",
"Remap_Values",
"Select_By_Index",
"Select_Line_By_Index",
"Select_String_By_Index",
"SetupSelector",
"Show_Type",
"UniversalLatentHelper"
"Split_Entry_In_2Chunks",
"Split_Entry_In_4Chunks",
"Split_Entry_In_6Chunks",
"UniversalLatentHelper",
"Universal_VAE_Loader"
],
{
"title_aux": "foxpack"
@ -10722,6 +10778,7 @@
"LLM_local",
"LLM_local_loader",
"LLavaLoader",
"URL2IMG",
"VAEDecode_party",
"accuweather_tool",
"api_function",
@ -11297,6 +11354,8 @@
"CM_NumberToInt JK",
"CM_NumberUnaryCondition JK",
"CM_NumberUnaryOperation JK",
"CM_PromptCombine_JK",
"CM_StringBinaryCondition_JK",
"CM_Vec2BinaryCondition JK",
"CM_Vec2BinaryOperation JK",
"CM_Vec2FloatOperation_JK",
@ -12219,6 +12278,7 @@
"OffsetMask",
"OffsetMaskByNormalizedAmplitude",
"PlotCoordinates",
"PointsEditor",
"PreviewAnimation",
"RemapImageRange",
"RemapMaskRange",
@ -12380,6 +12440,17 @@
"title_aux": "ComfyUI-moondream"
}
],
"https://github.com/kijai/ComfyUI-segment-anything-2": [
[
"DownloadAndLoadSAM2Model",
"Florence2toCoordinates",
"Sam2AutoSegmentation",
"Sam2Segmentation"
],
{
"title_aux": "ComfyUI-segment-anything-2"
}
],
"https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": [
[
"GradientPatchModelAddDownscale",
@ -15150,6 +15221,7 @@
],
"https://github.com/siliconflow/BizyAir": [
[
"BizyAirAuraSR",
"BizyAirBAE_NormalMapPreprocessor",
"BizyAirBinaryPreprocessor",
"BizyAirCannyEdgePreprocessor",
@ -15731,6 +15803,8 @@
[
"OllamaGenerate",
"OllamaGenerateAdvance",
"OllamaLoadContext",
"OllamaSaveContext",
"OllamaVision"
],
{
@ -16469,6 +16543,7 @@
],
"https://github.com/wTechArtist/ComfyUI-CustomNodes": [
[
"IPAdapter FaceID With Bool",
"IPAdapter Mad Scientist Weight_Type",
"Image Blending Mode Mask",
"Load Image With Bool"
@ -17203,7 +17278,8 @@
"MaskAutoSelector",
"MaskFastGrow",
"ModifyTextGender",
"SplitMask"
"SplitMask",
"TextPreview"
],
{
"title_aux": "zhangp365/Some Utils for ComfyUI"