update DB

This commit is contained in:
Dr.Lt.Data 2025-07-04 07:02:41 +09:00
parent e71f3774ba
commit 807c9e6872
8 changed files with 3503 additions and 3056 deletions

View File

@ -5100,7 +5100,17 @@
"https://github.com/MitoshiroPJ/comfyui_slothful_attention"
],
"install_type": "git-clone",
"description": "This custom node allow controlling output without training. The reducing method is similar to [a/Spatial-Reduction Attention](https://paperswithcode.com/method/spatial-reduction-attention), but generating speed may not be increased on typical image sizes due to overheads. (In some cases, slightly slower)"
"description": "This custom node allow controlling output without training. The reducing method is similar to [a/Spatial-Reduction Attention](https://paperswithcode.com/method/spatial-reduction-attention)."
},
{
"author": "MitoshiroPJ",
"title": "comfyui_focal_sampler",
"reference": "https://github.com/MitoshiroPJ/comfyui_focal_sampler",
"files": [
"https://github.com/MitoshiroPJ/comfyui_focal_sampler"
],
"install_type": "git-clone",
"description": "Apply additional sampling to specific area"
},
{
"author": "brianfitzgerald",
@ -20226,6 +20236,16 @@
"install_type": "git-clone",
"description": "A collection of custom nodes for ComfyUI focused on animation, image processing, and workflow optimization."
},
{
"author": "DesertPixelAi",
"title": "ComfyUI DP Dynamic Random Styler",
"reference": "https://github.com/DesertPixelAi/comfyui-dp-them-styler",
"files": [
"https://github.com/DesertPixelAi/comfyui-dp-them-styler"
],
"install_type": "git-clone",
"description": "A dynamic theme-based prompt generator for ComfyUI that creates versatile, random prompts optimized for face swap workflows."
},
{
"author": "muhammederem",
"title": "BLIP Vision-Language Model Integration",
@ -26504,7 +26524,7 @@
"https://github.com/wildminder/ComfyUI-KEEP"
],
"install_type": "git-clone",
"description": "ComfyUI-KEEP: Kalman-Inspired Feature Propagation for Video Face Super-Resolution in ComfyUI"
"description": "Kalman-Inspired Feature Propagation for Video Face Super-Resolution"
},
{
"author": "wildminder",
@ -28083,6 +28103,16 @@
"install_type": "git-clone",
"description": "'Real-time golden ratio pattern composition evaluation tool node for ComfyUI. This does nothing else - but you can move, rotate and scale then pattern to find new things and structures in your images."
},
{
"author": "quasiblob",
"title": "EsesImageResize",
"reference": "https://github.com/quasiblob/ComfyUI-EsesImageResize",
"files": [
"https://github.com/quasiblob/ComfyUI-EsesImageResize"
],
"install_type": "git-clone",
"description": "The 'Eses Image Resize' node offers comprehensive image resizing capabilities within ComfyUI. It supports various scaling modes including scaling by a specific ratio, target megapixels, or directly to fixed dimensions. The node provides framing options to handle aspect ratio changes, allowing users to 'Crop to Fit' (fill) the target frame or 'Fit to Frame' (letterbox) the image with a customizable fill color. It also generates and outputs a corresponding mask, with control over the letterbox area's color (black or white) within the mask."
},
{
"author": "TheLustriVA",
"title": "ComfyUI Image Size Tool",
@ -28255,6 +28285,16 @@
"install_type": "git-clone",
"description": "This custom node allows you to perform audio-video lip synchronization inside ComfyUI using a simple interface."
},
{
"author": "wasilone11",
"title": "ComfyUI Sync PVM Node",
"reference": "https://github.com/wasilone11/comfyui-pvm-node",
"files": [
"https://github.com/wasilone11/comfyui-pvm-node"
],
"install_type": "git-clone",
"description": "This custom node allows you to generate personalized video messages (PVM) using audio, video, and multilingual text prompts inside ComfyUI."
},
{
"author": "uinodes",
"title": "ComfyUI-uinodesDOC",
@ -28578,6 +28618,37 @@
"install_type": "git-clone",
"description": "This is a custom node pack designed for ComfyUI that seamlessly integrates the powerful LM Studio into your workflow, enabling you to perform a variety of tasks such as text generation and image understanding (Vision) using locally run LLMs."
},
{
"author": "georgitsenov",
"title": "ComfyUI S3 Save Node",
"reference": "https://github.com/georgitsenov/ComfyUI-R2",
"files": [
"https://github.com/georgitsenov/ComfyUI-R2"
],
"install_type": "git-clone",
"description": "A custom ComfyUI node for saving generated images directly to Cloudflare R2 (or S3-compatible) buckets using boto3, with secure random filename generation and public URL return."
},
{
"author": "HappyXY",
"title": "ComfyUI-AmazonBedrock",
"reference": "https://github.com/HappyXY/ComfyUI-AmazonBedrock",
"files": [
"https://github.com/HappyXY/ComfyUI-AmazonBedrock"
],
"install_type": "git-clone",
"description": "use case of llm, image, video models on amazon bedrock"
},
{
"author": "manifestations",
"title": "ComfyUI Globetrotter Nodes",
"reference": "https://github.com/manifestations/comfyui-globetrotter",
"files": [
"https://github.com/manifestations/comfyui-globetrotter"
],
"install_type": "git-clone",
"description": "A collection of custom ComfyUI nodes and utilities for generating AI image prompts representing the diverse attire, cultures, regions, and appearances of the world. This project is designed for easy extension to new countries, cultures, and body parts, using a modular JSON-based data structure and dynamic node generation."
},

View File

@ -338,6 +338,7 @@
"MaskBatchMathOps",
"MaskBatchToList",
"MaskCropByBBoxMask",
"MaskFillHole",
"MaskListToBatch",
"MaskMathOps",
"PathBuild",
@ -3395,6 +3396,7 @@
"Sigmas CollatzIteration",
"Sigmas Concat",
"Sigmas ConwaySequence",
"Sigmas Count",
"Sigmas CrossProduct",
"Sigmas DeleteBelowFloor",
"Sigmas DeleteDuplicates",
@ -3977,9 +3979,14 @@
"AudioStyleTransfer",
"AudioVAEDecode",
"AudioVAEEncode",
"LatentFormatConverter",
"ModelMixer",
"NetworkBending",
"NetworkBendingAdvanced"
"NetworkBendingAdvanced",
"VAEChannelManipulator",
"VAELatentBending",
"VAEMixer",
"VAENetworkBending"
],
{
"title_aux": "Network Bending for ComfyUI"
@ -4167,6 +4174,17 @@
"title_aux": "ComfyUI-Desert-Pixel-Nodes"
}
],
"https://github.com/DesertPixelAi/comfyui-dp-them-styler": [
[
"DP_Add_Logo_Banner",
"DP_Advanced_Sampler_Modified",
"DP_Dynamic_Random_Styler",
"DP_Gender_Age_Detector"
],
{
"title_aux": "ComfyUI DP Dynamic Random Styler"
}
],
"https://github.com/DiaoDaiaChan/ComfyUI_API_Request": [
[
"Character_Prompt_Select",
@ -5853,6 +5871,21 @@
"title_aux": "ComfyUI ReSharpen"
}
],
"https://github.com/HappyXY/ComfyUI-AmazonBedrock": [
[
"Amazon Bedrock - Nova Canvas Background Prompt Replace",
"Amazon Bedrock - Nova Canvas Generate Image",
"Amazon Bedrock - Nova Canvas Generate Variations",
"Amazon Bedrock - Nova Reel Video",
"Bedrock - Claude",
"Bedrock - Claude Multimodal",
"Bedrock - Nova",
"Bedrock - SDXL"
],
{
"title_aux": "ComfyUI-AmazonBedrock"
}
],
"https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": [
[
"Clip Switch",
@ -8716,6 +8749,14 @@
"title_aux": "ComfyUI-FBCNN"
}
],
"https://github.com/MitoshiroPJ/comfyui_focal_sampler": [
[
"FocalSamplerSegs"
],
{
"title_aux": "comfyui_focal_sampler"
}
],
"https://github.com/MitoshiroPJ/comfyui_slothful_attention": [
[
"NearSightedAttention",
@ -15174,7 +15215,6 @@
"DepthflowEffectVignette",
"DepthflowMotionArc",
"DepthflowMotionCosine",
"DepthflowMotionExponential",
"DepthflowMotionLinear",
"DepthflowMotionPresetCircle",
"DepthflowMotionPresetDolly",
@ -15183,7 +15223,8 @@
"DepthflowMotionPresetVertical",
"DepthflowMotionPresetZoom",
"DepthflowMotionSetTarget",
"DepthflowMotionSine"
"DepthflowMotionSine",
"DepthflowMotionTriangle"
],
{
"author": "akatz",
@ -15634,6 +15675,8 @@
[
"SageSetWildcardText",
"Sage_AdvSamplerInfo",
"Sage_CLIPLoaderFromInfo",
"Sage_CLIPSelector",
"Sage_CacheMaintenance",
"Sage_CheckLorasForUpdates",
"Sage_CheckpointLoaderRecent",
@ -15647,6 +15690,7 @@
"Sage_ConstructMetadata",
"Sage_ConstructMetadataLite",
"Sage_CubiqImageResize",
"Sage_DualCLIPSelector",
"Sage_DualCLIPTextEncode",
"Sage_DualCLIPTextEncodeLumina2",
"Sage_EmptyLatentImagePassthrough",
@ -15664,6 +15708,7 @@
"Sage_LMStudioLLMPromptVision",
"Sage_LMStudioLLMPromptVisionRefine",
"Sage_LastLoraInfo",
"Sage_LoadCheckpointFromModelInfo",
"Sage_LoadImage",
"Sage_LogicalSwitch",
"Sage_LoraStack",
@ -15679,16 +15724,24 @@
"Sage_OllamaLLMPromptVisionRefine",
"Sage_PonyPrefix",
"Sage_PonyStyle",
"Sage_QuadCLIPSelector",
"Sage_QuickResPicker",
"Sage_ReferenceImage",
"Sage_SamplerInfo",
"Sage_SaveImageWithMetadata",
"Sage_SaveText",
"Sage_SetText",
"Sage_TextWeight",
"Sage_TilingInfo",
"Sage_TripleCLIPSelector",
"Sage_TripleJoinText",
"Sage_TripleLoraStack",
"Sage_UNETLoader",
"Sage_UNETLoaderFromInfo",
"Sage_UNETSelector",
"Sage_UnetClipVaeToModelInfo",
"Sage_VAELoaderFromInfo",
"Sage_VAESelector",
"Sage_ViewAnything",
"Sage_ViewNotes"
],
@ -17492,6 +17545,7 @@
"chx_IPA_faceID",
"chx_IPA_faceID_adv",
"chx_IPA_region_combine",
"chx_Ksampler_Kontext",
"chx_Ksampler_VisualStyle",
"chx_Ksampler_dual_area",
"chx_Ksampler_dual_paint",
@ -19240,6 +19294,7 @@
],
"https://github.com/comfy-deploy/comfyui-llm-toolkit": [
[
"AudioDurationFrames",
"BFLProviderNode",
"CheckImageEmpty",
"ConfigGenerateImage",
@ -22502,6 +22557,14 @@
"title_aux": "geocine-comfyui"
}
],
"https://github.com/georgitsenov/ComfyUI-R2": [
[
"S3SaveNode"
],
{
"title_aux": "ComfyUI S3 Save Node"
}
],
"https://github.com/ggarra13/ComfyUI-mrv2": [
[
"mrv2AnnotationsImageNode",
@ -29339,6 +29402,15 @@
"title_aux": "ComfyUI-Mango-Random"
}
],
"https://github.com/manifestations/comfyui-globetrotter": [
[
"OllamaLLMNode",
"TextCombinerNode"
],
{
"title_aux": "ComfyUI Globetrotter Nodes"
}
],
"https://github.com/manifestations/comfyui-outfits": [
[
"ChineseOutfitNode",
@ -32241,6 +32313,14 @@
"title_aux": "ComfyUI-EsesImageOffset"
}
],
"https://github.com/quasiblob/ComfyUI-EsesImageResize": [
[
"EsesImageResize"
],
{
"title_aux": "EsesImageResize"
}
],
"https://github.com/quasiblob/EsesCompositionGoldenRatio": [
[
"EsesCompositionGoldenRatio"
@ -36437,6 +36517,14 @@
"title_aux": "wlsh_nodes"
}
],
"https://github.com/wasilone11/comfyui-pvm-node": [
[
"SyncPVMessengerNode"
],
{
"title_aux": "ComfyUI Sync PVM Node"
}
],
"https://github.com/wasilone11/comfyui-sync-lipsync-node": [
[
"SyncLipsyncNode"

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,45 @@
{
"custom_nodes": [
{
"author": "wasilone11",
"title": "comfyui-sync-translate-node",
"reference": "https://github.com/wasilone11/comfyui-sync-translate-node",
"files": [
"https://github.com/wasilone11/comfyui-sync-translate-node"
],
"install_type": "git-clone",
"description": "NODES: Sync.so Translator"
},
{
"author": "ashllay",
"title": "ComfyUI_MoreComfy",
"reference": "https://github.com/ashllay/ComfyUI_MoreComfy",
"files": [
"https://github.com/ashllay/ComfyUI_MoreComfy"
],
"install_type": "git-clone",
"description": "NODES: MC Switch Seed, MC Switch Image, MC Switch String, MC Alter Seed, MC Set Tile Size, MC Get Image Size, MC Get Image Min Max, MC Multi Concat, MC Multi Concat(Advanced), MC Noise"
},
{
"author": "gaowei-space",
"title": "ComfyUI Doubao LLM [WIP]",
"reference": "https://github.com/gaowei-space/ComfyUI-Doubao-LLM",
"files": [
"https://github.com/gaowei-space/ComfyUI-Doubao-LLM"
],
"install_type": "git-clone",
"description": "ComfyUI nodes for Doubao (ByteDance) LLM and Vision Language Model integration\nNOTE: The files in the repo are not organized."
},
{
"author": "BrettMedia",
"title": "comfyui-bhtools [WIP]",
"reference": "https://github.com/BrettMedia/comfyui-bhtools",
"files": [
"https://github.com/BrettMedia/comfyui-bhtools"
],
"install_type": "git-clone",
"description": "A suite of creative tools designed to help AI artists with continuity, brainstorming, and workflow optimization. Born from real-world needs during my AI journey, these nodes solve common pain points in creative workflows.\nNOTE: The files in the repo are not organized."
},
{
"author": "XiaoHeiziGGG",
"title": "ComfyUI-Gemini-Kontext [WIP]",

View File

@ -174,6 +174,7 @@
"MaskBatchMathOps",
"MaskBatchToList",
"MaskCropByBBoxMask",
"MaskFillHole",
"MaskListToBatch",
"MaskMathOps",
"PathBuild",
@ -949,6 +950,19 @@
"title_aux": "ComfyUI_bd_customNodes"
}
],
"https://github.com/BrettMedia/comfyui-bhtools": [
[
"CinematicSceneDirectorBHTools",
"CinematicSceneDirector|BHTools",
"EndOfWorkflowClearingNodeBHTools",
"EndOfWorkflowClearingNodeBHTools|BHTools",
"PromptInferenceBHTools",
"PromptInferenceBHTools|BHTools"
],
{
"title_aux": "comfyui-bhtools [WIP]"
}
],
"https://github.com/BuffMcBigHuge/ComfyUI-Buff-Nodes": [
[
"ConsoleOutput",
@ -4001,9 +4015,11 @@
"https://github.com/ashllay/ComfyUI_MoreComfy": [
[
"MC Alter Seed",
"MC Get Image Min Max",
"MC Get Image Size",
"MC Multi Concat",
"MC Multi Concat(Advanced)",
"MC Noise",
"MC Set Tile Size",
"MC Switch Image",
"MC Switch Latent",
@ -5547,6 +5563,17 @@
"title_aux": "ComfyUI-N_SwapInput [UNSAFE]"
}
],
"https://github.com/gaowei-space/ComfyUI-Doubao-LLM": [
[
"DoubaoAPI",
"DoubaoConfig",
"DoubaoTextChat",
"DoubaoVisionChat"
],
{
"title_aux": "ComfyUI Doubao LLM [WIP]"
}
],
"https://github.com/gilons/ComfyUI-GoogleDrive-Downloader": [
[
"custom_nodes"
@ -9110,6 +9137,14 @@
"title_aux": "Shank-Tools"
}
],
"https://github.com/wasilone11/comfyui-sync-translate-node": [
[
"SyncTranslateNode"
],
{
"title_aux": "comfyui-sync-translate-node"
}
],
"https://github.com/watarika/ComfyUI-Text-Utility": [
[
"LoadTextFile",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,75 @@
{
"custom_nodes": [
{
"author": "MitoshiroPJ",
"title": "comfyui_focal_sampler",
"reference": "https://github.com/MitoshiroPJ/comfyui_focal_sampler",
"files": [
"https://github.com/MitoshiroPJ/comfyui_focal_sampler"
],
"install_type": "git-clone",
"description": "Apply additional sampling to specific area"
},
{
"author": "wasilone11",
"title": "ComfyUI Sync PVM Node",
"reference": "https://github.com/wasilone11/comfyui-pvm-node",
"files": [
"https://github.com/wasilone11/comfyui-pvm-node"
],
"install_type": "git-clone",
"description": "This custom node allows you to generate personalized video messages (PVM) using audio, video, and multilingual text prompts inside ComfyUI."
},
{
"author": "quasiblob",
"title": "EsesImageResize",
"reference": "https://github.com/quasiblob/ComfyUI-EsesImageResize",
"files": [
"https://github.com/quasiblob/ComfyUI-EsesImageResize"
],
"install_type": "git-clone",
"description": "The 'Eses Image Resize' node offers comprehensive image resizing capabilities within ComfyUI. It supports various scaling modes including scaling by a specific ratio, target megapixels, or directly to fixed dimensions. The node provides framing options to handle aspect ratio changes, allowing users to 'Crop to Fit' (fill) the target frame or 'Fit to Frame' (letterbox) the image with a customizable fill color. It also generates and outputs a corresponding mask, with control over the letterbox area's color (black or white) within the mask."
},
{
"author": "manifestations",
"title": "ComfyUI Globetrotter Nodes",
"reference": "https://github.com/manifestations/comfyui-globetrotter",
"files": [
"https://github.com/manifestations/comfyui-globetrotter"
],
"install_type": "git-clone",
"description": "A collection of custom ComfyUI nodes and utilities for generating AI image prompts representing the diverse attire, cultures, regions, and appearances of the world. This project is designed for easy extension to new countries, cultures, and body parts, using a modular JSON-based data structure and dynamic node generation."
},
{
"author": "DesertPixelAi",
"title": "ComfyUI DP Dynamic Random Styler",
"reference": "https://github.com/DesertPixelAi/comfyui-dp-them-styler",
"files": [
"https://github.com/DesertPixelAi/comfyui-dp-them-styler"
],
"install_type": "git-clone",
"description": "A dynamic theme-based prompt generator for ComfyUI that creates versatile, random prompts optimized for face swap workflows."
},
{
"author": "georgitsenov",
"title": "ComfyUI S3 Save Node",
"reference": "https://github.com/georgitsenov/ComfyUI-R2",
"files": [
"https://github.com/georgitsenov/ComfyUI-R2"
],
"install_type": "git-clone",
"description": "A custom ComfyUI node for saving generated images directly to Cloudflare R2 (or S3-compatible) buckets using boto3, with secure random filename generation and public URL return."
},
{
"author": "HappyXY",
"title": "ComfyUI-AmazonBedrock",
"reference": "https://github.com/HappyXY/ComfyUI-AmazonBedrock",
"files": [
"https://github.com/HappyXY/ComfyUI-AmazonBedrock"
],
"install_type": "git-clone",
"description": "use case of llm, image, video models on amazon bedrock"
},
{
"author": "BuffMcBigHuge",
"title": "ComfyUI-Google-AI-Studio",

View File

@ -338,6 +338,7 @@
"MaskBatchMathOps",
"MaskBatchToList",
"MaskCropByBBoxMask",
"MaskFillHole",
"MaskListToBatch",
"MaskMathOps",
"PathBuild",
@ -3395,6 +3396,7 @@
"Sigmas CollatzIteration",
"Sigmas Concat",
"Sigmas ConwaySequence",
"Sigmas Count",
"Sigmas CrossProduct",
"Sigmas DeleteBelowFloor",
"Sigmas DeleteDuplicates",
@ -3977,9 +3979,14 @@
"AudioStyleTransfer",
"AudioVAEDecode",
"AudioVAEEncode",
"LatentFormatConverter",
"ModelMixer",
"NetworkBending",
"NetworkBendingAdvanced"
"NetworkBendingAdvanced",
"VAEChannelManipulator",
"VAELatentBending",
"VAEMixer",
"VAENetworkBending"
],
{
"title_aux": "Network Bending for ComfyUI"
@ -4167,6 +4174,17 @@
"title_aux": "ComfyUI-Desert-Pixel-Nodes"
}
],
"https://github.com/DesertPixelAi/comfyui-dp-them-styler": [
[
"DP_Add_Logo_Banner",
"DP_Advanced_Sampler_Modified",
"DP_Dynamic_Random_Styler",
"DP_Gender_Age_Detector"
],
{
"title_aux": "ComfyUI DP Dynamic Random Styler"
}
],
"https://github.com/DiaoDaiaChan/ComfyUI_API_Request": [
[
"Character_Prompt_Select",
@ -5853,6 +5871,21 @@
"title_aux": "ComfyUI ReSharpen"
}
],
"https://github.com/HappyXY/ComfyUI-AmazonBedrock": [
[
"Amazon Bedrock - Nova Canvas Background Prompt Replace",
"Amazon Bedrock - Nova Canvas Generate Image",
"Amazon Bedrock - Nova Canvas Generate Variations",
"Amazon Bedrock - Nova Reel Video",
"Bedrock - Claude",
"Bedrock - Claude Multimodal",
"Bedrock - Nova",
"Bedrock - SDXL"
],
{
"title_aux": "ComfyUI-AmazonBedrock"
}
],
"https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": [
[
"Clip Switch",
@ -8716,6 +8749,14 @@
"title_aux": "ComfyUI-FBCNN"
}
],
"https://github.com/MitoshiroPJ/comfyui_focal_sampler": [
[
"FocalSamplerSegs"
],
{
"title_aux": "comfyui_focal_sampler"
}
],
"https://github.com/MitoshiroPJ/comfyui_slothful_attention": [
[
"NearSightedAttention",
@ -15174,7 +15215,6 @@
"DepthflowEffectVignette",
"DepthflowMotionArc",
"DepthflowMotionCosine",
"DepthflowMotionExponential",
"DepthflowMotionLinear",
"DepthflowMotionPresetCircle",
"DepthflowMotionPresetDolly",
@ -15183,7 +15223,8 @@
"DepthflowMotionPresetVertical",
"DepthflowMotionPresetZoom",
"DepthflowMotionSetTarget",
"DepthflowMotionSine"
"DepthflowMotionSine",
"DepthflowMotionTriangle"
],
{
"author": "akatz",
@ -15634,6 +15675,8 @@
[
"SageSetWildcardText",
"Sage_AdvSamplerInfo",
"Sage_CLIPLoaderFromInfo",
"Sage_CLIPSelector",
"Sage_CacheMaintenance",
"Sage_CheckLorasForUpdates",
"Sage_CheckpointLoaderRecent",
@ -15647,6 +15690,7 @@
"Sage_ConstructMetadata",
"Sage_ConstructMetadataLite",
"Sage_CubiqImageResize",
"Sage_DualCLIPSelector",
"Sage_DualCLIPTextEncode",
"Sage_DualCLIPTextEncodeLumina2",
"Sage_EmptyLatentImagePassthrough",
@ -15664,6 +15708,7 @@
"Sage_LMStudioLLMPromptVision",
"Sage_LMStudioLLMPromptVisionRefine",
"Sage_LastLoraInfo",
"Sage_LoadCheckpointFromModelInfo",
"Sage_LoadImage",
"Sage_LogicalSwitch",
"Sage_LoraStack",
@ -15679,16 +15724,24 @@
"Sage_OllamaLLMPromptVisionRefine",
"Sage_PonyPrefix",
"Sage_PonyStyle",
"Sage_QuadCLIPSelector",
"Sage_QuickResPicker",
"Sage_ReferenceImage",
"Sage_SamplerInfo",
"Sage_SaveImageWithMetadata",
"Sage_SaveText",
"Sage_SetText",
"Sage_TextWeight",
"Sage_TilingInfo",
"Sage_TripleCLIPSelector",
"Sage_TripleJoinText",
"Sage_TripleLoraStack",
"Sage_UNETLoader",
"Sage_UNETLoaderFromInfo",
"Sage_UNETSelector",
"Sage_UnetClipVaeToModelInfo",
"Sage_VAELoaderFromInfo",
"Sage_VAESelector",
"Sage_ViewAnything",
"Sage_ViewNotes"
],
@ -17492,6 +17545,7 @@
"chx_IPA_faceID",
"chx_IPA_faceID_adv",
"chx_IPA_region_combine",
"chx_Ksampler_Kontext",
"chx_Ksampler_VisualStyle",
"chx_Ksampler_dual_area",
"chx_Ksampler_dual_paint",
@ -19240,6 +19294,7 @@
],
"https://github.com/comfy-deploy/comfyui-llm-toolkit": [
[
"AudioDurationFrames",
"BFLProviderNode",
"CheckImageEmpty",
"ConfigGenerateImage",
@ -22502,6 +22557,14 @@
"title_aux": "geocine-comfyui"
}
],
"https://github.com/georgitsenov/ComfyUI-R2": [
[
"S3SaveNode"
],
{
"title_aux": "ComfyUI S3 Save Node"
}
],
"https://github.com/ggarra13/ComfyUI-mrv2": [
[
"mrv2AnnotationsImageNode",
@ -29339,6 +29402,15 @@
"title_aux": "ComfyUI-Mango-Random"
}
],
"https://github.com/manifestations/comfyui-globetrotter": [
[
"OllamaLLMNode",
"TextCombinerNode"
],
{
"title_aux": "ComfyUI Globetrotter Nodes"
}
],
"https://github.com/manifestations/comfyui-outfits": [
[
"ChineseOutfitNode",
@ -32241,6 +32313,14 @@
"title_aux": "ComfyUI-EsesImageOffset"
}
],
"https://github.com/quasiblob/ComfyUI-EsesImageResize": [
[
"EsesImageResize"
],
{
"title_aux": "EsesImageResize"
}
],
"https://github.com/quasiblob/EsesCompositionGoldenRatio": [
[
"EsesCompositionGoldenRatio"
@ -36437,6 +36517,14 @@
"title_aux": "wlsh_nodes"
}
],
"https://github.com/wasilone11/comfyui-pvm-node": [
[
"SyncPVMessengerNode"
],
{
"title_aux": "ComfyUI Sync PVM Node"
}
],
"https://github.com/wasilone11/comfyui-sync-lipsync-node": [
[
"SyncLipsyncNode"