update DB

This commit is contained in:
Dr.Lt.Data 2026-04-17 02:46:36 +09:00
parent d7adab215b
commit 1e8956f42e
9 changed files with 6874 additions and 6414 deletions

View File

@ -20816,6 +20816,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Fork of node to load models in INT8 for 1.5~2X Speed gains on 30 series cards. Contains additional fixes and performance improvements." "description": "Fork of node to load models in INT8 for 1.5~2X Speed gains on 30 series cards. Contains additional fixes and performance improvements."
}, },
{
"author": "sparknight",
"title": "ComfyUI-EnumCombo",
"reference": "https://github.com/SparknightLLC/ComfyUI-EnumCombo",
"files": [
"https://github.com/SparknightLLC/ComfyUI-EnumCombo"
],
"install_type": "git-clone",
"description": "Workflow-local enumerated values for ComfyUI."
},
{ {
"author": "lightricks", "author": "lightricks",
"title": "ComfyUI-LTXVideo", "title": "ComfyUI-LTXVideo",
@ -22948,6 +22958,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "MeanCache: Training-free inference acceleration for Z-Image Flow Matching models" "description": "MeanCache: Training-free inference acceleration for Z-Image Flow Matching models"
}, },
{
"author": "facok",
"title": "comfyui-diversityboost",
"reference": "https://github.com/facok/ComfyUI-DiversityBoost",
"files": [
"https://github.com/facok/ComfyUI-DiversityBoost"
],
"install_type": "git-clone",
"description": "Restore composition diversity for distilled diffusion models. Training-free frequency-domain phase injection."
},
{ {
"author": "FinetunersAI", "author": "FinetunersAI",
"title": "ComfyUI_Finetuners_Suite", "title": "ComfyUI_Finetuners_Suite",
@ -44519,6 +44539,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A ComfyUI custom node that patches the attention mechanism to use Flash Attention 2 on AMD, similar to how Patch Sage Attention KJ works in KJNodes." "description": "A ComfyUI custom node that patches the attention mechanism to use Flash Attention 2 on AMD, similar to how Patch Sage Attention KJ works in KJNodes."
}, },
{
"author": "deluxa",
"title": "ComfyUI-DN_PatchVAEAttention",
"reference": "https://github.com/0xDELUXA/ComfyUI-DN_PatchVAEAttention",
"files": [
"https://github.com/0xDELUXA/ComfyUI-DN_PatchVAEAttention"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node that patches the attention mechanism inside a VAE's encoder and decoder to use a specific implementation, regardless of what ComfyUI auto-selected at startup."
},
{ {
"author": "fabwaseem", "author": "fabwaseem",
"title": "Civitai Gallery Explorer", "title": "Civitai Gallery Explorer",
@ -45864,6 +45894,28 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A ComfyUI custom node for compressing images via TinyPNG API." "description": "A ComfyUI custom node for compressing images via TinyPNG API."
}, },
{
"author": "vladgohn",
"title": "🦄 MurMur",
"reference": "https://github.com/vladgohn/ComfyUI-MurMur",
"files": [
"https://github.com/vladgohn/ComfyUI-MurMur"
],
"install_type": "git-clone",
"description": "Tiny ComfyUI styling utility for fast node and group coloring with emoji labels for nodes."
},
{
"author": "OvertliDS",
"title": "Overtli Studio Suite",
"id": "overtli-studio-suite",
"reference": "https://github.com/OvertliDS/overtli-studio-suite",
"files": [
"https://github.com/OvertliDS/overtli-studio-suite"
],
"install_type": "git-clone",
"category": "Model/LLM",
"description": "Windows-first advanced suite for Pollinations, LM Studio, Copilot CLI, and OpenAI-compatible multi-engine workflows."
},
@ -46255,18 +46307,6 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "OvertliDS",
"title": "Overtli Studio Suite",
"id": "overtli-studio-suite",
"reference": "https://github.com/OvertliDS/overtli-studio-suite",
"files": [
"https://github.com/OvertliDS/overtli-studio-suite"
],
"install_type": "git-clone",
"category": "Model/LLM",
"description": "Windows-first advanced suite for Pollinations, LM Studio, Copilot CLI, and OpenAI-compatible multi-engine workflows."
} }
] ]
} }

View File

@ -62,6 +62,14 @@
"title_aux": "ComfyUI-DN_PatchFlashAttention" "title_aux": "ComfyUI-DN_PatchFlashAttention"
} }
], ],
"https://github.com/0xDELUXA/ComfyUI-DN_PatchVAEAttention": [
[
"PatchVAEAttentionDN"
],
{
"title_aux": "ComfyUI-DN_PatchVAEAttention"
}
],
"https://github.com/0xRavenBlack/ComfyUI-OOP": [ "https://github.com/0xRavenBlack/ComfyUI-OOP": [
[ [
"OOPAnimalNode", "OOPAnimalNode",
@ -470,6 +478,7 @@
"1hew_GetFileCount", "1hew_GetFileCount",
"1hew_ImageAddLabel", "1hew_ImageAddLabel",
"1hew_ImageAlphaClean", "1hew_ImageAlphaClean",
"1hew_ImageAlphaJoin",
"1hew_ImageAlphaSplit", "1hew_ImageAlphaSplit",
"1hew_ImageBBoxOverlayByMask", "1hew_ImageBBoxOverlayByMask",
"1hew_ImageBatchExtract", "1hew_ImageBatchExtract",
@ -2193,7 +2202,9 @@
"AcademiaSD_Gemini_Node", "AcademiaSD_Gemini_Node",
"AcademiaSD_MultiLora", "AcademiaSD_MultiLora",
"AcademiaSD_Numeric", "AcademiaSD_Numeric",
"AcademiaSD_Resolution",
"AcademiaSD_ResolutionDisplay", "AcademiaSD_ResolutionDisplay",
"AcademiaSD_SaveAndSend",
"AcademiaSD_SaveCaption", "AcademiaSD_SaveCaption",
"IntegerBypasser", "IntegerBypasser",
"LoopCounterToFile", "LoopCounterToFile",
@ -5586,6 +5597,7 @@
"PrimereClearNetworkTagsPrompt", "PrimereClearNetworkTagsPrompt",
"PrimereColorBalance", "PrimereColorBalance",
"PrimereConceptDataTuple", "PrimereConceptDataTuple",
"PrimereCustomStyles",
"PrimereDehaze", "PrimereDehaze",
"PrimereDepthBlur", "PrimereDepthBlur",
"PrimereDiTPurifyPrompt", "PrimereDiTPurifyPrompt",
@ -5595,7 +5607,6 @@
"PrimereEmbedding", "PrimereEmbedding",
"PrimereEmbeddingHandler", "PrimereEmbeddingHandler",
"PrimereEmbeddingKeywordMerger", "PrimereEmbeddingKeywordMerger",
"PrimereEmotionsStyles",
"PrimereFaceAnalyzer", "PrimereFaceAnalyzer",
"PrimereFastSeed", "PrimereFastSeed",
"PrimereFilmRendering", "PrimereFilmRendering",
@ -5613,7 +5624,6 @@
"PrimereLUT3D", "PrimereLUT3D",
"PrimereLYCORIS", "PrimereLYCORIS",
"PrimereLatentNoise", "PrimereLatentNoise",
"PrimereLensStyles",
"PrimereLevelEndpoints", "PrimereLevelEndpoints",
"PrimereLocalLaplacian", "PrimereLocalLaplacian",
"PrimereLoraKeywordMerger", "PrimereLoraKeywordMerger",
@ -5626,7 +5636,6 @@
"PrimereMetaHandler", "PrimereMetaHandler",
"PrimereMetaSave", "PrimereMetaSave",
"PrimereMetaTupleCollector", "PrimereMetaTupleCollector",
"PrimereMidjourneyStyles",
"PrimereModelConceptSelector", "PrimereModelConceptSelector",
"PrimereModelControl", "PrimereModelControl",
"PrimereModelKeyword", "PrimereModelKeyword",
@ -5654,7 +5663,6 @@
"PrimereSmartLighting", "PrimereSmartLighting",
"PrimereSolarizationBW", "PrimereSolarizationBW",
"PrimereStyleLoader", "PrimereStyleLoader",
"PrimereStylePile",
"PrimereTextOutput", "PrimereTextOutput",
"PrimereUpscaleModel", "PrimereUpscaleModel",
"PrimereVAE", "PrimereVAE",
@ -6102,6 +6110,9 @@
"JLC_ControlNetApply", "JLC_ControlNetApply",
"JLC_ControlNetApplyAdvanced", "JLC_ControlNetApplyAdvanced",
"JLC_ControlNetComposition", "JLC_ControlNetComposition",
"JLC_ControlNetOrchestrator",
"JLC_ControlNetOrchestratorAdvanced",
"JLC_ControlNetOrchestratorHyper",
"JLC_LoraLoaderBlockWeightTwo", "JLC_LoraLoaderBlockWeightTwo",
"JLC_LoraLoaderTenStack", "JLC_LoraLoaderTenStack",
"JLC_PaddedImage", "JLC_PaddedImage",
@ -9794,6 +9805,8 @@
"BayerDitheringPRO", "BayerDitheringPRO",
"ChromaticAberrationPRO", "ChromaticAberrationPRO",
"CinematicAdaptiveSharpeningPRO", "CinematicAdaptiveSharpeningPRO",
"CinematicColorMatchPRO",
"FPE_Kodak2383_PRO",
"FilmGrainPRO", "FilmGrainPRO",
"HalationPRO", "HalationPRO",
"LateralChromaticAberrationPRO", "LateralChromaticAberrationPRO",
@ -10889,16 +10902,21 @@
"IAMCCS_AudioTimelineGate", "IAMCCS_AudioTimelineGate",
"IAMCCS_AutoLinkArguments", "IAMCCS_AutoLinkArguments",
"IAMCCS_AutoLinkConverter", "IAMCCS_AutoLinkConverter",
"IAMCCS_FluxKleinMultiGen",
"IAMCCS_GGUF_accelerator", "IAMCCS_GGUF_accelerator",
"IAMCCS_GetAutoLink", "IAMCCS_GetAutoLink",
"IAMCCS_HWProbeRecommendations", "IAMCCS_HWProbeRecommendations",
"IAMCCS_HardMemoryPurge",
"IAMCCS_HwSupporter", "IAMCCS_HwSupporter",
"IAMCCS_HwSupporterAny", "IAMCCS_HwSupporterAny",
"IAMCCS_ImageResizeBatchSafe", "IAMCCS_ImageResizeBatchSafe",
"IAMCCS_IntValueMonitor",
"IAMCCS_LTX2_BlendLatentBridge",
"IAMCCS_LTX2_ConditionNextLatentWithPrevOverlap", "IAMCCS_LTX2_ConditionNextLatentWithPrevOverlap",
"IAMCCS_LTX2_ContextLatent", "IAMCCS_LTX2_ContextLatent",
"IAMCCS_LTX2_ControlPreprocess", "IAMCCS_LTX2_ControlPreprocess",
"IAMCCS_LTX2_EnsureFrames8nPlus1", "IAMCCS_LTX2_EnsureFrames8nPlus1",
"IAMCCS_LTX2_EnsureMinFrames",
"IAMCCS_LTX2_ExtendSampler", "IAMCCS_LTX2_ExtendSampler",
"IAMCCS_LTX2_ExtensionModule", "IAMCCS_LTX2_ExtensionModule",
"IAMCCS_LTX2_ExtensionModule_Disk", "IAMCCS_LTX2_ExtensionModule_Disk",
@ -10911,19 +10929,29 @@
"IAMCCS_LTX2_GetImageFromBatch", "IAMCCS_LTX2_GetImageFromBatch",
"IAMCCS_LTX2_ImageBatchCropByPad", "IAMCCS_LTX2_ImageBatchCropByPad",
"IAMCCS_LTX2_ImageBatchPadReflect", "IAMCCS_LTX2_ImageBatchPadReflect",
"IAMCCS_LTX2_InitLatentSampler",
"IAMCCS_LTX2_LastFrameBridgeLoad",
"IAMCCS_LTX2_LastFrameBridgeSave",
"IAMCCS_LTX2_LoRAStack", "IAMCCS_LTX2_LoRAStack",
"IAMCCS_LTX2_LoRAStackModelIO", "IAMCCS_LTX2_LoRAStackModelIO",
"IAMCCS_LTX2_LoRAStackSegmented6", "IAMCCS_LTX2_LoRAStackSegmented6",
"IAMCCS_LTX2_LoRAStackStaged", "IAMCCS_LTX2_LoRAStackStaged",
"IAMCCS_LTX2_LoadLatentBridge",
"IAMCCS_LTX2_LongVideoWrapperPrep",
"IAMCCS_LTX2_LongVideoWrapperPrepDisk",
"IAMCCS_LTX2_LoopingSampler", "IAMCCS_LTX2_LoopingSampler",
"IAMCCS_LTX2_MiddleFrames", "IAMCCS_LTX2_MiddleFrames",
"IAMCCS_LTX2_ModelWithLoRA_Segmented6", "IAMCCS_LTX2_ModelWithLoRA_Segmented6",
"IAMCCS_LTX2_OneShotLowRAMLooper",
"IAMCCS_LTX2_ReferenceImageSwitch", "IAMCCS_LTX2_ReferenceImageSwitch",
"IAMCCS_LTX2_ReferenceStartFramesInjector", "IAMCCS_LTX2_ReferenceStartFramesInjector",
"IAMCCS_LTX2_SaveLatentBridge",
"IAMCCS_LTX2_SegmentQueueLoop",
"IAMCCS_LTX2_TimeFrameCount", "IAMCCS_LTX2_TimeFrameCount",
"IAMCCS_LTX2_Validator", "IAMCCS_LTX2_Validator",
"IAMCCS_LatentTailSlice", "IAMCCS_LatentTailSlice",
"IAMCCS_LoadImagesFromDirLite", "IAMCCS_LoadImagesFromDirLite",
"IAMCCS_LoadResizeSegmentFromDir",
"IAMCCS_ModelWithLoRA", "IAMCCS_ModelWithLoRA",
"IAMCCS_ModelWithLoRA_LTX2", "IAMCCS_ModelWithLoRA_LTX2",
"IAMCCS_ModelWithLoRA_LTX2_Staged", "IAMCCS_ModelWithLoRA_LTX2_Staged",
@ -10934,8 +10962,10 @@
"IAMCCS_MoveAhead", "IAMCCS_MoveAhead",
"IAMCCS_MoveAheadEnforcer", "IAMCCS_MoveAheadEnforcer",
"IAMCCS_MultiSwitch", "IAMCCS_MultiSwitch",
"IAMCCS_MultilinePromptSplitter8",
"IAMCCS_QWEN_VL_FLF", "IAMCCS_QWEN_VL_FLF",
"IAMCCS_QWEN_VL_FLF_Advanced", "IAMCCS_QWEN_VL_FLF_Advanced",
"IAMCCS_QwenMultiGen",
"IAMCCS_SamplerAdvancedVersion1", "IAMCCS_SamplerAdvancedVersion1",
"IAMCCS_SegmentPlanFromPlanner", "IAMCCS_SegmentPlanFromPlanner",
"IAMCCS_SegmentPlanner", "IAMCCS_SegmentPlanner",
@ -10951,21 +10981,34 @@
"IAMCCS_VRAMCleanup", "IAMCCS_VRAMCleanup",
"IAMCCS_VRAMFlushLatent", "IAMCCS_VRAMFlushLatent",
"IAMCCS_VideoCombineFromDir", "IAMCCS_VideoCombineFromDir",
"IAMCCS_WanContinuityGuide",
"IAMCCS_WanImageBatchFrameSelect",
"IAMCCS_WanImageMotion", "IAMCCS_WanImageMotion",
"IAMCCS_WanImageMotionInductive",
"IAMCCS_WanImageMotionPro", "IAMCCS_WanImageMotionPro",
"IAMCCS_WanImageMotionProLegacy",
"IAMCCS_WanImageMotionProPlus", "IAMCCS_WanImageMotionProPlus",
"IAMCCS_WanImageMotionProPlus_Simple", "IAMCCS_WanImageMotionProPlus_Simple",
"IAMCCS_WanImageMotionPro_AdaIN", "IAMCCS_WanImageMotionPro_AdaIN",
"IAMCCS_WanImageMotionPro_Simple", "IAMCCS_WanImageMotionPro_Simple",
"IAMCCS_WanImageMotion_AdaIN", "IAMCCS_WanImageMotion_AdaIN",
"IAMCCS_WanIndexedPromptEncode",
"IAMCCS_WanLoRAStack", "IAMCCS_WanLoRAStack",
"IAMCCS_WanLoRAStackModelIO", "IAMCCS_WanLoRAStackModelIO",
"IAMCCS_WanLongPlanner",
"IAMCCS_WanPrevTailPrep",
"IAMCCS_WanPromptLoopInfo",
"IAMCCS_WanPromptPhasePlanner",
"IAMCCS_WanSVIToFLFBridgePro", "IAMCCS_WanSVIToFLFBridgePro",
"IAMCCS_WanSVIToFLFBridgeProPlus", "IAMCCS_WanSVIToFLFBridgeProPlus",
"IAMCCS_WanSVIToFLFBridgeProPlus_Simple", "IAMCCS_WanSVIToFLFBridgeProPlus_Simple",
"IAMCCS_WanSVIToFLFBridgePro_Simple", "IAMCCS_WanSVIToFLFBridgePro_Simple",
"IAMCCS_WanSviArgs",
"IAMCCS_WanSviChainRunner",
"IAMCCS_WanSviSegmentPick",
"IAMCCS_bus_group", "IAMCCS_bus_group",
"WanImageMotionPro", "WanImageMotionPro",
"WanImageMotionProLegacy",
"WanImageMotionProPlus", "WanImageMotionProPlus",
"WanMotionProTrimmer", "WanMotionProTrimmer",
"iamccs_ltx2_lora_stack" "iamccs_ltx2_lora_stack"
@ -11545,8 +11588,19 @@
], ],
"https://github.com/IxMxAMAR/ComfyUI-NanoBanana2": [ "https://github.com/IxMxAMAR/ComfyUI-NanoBanana2": [
[ [
"NanoBanana2MultiRef", "NanoBanana_APIKey",
"NanoBananaPromptRefiner" "NanoBanana_ImageEdit",
"NanoBanana_ImageGen",
"NanoBanana_Inpaint",
"NanoBanana_ModelSelector",
"NanoBanana_MultiTurn",
"NanoBanana_Outpaint",
"NanoBanana_PromptRefiner",
"NanoBanana_SafetySettings",
"NanoBanana_StructuredOutput",
"NanoBanana_TextGen",
"NanoBanana_ThinkingConfig",
"NanoBanana_Vision"
], ],
{ {
"title_aux": "ComfyUI-NanoBanana2" "title_aux": "ComfyUI-NanoBanana2"
@ -12975,7 +13029,8 @@
], ],
"https://github.com/L33chKing/ComfyUI_LatentResidueCleaner": [ "https://github.com/L33chKing/ComfyUI_LatentResidueCleaner": [
[ [
"LatentResidueCleaner" "LatentResidueCleaner",
"NoiseExpose"
], ],
{ {
"title_aux": "Latent Residue Cleaner" "title_aux": "Latent Residue Cleaner"
@ -14308,7 +14363,8 @@
], ],
"https://github.com/MSXYZ-GenAI/comfyui-msxyz": [ "https://github.com/MSXYZ-GenAI/comfyui-msxyz": [
[ [
"VideoAdaptiveAA" "VideoAdaptiveAA",
"VideoTAADLAA"
], ],
{ {
"title_aux": "ComfyUI-MSXYZ" "title_aux": "ComfyUI-MSXYZ"
@ -15673,9 +15729,11 @@
"NLImageInfoDebug", "NLImageInfoDebug",
"NLLinearToLog", "NLLinearToLog",
"NLLogToLinear", "NLLogToLinear",
"NLMerge",
"NLOCIOConvert", "NLOCIOConvert",
"NLPreview", "NLPreview",
"NLRead", "NLRead",
"NLShuffle",
"NLToModelSpace", "NLToModelSpace",
"NLWanVideoImageToVideoEncodeV2", "NLWanVideoImageToVideoEncodeV2",
"NLWorkflowColorContext", "NLWorkflowColorContext",
@ -16618,9 +16676,15 @@
"CRTPctCropCalculator", "CRTPctCropCalculator",
"CRTPostProcess", "CRTPostProcess",
"CRT_AddSettingsAndPrompt", "CRT_AddSettingsAndPrompt",
"CRT_AudioTranscript",
"CRT_DynamicPromptScheduler", "CRT_DynamicPromptScheduler",
"CRT_FileBatchPromptScheduler", "CRT_FileBatchPromptScheduler",
"CRT_ImageLoaderCrawlBatch",
"CRT_KSamplerBatch", "CRT_KSamplerBatch",
"CRT_LTX23AutoDownload",
"CRT_LTX23USConfig",
"CRT_LTX23USModelsPipe",
"CRT_LTX23UnifiedSampler",
"CRT_QuantizeAndCropImage", "CRT_QuantizeAndCropImage",
"CRT_RemoveLines", "CRT_RemoveLines",
"CRT_StringBatcher", "CRT_StringBatcher",
@ -16641,12 +16705,8 @@
"FancyNoteNode", "FancyNoteNode",
"FancyTimerNode", "FancyTimerNode",
"FilmGrainFX", "FilmGrainFX",
"Flux1CnetFaceEnhancementWithInjection",
"Flux2KleinSeamlessTile", "Flux2KleinSeamlessTile",
"FluxControlnetSampler",
"FluxControlnetSamplerWithInjection",
"FluxLoraBlocksPatcher", "FluxLoraBlocksPatcher",
"FluxTiledSamplerCustomAdvanced",
"Image Tile Checker (CRT)", "Image Tile Checker (CRT)",
"ImageDimensionsFromMegaPixels", "ImageDimensionsFromMegaPixels",
"ImageDimensionsFromMegaPixelsAlt", "ImageDimensionsFromMegaPixelsAlt",
@ -16666,7 +16726,6 @@
"MaskPassOrPlaceholder", "MaskPassOrPlaceholder",
"MonoToStereoConverter", "MonoToStereoConverter",
"ParametricEQNode", "ParametricEQNode",
"PonyFaceEnhancementPipelineWithInjection",
"PonyUpscaleSamplerWithInjection", "PonyUpscaleSamplerWithInjection",
"ReferenceLatentBatch", "ReferenceLatentBatch",
"Remove Trailing Comma", "Remove Trailing Comma",
@ -16699,6 +16758,7 @@
"TinyFlux2VAEDecode", "TinyFlux2VAEDecode",
"TinyFlux2VAEEncode", "TinyFlux2VAEEncode",
"TinyFlux2VAELoader", "TinyFlux2VAELoader",
"UltralyticsEnhancer",
"Video Duration Calculator", "Video Duration Calculator",
"VideoLoaderCrawl", "VideoLoaderCrawl",
"WAN2.2 LoRA Compare Sampler", "WAN2.2 LoRA Compare Sampler",
@ -17819,6 +17879,7 @@
"RS Image Selector", "RS Image Selector",
"RSCropImage", "RSCropImage",
"RSInsertCropImage", "RSInsertCropImage",
"RSOutpaint",
"RSSaveImage", "RSSaveImage",
"RS_Last_Frame", "RS_Last_Frame",
"RS_Saturation", "RS_Saturation",
@ -18177,6 +18238,10 @@
"Runware Video Inference Elements", "Runware Video Inference Elements",
"Runware Video Inference Elements Combine", "Runware Video Inference Elements Combine",
"Runware Video Inference Inputs", "Runware Video Inference Inputs",
"Runware Video Inference Inputs Reference Audios",
"Runware Video Inference Inputs Reference Images",
"Runware Video Inference Inputs Reference Videos",
"Runware Video Inference Inputs Reference Voices",
"Runware Video Inference Outputs", "Runware Video Inference Outputs",
"Runware Video Inference Settings", "Runware Video Inference Settings",
"Runware Video Inference Speech Input", "Runware Video Inference Speech Input",
@ -20259,7 +20324,9 @@
"https://github.com/SorenWeile/ComfyUI_MetaSaver": [ "https://github.com/SorenWeile/ComfyUI_MetaSaver": [
[ [
"MetaSaver", "MetaSaver",
"MetaSaverDynamic" "MetaSaverDynamic",
"MetaVideoSaver",
"MetaVideoSaverDynamic"
], ],
{ {
"title_aux": "ComfyUI_MetaSaver" "title_aux": "ComfyUI_MetaSaver"
@ -20386,6 +20453,15 @@
"title_aux": "ComfyUI-ConditionalInterrupt" "title_aux": "ComfyUI-ConditionalInterrupt"
} }
], ],
"https://github.com/SparknightLLC/ComfyUI-EnumCombo": [
[
"EnumCombo",
"EnumComboAdvanced"
],
{
"title_aux": "ComfyUI-EnumCombo"
}
],
"https://github.com/SparknightLLC/ComfyUI-GPENO": [ "https://github.com/SparknightLLC/ComfyUI-GPENO": [
[ [
"GPENO Face Restoration" "GPENO Face Restoration"
@ -22046,6 +22122,8 @@
"TC_ImageScale", "TC_ImageScale",
"TC_KorniaGamma", "TC_KorniaGamma",
"TC_RandomColorFill", "TC_RandomColorFill",
"TC_RandomLora",
"TC_RandomModel",
"TC_SizeApproximation" "TC_SizeApproximation"
], ],
{ {
@ -24773,6 +24851,7 @@
"FilmGrain", "FilmGrain",
"Florence2Plus", "Florence2Plus",
"GetImageSizes", "GetImageSizes",
"GroupSwitchManager",
"ImageAspectRatio", "ImageAspectRatio",
"ImageEditingPresets", "ImageEditingPresets",
"ImageFormatConverter", "ImageFormatConverter",
@ -32881,6 +32960,8 @@
"SkipLayerGuidanceDiTSimple", "SkipLayerGuidanceDiTSimple",
"SkipLayerGuidanceSD3", "SkipLayerGuidanceSD3",
"SolidMask", "SolidMask",
"SoniloTextToMusic",
"SoniloVideoToMusic",
"SplitAudioChannels", "SplitAudioChannels",
"SplitImageToTileList", "SplitImageToTileList",
"SplitImageWithAlpha", "SplitImageWithAlpha",
@ -35405,6 +35486,7 @@
"CLIPTextEncodeWithOffload", "CLIPTextEncodeWithOffload",
"HDR Effects with LAB Adjust", "HDR Effects with LAB Adjust",
"HDREffectsLabAdjust", "HDREffectsLabAdjust",
"ImageDifferenceChecker",
"ModelMergeHiDream", "ModelMergeHiDream",
"ModelMergeZImage", "ModelMergeZImage",
"ModelScaleFlux2Klein", "ModelScaleFlux2Klein",
@ -35866,6 +35948,34 @@
"title_aux": "comfyui-videoframenode" "title_aux": "comfyui-videoframenode"
} }
], ],
"https://github.com/ethanfel/ComfyUI-LoRA-Optimizer": [
[
"BuildAutoTunerPythonEvaluator",
"LoRAAutoTuner",
"LoRAAutoTunerSettings",
"LoRACompatibilityAnalyzer",
"LoRAConflictEditor",
"LoRAExtractFromModel",
"LoRAMergeFormula",
"LoRAMergeSelector",
"LoRAMergeSettings",
"LoRAMetadataReader",
"LoRAOptimizer",
"LoRAOptimizerSettings",
"LoRAOptimizerSimple",
"LoRAStack",
"LoRAStackDynamic",
"LoadTunerData",
"MergedLoRAToHook",
"MergedLoRAToWanVideo",
"SaveMergedLoRA",
"SaveTunerData",
"WanVideoLoRAOptimizer"
],
{
"title_aux": "LoRA Optimizer"
}
],
"https://github.com/ethanfel/ComfyUI-Sharp-Selector": [ "https://github.com/ethanfel/ComfyUI-Sharp-Selector": [
[ [
"ParallelSharpnessLoader", "ParallelSharpnessLoader",
@ -36126,6 +36236,14 @@
"title_aux": "FaceFusion ComfyUI" "title_aux": "FaceFusion ComfyUI"
} }
], ],
"https://github.com/facok/ComfyUI-DiversityBoost": [
[
"DiversityBoostCore"
],
{
"title_aux": "comfyui-diversityboost"
}
],
"https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": [ "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": [
[ [
"HunyuanVideoLoraLoader" "HunyuanVideoLoraLoader"
@ -41109,7 +41227,11 @@
[ [
"AceStepSFTGenerate", "AceStepSFTGenerate",
"AceStepSFTLoraLoader", "AceStepSFTLoraLoader",
"AceStepSFTModelLoader",
"AceStepSFTMusicAnalyzer", "AceStepSFTMusicAnalyzer",
"AceStepSFTPreviewAudio",
"AceStepSFTSaveAudio",
"AceStepSFTTextEncode",
"AceStepSFTTurboTagAdapter" "AceStepSFTTurboTagAdapter"
], ],
{ {
@ -43710,6 +43832,8 @@
"https://github.com/kijai/ComfyUI-SCAIL-Pose": [ "https://github.com/kijai/ComfyUI-SCAIL-Pose": [
[ [
"ConvertOpenPoseKeypointsToDWPose", "ConvertOpenPoseKeypointsToDWPose",
"NLFModelLoader",
"NLFPredictPoses",
"PoseDetectionVitPoseToDWPose", "PoseDetectionVitPoseToDWPose",
"RenderNLFPoses", "RenderNLFPoses",
"SaveNLFPosesAs3D" "SaveNLFPosesAs3D"
@ -47490,6 +47614,7 @@
"MangoLoader10Loras", "MangoLoader10Loras",
"MangoModelData", "MangoModelData",
"MangoPromptLoad", "MangoPromptLoad",
"MangoTextString",
"MangoTriggerExporter", "MangoTriggerExporter",
"PromptEmbedMango", "PromptEmbedMango",
"PromptMango", "PromptMango",
@ -47607,6 +47732,28 @@
"https://github.com/marcoc2/ComfyUI-AnotherUtils": [ "https://github.com/marcoc2/ComfyUI-AnotherUtils": [
[ [
"AdaptiveNoise", "AdaptiveNoise",
"AnotherAnimatedCompositeMasked",
"AnotherBBoxToPoints",
"AnotherCameraSwitcher",
"AnotherDepthInference",
"AnotherImageCompositeMasked",
"AnotherImageToMask",
"AnotherLTXSequencer",
"AnotherLoadDepth",
"AnotherLoadSAM2",
"AnotherLoadYOLO",
"AnotherMaskBlur",
"AnotherMaskMath",
"AnotherMaskToImage",
"AnotherPoseToPoints",
"AnotherSAM2Inference",
"AnotherSAM2VideoAddPoints",
"AnotherSAM2VideoPropagate",
"AnotherSaveImageWithTag",
"AnotherShowList",
"AnotherTransformKeyframes",
"AnotherTransformOrchestrator",
"AnotherYOLOInference",
"AudioConcatenate", "AudioConcatenate",
"AudioSliceSelector", "AudioSliceSelector",
"AudioWaveformSlicer", "AudioWaveformSlicer",
@ -47620,27 +47767,44 @@
"CustomCrop", "CustomCrop",
"DatasetLoader", "DatasetLoader",
"FightingGameCharacter", "FightingGameCharacter",
"FolderImageAndExtractPrompt",
"FolderImageLoader", "FolderImageLoader",
"FolderImageMetadataByName",
"FolderVideoConcatenator", "FolderVideoConcatenator",
"GetFirstFrame",
"ImageGridSlicer", "ImageGridSlicer",
"ImageListSampler", "ImageListSampler",
"ImageListToBatch",
"ImageTypeDetector", "ImageTypeDetector",
"IndicesListTo 50",
"IndicesListTo50",
"InteractiveCrop", "InteractiveCrop",
"LTXVDiagnosticNode",
"LTXVMultiConcat",
"LTXVMultiConcatBeta",
"LTXVMultiGuide", "LTXVMultiGuide",
"LTXVVid2Vid", "LTXVVid2Vid",
"LastImage", "LastImage",
"LoadGifFrames", "LoadGifFrames",
"LoadImageAndExtractPrompt",
"LoadImageRemoveAlpha", "LoadImageRemoveAlpha",
"LoadImagesOriginal", "LoadImagesOriginal",
"ManualPointToSAM2",
"MeanCurvatureBlurGEGLLike", "MeanCurvatureBlurGEGLLike",
"NearestUpscale", "NearestUpscale",
"PixelArtConverter", "PixelArtConverter",
"PixelArtConverterParallel", "PixelArtConverterParallel",
"PixelArtNormalizer", "PixelArtNormalizer",
"PointCollectorSAM2",
"RGBNoiseGEGLLike", "RGBNoiseGEGLLike",
"RefineMask",
"RemapGifFrames", "RemapGifFrames",
"RemoveAlpha", "RemoveAlpha",
"SEGStoBBox",
"SEGStoSAM2Points",
"SmartResize", "SmartResize",
"TrelloBrowser",
"TrelloPromptLoader",
"VideoAudioCombiner", "VideoAudioCombiner",
"VideoAudioCombinerSimple", "VideoAudioCombinerSimple",
"VideoAudioCombinerV3", "VideoAudioCombinerV3",
@ -48447,6 +48611,7 @@
"https://github.com/mickmumpitz/ComfyUI-Mickmumpitz-Nodes": [ "https://github.com/mickmumpitz/ComfyUI-Mickmumpitz-Nodes": [
[ [
"AnchorFrameExtractor", "AnchorFrameExtractor",
"AudioTimestepOverride",
"BatchColorCorrector", "BatchColorCorrector",
"BatchSelector", "BatchSelector",
"BoundaryFrameExtractor", "BoundaryFrameExtractor",
@ -48469,7 +48634,9 @@
"IterStringSelector", "IterStringSelector",
"IterVideoRouter", "IterVideoRouter",
"IterationSwitch", "IterationSwitch",
"MaskDirectionalExtend",
"MultiChannelSlicer", "MultiChannelSlicer",
"PoseKeypointToMask",
"PreprocessSettings", "PreprocessSettings",
"PreprocessSettingsSimple", "PreprocessSettingsSimple",
"PreprocessSettingsSingle", "PreprocessSettingsSingle",
@ -50176,6 +50343,7 @@
"InoRemoveDuplicateFiles", "InoRemoveDuplicateFiles",
"InoRemoveFile", "InoRemoveFile",
"InoRemoveFolder", "InoRemoveFolder",
"InoResizeCropImage",
"InoS3Config", "InoS3Config",
"InoS3DownloadAudio", "InoS3DownloadAudio",
"InoS3DownloadFile", "InoS3DownloadFile",
@ -53894,6 +54062,34 @@
"title_aux": "ComfyUI-Doctor" "title_aux": "ComfyUI-Doctor"
} }
], ],
"https://github.com/rookiestar28/ComfyUI-OpenClaw": [
[
"CheckpointLoaderSimple",
"KSampler",
"MoltbotBatchVariants",
"MoltbotImageToPrompt",
"MoltbotPromptPlanner",
"MoltbotPromptRefiner"
],
{
"title_aux": "ComfyUI-OpenClaw"
}
],
"https://github.com/rookiestar28/ComfyUI-RookieUI": [
[
"RookieUIA1111CLIPTextEncode",
"RookieUIA1111CLIPTextEncodeSDXL",
"RookieUIADetailerDetectMask",
"RookieUIControlNetApplyNativeAdvanced",
"RookieUIControlNetPreprocess",
"RookieUILoadAssetImage",
"RookieUILoadAssetMask",
"RookieUIVAEEncodeForInpaint"
],
{
"title_aux": "ComfyUI-RookieUI"
}
],
"https://github.com/rookiestar28/ComfyUI-TranslateGemma": [ "https://github.com/rookiestar28/ComfyUI-TranslateGemma": [
[ [
"TranslateGemma" "TranslateGemma"
@ -58530,6 +58726,8 @@
"https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [ "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [
[ [
"CaptureWebcam", "CaptureWebcam",
"ComfyCoupleBackgroundPrompt",
"ComfyCoupleBasePrompt",
"ComfyCoupleMask", "ComfyCoupleMask",
"ComfyCoupleRegion", "ComfyCoupleRegion",
"ComfyCoupleRegionExtractor", "ComfyCoupleRegionExtractor",
@ -59811,6 +60009,14 @@
"title_aux": "ComfyUI-PromptConverter" "title_aux": "ComfyUI-PromptConverter"
} }
], ],
"https://github.com/vladgohn/ComfyUI-MurMur": [
[
"MurmurPicker"
],
{
"title_aux": "\ud83e\udd84 MurMur"
}
],
"https://github.com/vladpro3/ComfyUI_BishaNodes": [ "https://github.com/vladpro3/ComfyUI_BishaNodes": [
[ [
"CreatePromptsWithTextFromFile", "CreatePromptsWithTextFromFile",
@ -61909,6 +62115,7 @@
"ycCanvasBBox", "ycCanvasBBox",
"ycCanvasBBoxMask", "ycCanvasBBoxMask",
"ycImageCrop", "ycImageCrop",
"ycImageCropInteractive",
"ycimagebrushmask" "ycimagebrushmask"
], ],
{ {
@ -62546,11 +62753,15 @@
"SamplerSelect_Name", "SamplerSelect_Name",
"Y7Nodes_AspectRatioPicker", "Y7Nodes_AspectRatioPicker",
"Y7Nodes_CLIP_TokenCounter", "Y7Nodes_CLIP_TokenCounter",
"Y7Nodes_CaptionSaver",
"Y7Nodes_CatchEditTextNodeDual", "Y7Nodes_CatchEditTextNodeDual",
"Y7Nodes_ColorMatchMasked", "Y7Nodes_ColorMatchMasked",
"Y7Nodes_CropToNearestMultiple", "Y7Nodes_CropToNearestMultiple",
"Y7Nodes_ImageBatchPath",
"Y7Nodes_ImageRow", "Y7Nodes_ImageRow",
"Y7Nodes_ImageSizePresets", "Y7Nodes_ImageSizePresets",
"Y7Nodes_JoyCaption",
"Y7Nodes_JoyCaption_ExtraOptions",
"Y7Nodes_LMStudioText", "Y7Nodes_LMStudioText",
"Y7Nodes_LMStudioVision", "Y7Nodes_LMStudioVision",
"Y7Nodes_PasteCroppedImageBack", "Y7Nodes_PasteCroppedImageBack",

File diff suppressed because it is too large Load Diff

View File

@ -733,16 +733,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI nodes for GLM image generation, image-to-image translation, and flexible input handling. (Description by CC)" "description": "ComfyUI nodes for GLM image generation, image-to-image translation, and flexible input handling. (Description by CC)"
}, },
{
"author": "DailyMok",
"title": "ComfyUI-PromptMixerNode",
"reference": "https://github.com/DailyMok/ComfyUI-PromptMixerNode",
"files": [
"https://github.com/DailyMok/ComfyUI-PromptMixerNode"
],
"install_type": "git-clone",
"description": "ComfyUI custom node for prompt mixing with PromptMixerDaily node. (Description by CC)"
},
{ {
"author": "shin131002", "author": "shin131002",
"title": "[WIP] ComfyUI-Prompt-Preset-Selector", "title": "[WIP] ComfyUI-Prompt-Preset-Selector",
@ -2135,16 +2125,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Custom ComfyUI nodes for preset latent image generation including EmptyLatentImagePresetsAIO, FLUX, QWEN, and SD1.5 variants. (Description by CC)" "description": "Custom ComfyUI nodes for preset latent image generation including EmptyLatentImagePresetsAIO, FLUX, QWEN, and SD1.5 variants. (Description by CC)"
}, },
{
"author": "silveroxides",
"title": "ComfyUI_LoHalo",
"reference": "https://github.com/silveroxides/ComfyUI_LoHalo",
"files": [
"https://github.com/silveroxides/ComfyUI_LoHalo"
],
"install_type": "git-clone",
"description": "ComfyUI upscaling node package with Lohalo high-fidelity scaling and kernel-based image enhancement capabilities. (Description by CC)"
},
{ {
"author": "jorin91", "author": "jorin91",
"title": "ComfyUI-JSG-Utils [UNSAFE]", "title": "ComfyUI-JSG-Utils [UNSAFE]",
@ -2698,16 +2678,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI custom nodes and utilities for workflow building, type conversions, checkpoint/pipe loaders and file utilities.[w/This nodepack includes an endpoint that access files from arbitrary paths.]" "description": "ComfyUI custom nodes and utilities for workflow building, type conversions, checkpoint/pipe loaders and file utilities.[w/This nodepack includes an endpoint that access files from arbitrary paths.]"
}, },
{
"author": "silveroxides",
"title": "ComfyUI_LogicMath",
"reference": "https://github.com/silveroxides/ComfyUI_LogicMath",
"files": [
"https://github.com/silveroxides/ComfyUI_LogicMath"
],
"install_type": "git-clone",
"description": "Custom node for with some basic logic and math nodes based on pull request [a/comfyanonymous/ComfyUI#8024](https://github.com/comfyanonymous/ComfyUI/pull/8024)"
},
{ {
"author": "lyra-ai", "author": "lyra-ai",
"title": "lyra-nodes", "title": "lyra-nodes",
@ -2948,16 +2918,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "NODES: Morpheus · Batch Images + crop image, Morpheus · NanoBanana Mask, Morpheus · Image Editing Prompt, ...\nNOTE: The files in the repo are not organized." "description": "NODES: Morpheus · Batch Images + crop image, Morpheus · NanoBanana Mask, Morpheus · Image Editing Prompt, ...\nNOTE: The files in the repo are not organized."
}, },
{
"author": "silveroxides",
"title": "ComfyUI_PromptAttention [WIP]",
"reference": "https://github.com/silveroxides/ComfyUI_PromptAttention",
"files": [
"https://github.com/silveroxides/ComfyUI_PromptAttention"
],
"install_type": "git-clone",
"description": "NODES: Text Encode with Attention Bias"
},
{ {
"author": "cedarconnor", "author": "cedarconnor",
"title": "ComfyUI Motion Transfer Pack [WIP]", "title": "ComfyUI Motion Transfer Pack [WIP]",
@ -3048,16 +3008,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "NODES: ImageScaleToTotalPixelsRound64, ImageBlendLighter, ImageOffset, RGBtoRYGCBM, RYGCBMtoRGB, ExtractImageChannel, MatchRYGCBMColors, TextCommaToWeighted, TextCommaToRandomWeighted, RGBtoLAB, LABtoRGB, ImageMirrorPad, ImageCropBorders, ImageStitcher, ImageScaleToQwen, ..." "description": "NODES: ImageScaleToTotalPixelsRound64, ImageBlendLighter, ImageOffset, RGBtoRYGCBM, RYGCBMtoRGB, ExtractImageChannel, MatchRYGCBMColors, TextCommaToWeighted, TextCommaToRandomWeighted, RGBtoLAB, LABtoRGB, ImageMirrorPad, ImageCropBorders, ImageStitcher, ImageScaleToQwen, ..."
}, },
{
"author": "silveroxides",
"title": "Sampling Utility Toolkit",
"reference": "https://github.com/silveroxides/ComfyUI_SamplingUtils",
"files": [
"https://github.com/silveroxides/ComfyUI_SamplingUtils"
],
"install_type": "git-clone",
"description": "Utilities making it easy to set up inference parameters."
},
{ {
"author": "henjicc", "author": "henjicc",
"title": "ComfyUI-CC-ImageLoader [UNSAFE]", "title": "ComfyUI-CC-ImageLoader [UNSAFE]",
@ -3198,16 +3148,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "NODES: Concatenate Sigmas Node, Splice Sigmas At %" "description": "NODES: Concatenate Sigmas Node, Splice Sigmas At %"
}, },
{
"author": "silveroxides",
"title": "WIP Conditioning Toolkit [UNSAFE]",
"reference": "https://github.com/silveroxides/ComfyUI_CondsUtils",
"files": [
"https://github.com/silveroxides/ComfyUI_CondsUtils"
],
"install_type": "git-clone",
"description": "Custom nodes for modifying, saving and loading of various conditionings.[w/This nodepack contains a node that has a vulnerability allowing write to arbitrary file paths.]"
},
{ {
"author": "ThuckMaBaws", "author": "ThuckMaBaws",
"title": "TMB Camera Modifier for ComfyUI [WIP]", "title": "TMB Camera Modifier for ComfyUI [WIP]",
@ -4980,16 +4920,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Package that adds nodes to retrieve the system date and time.\nNOTE: The files in the repo are not organized." "description": "Package that adds nodes to retrieve the system date and time.\nNOTE: The files in the repo are not organized."
}, },
{
"author": "rodpl",
"title": "comfyui-asset-manager",
"reference": "https://github.com/rodpl/comfyui-asset-manager",
"files": [
"https://github.com/rodpl/comfyui-asset-manager"
],
"install_type": "git-clone",
"description": "ComfyUI Asset Manager for managing assets in ComfyUI"
},
{ {
"author": "blepping", "author": "blepping",
"title": "ComfyUI 'dum' samplers [WIP]", "title": "ComfyUI 'dum' samplers [WIP]",
@ -6712,16 +6642,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI implementation of the partfield nvidea segmentation models\nNOTE: The files in the repo are not organized." "description": "ComfyUI implementation of the partfield nvidea segmentation models\nNOTE: The files in the repo are not organized."
}, },
{
"author": "silveroxides",
"title": "ComfyUI_ReduxEmbedToolkit",
"reference": "https://github.com/silveroxides/ComfyUI_ReduxEmbedToolkit",
"files": [
"https://github.com/silveroxides/ComfyUI_ReduxEmbedToolkit"
],
"install_type": "git-clone",
"description": "Custom nodes for managing, saving and loading of Redux/Style based embeddings."
},
{ {
"author": "StaffsGull", "author": "StaffsGull",
"title": "comfyui_scene_builder [WIP]", "title": "comfyui_scene_builder [WIP]",
@ -11383,16 +11303,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: Node Jumper. Various quality of life testing nodes" "description": "Nodes: Node Jumper. Various quality of life testing nodes"
}, },
{
"author": "IvanZhd",
"title": "comfyui-codeformer [WIP]",
"reference": "https://github.com/IvanZhd/comfyui-codeformer",
"files": [
"https://github.com/IvanZhd/comfyui-codeformer"
],
"install_type": "git-clone",
"description": "Nodes:Image Inverter"
},
{ {
"author": "romeobuilderotti", "author": "romeobuilderotti",
"title": "ComfyUI-EZ-Pipes", "title": "ComfyUI-EZ-Pipes",

View File

@ -834,6 +834,8 @@
"TSRestoreFromCrop", "TSRestoreFromCrop",
"TSWhisper", "TSWhisper",
"TS_Animation_Preview", "TS_Animation_Preview",
"TS_AudioLoader",
"TS_AudioPreview",
"TS_BGRM_BiRefNet", "TS_BGRM_BiRefNet",
"TS_BatchPromptLoader", "TS_BatchPromptLoader",
"TS_Color_Grade", "TS_Color_Grade",
@ -870,6 +872,7 @@
"TS_QwenSafeResize", "TS_QwenSafeResize",
"TS_RTX_Upscaler", "TS_RTX_Upscaler",
"TS_ResolutionSelector", "TS_ResolutionSelector",
"TS_SileroStress",
"TS_SileroTTS", "TS_SileroTTS",
"TS_Smart_Switch", "TS_Smart_Switch",
"TS_StylePromptSelector", "TS_StylePromptSelector",
@ -1483,12 +1486,91 @@
], ],
{} {}
], ],
"https://github.com/ComfyUI/CondsUtils": [
[
"InsertAttnConds",
"InsertTEConds",
"LoadReduxEmb",
"LoadTEConds",
"SaveCondsEmb",
"SaveReduxEmb"
],
{}
],
"https://github.com/ComfyUI/DiffsynthPause": [ "https://github.com/ComfyUI/DiffsynthPause": [
[ [
"nynxz.Patch.ZImageDiffsynthControlnetPause" "nynxz.Patch.ZImageDiffsynthControlnetPause"
], ],
{} {}
], ],
"https://github.com/ComfyUI/LoHalo": [
[
"LohaloHighFidelityScaler",
"LohaloKernelScalingNode"
],
{}
],
"https://github.com/ComfyUI/PromptAttention": [
[
"CLIPTextEncodeAttentionBias"
],
{}
],
"https://github.com/ComfyUI/ReduxEmbedToolkit": [
[
"InsertAttnConds",
"InsertTEConds",
"LoadReduxEmb",
"LoadTEConds",
"SaveCondsEmb",
"SaveReduxEmb"
],
{}
],
"https://github.com/ComfyUI/SamplingUtils": [
[
"AdjustedResolutionParameters",
"BonusPromptPresets",
"CameraShotPresets",
"EditOpPresets",
"EditTargetPresets",
"Frakturpad",
"GetJsonKeyValue",
"IdeographicLinePad",
"IdeographicSentencePad",
"IdeographicTagPad",
"ImageBlendByMask",
"ImageMatchProperties",
"Image_Color_Noise",
"InstructPromptPresets",
"IntegerRangeRandom",
"JoinerPadding",
"LlTokenizerOptions",
"ModifyMask",
"OpticalFlowComposite",
"PrimitiveRandomInt",
"PrimitiveRandomIntRange",
"PrimitiveStaticInt",
"SU_LoadImageDirectory",
"SU_LoadImagePath",
"SamplingParameters",
"SystemMessagePresets",
"TagNormalizeCombine",
"TextEncodeFlux2SystemPrompt",
"TextEncodeKleinSystemPrompt",
"TextEncodeSystemPrompt",
"TextEncodeZITSystemPrompt",
"TextEncodeZImageThinkPrompt",
"TextOverlayNode",
"UNETLoaderAsync",
"UnFrakturPad",
"UnifiedPresets",
"VLMSysInstrAdvPresets",
"VLMSysInstrPresets",
"VLMSysQueryAddPresets"
],
{}
],
"https://github.com/ComfyUI/Text_Processor": [ "https://github.com/ComfyUI/Text_Processor": [
[ [
"AddTextToImage", "AddTextToImage",
@ -1525,14 +1607,6 @@
"title_aux": "ComfyUI-VideoStream" "title_aux": "ComfyUI-VideoStream"
} }
], ],
"https://github.com/DailyMok/ComfyUI-PromptMixerNode": [
[
"PromptMixerDaily"
],
{
"title_aux": "ComfyUI-PromptMixerNode"
}
],
"https://github.com/DataCTE/ComfyUI-DataVoid-nodes": [ "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": [
[ [
"IPAAdapterFaceIDBatch", "IPAAdapterFaceIDBatch",
@ -2401,14 +2475,6 @@
"title_aux": "ComfyUI_DeleteModelPassthrough_ExecutionFlowControl [WIP]" "title_aux": "ComfyUI_DeleteModelPassthrough_ExecutionFlowControl [WIP]"
} }
], ],
"https://github.com/IvanZhd/comfyui-codeformer": [
[
"RedBeanie_CustomImageInverter"
],
{
"title_aux": "comfyui-codeformer [WIP]"
}
],
"https://github.com/JBKing514/map_comfyui": [ "https://github.com/JBKing514/map_comfyui": [
[ [
"MAP_Pro_Suite" "MAP_Pro_Suite"
@ -4695,6 +4761,7 @@
"SVDSampler", "SVDSampler",
"SchedulerSelector", "SchedulerSelector",
"SingleConfig", "SingleConfig",
"SleepHost",
"TorchAOQuantizationConfig", "TorchAOQuantizationConfig",
"TorchConfig", "TorchConfig",
"UnsafeModelSelector", "UnsafeModelSelector",
@ -4751,8 +4818,6 @@
"CombineWanPipeline", "CombineWanPipeline",
"CombineZImagePipeline", "CombineZImagePipeline",
"CreateTrajectoryBasedOnKJNodes", "CreateTrajectoryBasedOnKJNodes",
"DeepFace_FaceCrop",
"DeepFace_Verify",
"Flux2ControlSampler", "Flux2ControlSampler",
"Flux2T2ISampler", "Flux2T2ISampler",
"FunAttention", "FunAttention",
@ -4764,7 +4829,6 @@
"ImageToCanny", "ImageToCanny",
"ImageToDepth", "ImageToDepth",
"ImageToPose", "ImageToPose",
"IterativeUpscaleNode",
"LoadCogVideoXFunLora", "LoadCogVideoXFunLora",
"LoadCogVideoXFunModel", "LoadCogVideoXFunModel",
"LoadFlux2ControlNetInModel", "LoadFlux2ControlNetInModel",
@ -4804,42 +4868,48 @@
"LoadZImageTextEncoderModel", "LoadZImageTextEncoderModel",
"LoadZImageTransformerModel", "LoadZImageTransformerModel",
"LoadZImageVAEModel", "LoadZImageVAEModel",
"MediaPipe_FaceCrop", "MidnightLook-AnyToString",
"MidnightDetailerNode", "MidnightLook-CanvasExpand",
"MidnightLook_AnyToString", "MidnightLook-CropDataToBBox",
"MidnightLook_CanvasExpand", "MidnightLook-CropForInpaint",
"MidnightLook_CropDATAToBBOX", "MidnightLook-DeepFaceCrop",
"MidnightLook_CropForInpaint", "MidnightLook-DeepFaceVerify",
"MidnightLook_DisplayAny", "MidnightLook-Detailer",
"MidnightLook_ExpandCropMask", "MidnightLook-DisplayAny",
"MidnightLook_GrowMaskWithBlur", "MidnightLook-ExpandCropMask",
"MidnightLook_LatentSizePresets", "MidnightLook-GrowMaskWithBlur",
"MidnightLook_LoadImageByURL", "MidnightLook-ImageCompare",
"MidnightLook_LoopEnd", "MidnightLook-IterativeUpscale",
"MidnightLook_LoopStart", "MidnightLook-LatentSizePresets",
"MidnightLook_PasteAfterInpaint", "MidnightLook-LoadImageByURL",
"MidnightLook_PreFill", "MidnightLook-LoopEnd",
"MidnightLook_QwenGuidance", "MidnightLook-LoopStart",
"MidnightLook_QwenSmartCropPad", "MidnightLook-MediaPipeFaceCrop",
"MidnightLook_StringToBBOX", "MidnightLook-PasteAfterInpaint",
"MidnightLook_URLLoRALoader", "MidnightLook-PreFill",
"MidnightLook_UploadToR2", "MidnightLook-PresetPrompt",
"MidnightLook_VRAMClear", "MidnightLook-Qwen25Load",
"MidnightLook_ZImageCNLoader", "MidnightLook-Qwen25Run",
"MidnightLook_ZImageCNSampler", "MidnightLook-QwenGuidance",
"MidnightLook_ZImageInpaintSampler", "MidnightLook-QwenSmartCropPad",
"MidnightLook_ZImageLoader", "MidnightLook-SAM2Loader",
"MidnightLook_ZImageOutpaintSampler", "MidnightLook-StringToBBox",
"MidnightLook_ZImagePrompt", "MidnightLook-TextBox",
"MidnightQwen25Load", "MidnightLook-URLLoRALoader",
"MidnightQwen25Run", "MidnightLook-UploadToR2",
"MidnightLook-UpscalerProvider",
"MidnightLook-VRAMClear",
"MidnightLook-ZImageCNLoader",
"MidnightLook-ZImageCNSampler",
"MidnightLook-ZImageInpaintSampler",
"MidnightLook-ZImageLoader",
"MidnightLook-ZImageOutpaintSampler",
"MidnightLook-ZImagePrompt",
"PassThroughImage", "PassThroughImage",
"QwenImageControlSampler", "QwenImageControlSampler",
"QwenImageEditPlusSampler", "QwenImageEditPlusSampler",
"QwenImageEditSampler", "QwenImageEditSampler",
"QwenImageT2VSampler", "QwenImageT2VSampler",
"SAM2LoaderNode",
"SampleUpscalerProviderNode",
"VideoToCanny", "VideoToCanny",
"VideoToDepth", "VideoToDepth",
"VideoToOpenpose", "VideoToOpenpose",
@ -7590,6 +7660,8 @@
"SkipLayerGuidanceDiTSimple", "SkipLayerGuidanceDiTSimple",
"SkipLayerGuidanceSD3", "SkipLayerGuidanceSD3",
"SolidMask", "SolidMask",
"SoniloTextToMusic",
"SoniloVideoToMusic",
"SplitAudioChannels", "SplitAudioChannels",
"SplitImageToTileList", "SplitImageToTileList",
"SplitImageWithAlpha", "SplitImageWithAlpha",
@ -10716,6 +10788,7 @@
"MorseCode", "MorseCode",
"PoseReformer", "PoseReformer",
"QueueHandler", "QueueHandler",
"RequestURL",
"SaveImageAsZip", "SaveImageAsZip",
"SaveTextAsZip", "SaveTextAsZip",
"StrFormat", "StrFormat",
@ -11810,6 +11883,7 @@
"LoraToCivitaiUrl", "LoraToCivitaiUrl",
"LoraWildcardGenerator", "LoraWildcardGenerator",
"RepeatTextLines", "RepeatTextLines",
"SDPromptSaverOptimized",
"SeedStepN", "SeedStepN",
"TextSplit3" "TextSplit3"
], ],
@ -12391,24 +12465,30 @@
"Any Multi-Switch [Eclipse]", "Any Multi-Switch [Eclipse]",
"Any Passer Purge [Eclipse]", "Any Passer Purge [Eclipse]",
"Any Passer [Eclipse]", "Any Passer [Eclipse]",
"Audio Passer [Eclipse]",
"Basic Pipe Passer [Eclipse]",
"Boolean [Eclipse]", "Boolean [Eclipse]",
"CLIP Loader [Eclipse]", "CLIP Loader [Eclipse]",
"CLIP Text Encode [Eclipse]", "CLIP Text Encode [Eclipse]",
"CLIPLoaderGGUF", "CLIPLoaderGGUF",
"Checkpoint Loader Small (Pipe) [Eclipse]", "Checkpoint Loader Small (Pipe) [Eclipse]",
"Checkpoint Loader Small [Eclipse]", "Checkpoint Loader Small [Eclipse]",
"Clip Passer [Eclipse]",
"Color Match [Eclipse]", "Color Match [Eclipse]",
"Combine Video Clips [Eclipse]", "Combine Video Clips [Eclipse]",
"Concat Pipe Multi [Eclipse]", "Concat Pipe Multi [Eclipse]",
"Conditioning Passer [Eclipse]",
"Conditioning Zero Out [Eclipse]", "Conditioning Zero Out [Eclipse]",
"Context Image [Eclipse]", "Context Image [Eclipse]",
"Context Video (WVW) [Eclipse]", "Context Video (WVW) [Eclipse]",
"Context Video [Eclipse]", "Context Video [Eclipse]",
"ControlNet Passer [Eclipse]",
"ControlNet Set Union Types (Flux) [Eclipse]", "ControlNet Set Union Types (Flux) [Eclipse]",
"Convert Primitive [Eclipse]", "Convert Primitive [Eclipse]",
"Convert To Batch [Eclipse]", "Convert To Batch [Eclipse]",
"Convert to List [Eclipse]", "Convert to List [Eclipse]",
"Custom Size [Eclipse]", "Custom Size [Eclipse]",
"Detailer Pipe Passer [Eclipse]",
"Detection to Bboxes [Eclipse]", "Detection to Bboxes [Eclipse]",
"DualCLIPLoaderGGUF", "DualCLIPLoaderGGUF",
"Fast Bypasser [Eclipse]", "Fast Bypasser [Eclipse]",
@ -12426,6 +12506,7 @@
"Image Comparer [Eclipse]", "Image Comparer [Eclipse]",
"Image Convert [Eclipse]", "Image Convert [Eclipse]",
"Image Crop by Mask [Eclipse]", "Image Crop by Mask [Eclipse]",
"Image Passer [Eclipse]",
"Image Resize [Eclipse]", "Image Resize [Eclipse]",
"Image Resolution [Eclipse]", "Image Resolution [Eclipse]",
"Image Soften [Eclipse]", "Image Soften [Eclipse]",
@ -12434,6 +12515,7 @@
"Integer [Eclipse]", "Integer [Eclipse]",
"Join [Eclipse]", "Join [Eclipse]",
"Keep Calculator [Eclipse]", "Keep Calculator [Eclipse]",
"Latent Passer [Eclipse]",
"Load Directory Settings [Eclipse]", "Load Directory Settings [Eclipse]",
"Load Image (Metadata Pipe) [Eclipse]", "Load Image (Metadata Pipe) [Eclipse]",
"Load Image (Pipe) [Eclipse]", "Load Image (Pipe) [Eclipse]",
@ -12445,10 +12527,13 @@
"Lora Stack [Eclipse]", "Lora Stack [Eclipse]",
"Lora Stack apply [Eclipse]", "Lora Stack apply [Eclipse]",
"Lora Stack to String [Eclipse]", "Lora Stack to String [Eclipse]",
"Mask Passer [Eclipse]",
"Merge Strings [Eclipse]", "Merge Strings [Eclipse]",
"Mode Bridge [Eclipse]",
"Mode Relay [Eclipse]", "Mode Relay [Eclipse]",
"Model Loader Pipe [Eclipse]", "Model Loader Pipe [Eclipse]",
"Model Loader [Eclipse]", "Model Loader [Eclipse]",
"Model Passer [Eclipse]",
"Mute / Bypass Repeater [Eclipse]", "Mute / Bypass Repeater [Eclipse]",
"Node Collector [Eclipse]", "Node Collector [Eclipse]",
"None [Eclipse]", "None [Eclipse]",
@ -12462,12 +12547,15 @@
"Pipe IO Sampler Settings v2.1 [Eclipse]", "Pipe IO Sampler Settings v2.1 [Eclipse]",
"Pipe IO Sampler Settings v2.2 [Eclipse]", "Pipe IO Sampler Settings v2.2 [Eclipse]",
"Pipe Out Checkpoint Loader [Eclipse]", "Pipe Out Checkpoint Loader [Eclipse]",
"Pipe Out LM Advanced Options [Eclipse]",
"Pipe Out LM Advanced Options [SmartLML]",
"Pipe Out Load Directory Settings [Eclipse]", "Pipe Out Load Directory Settings [Eclipse]",
"Pipe Out Load Image (Metadata Pipe) [Eclipse]", "Pipe Out Load Image (Metadata Pipe) [Eclipse]",
"Pipe Out Sampler Settings [Eclipse]", "Pipe Out Sampler Settings [Eclipse]",
"Pipe Out Smart Folder [Eclipse]", "Pipe Out Smart Folder [Eclipse]",
"Pipe Out VC Name Generator [Eclipse]", "Pipe Out VC Name Generator [Eclipse]",
"Pipe Out WanVideo Setup [Eclipse]", "Pipe Out WanVideo Setup [Eclipse]",
"Pipe Passer [Eclipse]",
"Preview Image (DOM) [Eclipse]", "Preview Image (DOM) [Eclipse]",
"Preview Image [Eclipse]", "Preview Image [Eclipse]",
"Preview Mask [Eclipse]", "Preview Mask [Eclipse]",
@ -12479,6 +12567,7 @@
"Replace String v2 [Eclipse]", "Replace String v2 [Eclipse]",
"Replace String v3 [Eclipse]", "Replace String v3 [Eclipse]",
"Resolution Scale [Eclipse]", "Resolution Scale [Eclipse]",
"SEGS Passer [Eclipse]",
"SEGS Preview [Eclipse]", "SEGS Preview [Eclipse]",
"Sampler Selection [Eclipse]", "Sampler Selection [Eclipse]",
"Sampler Settings NI [Eclipse]", "Sampler Settings NI [Eclipse]",
@ -12498,8 +12587,14 @@
"Seed 32-bit [Eclipse]", "Seed 32-bit [Eclipse]",
"Seed [Eclipse]", "Seed [Eclipse]",
"Show Any [Eclipse]", "Show Any [Eclipse]",
"Smart Detection [Eclipse]",
"Smart Detection [SML]",
"Smart Folder [Eclipse]", "Smart Folder [Eclipse]",
"Smart Folder v2 [Eclipse]", "Smart Folder v2 [Eclipse]",
"Smart LM Loader [Eclipse]",
"Smart Language Model Loader v2 [Eclipse]",
"Smart Language Model Loader v2 [SmartLML]",
"Smart Language Model Loader v3 [SmartLML]",
"Smart Loader Basic [Eclipse]", "Smart Loader Basic [Eclipse]",
"Smart Loader Basic v2 [Eclipse]", "Smart Loader Basic v2 [Eclipse]",
"Smart Loader Plus [Eclipse]", "Smart Loader Plus [Eclipse]",
@ -12507,6 +12602,7 @@
"Smart Loader [Eclipse]", "Smart Loader [Eclipse]",
"Smart Loader v2 [Eclipse]", "Smart Loader v2 [Eclipse]",
"Smart Model Loader [Eclipse]", "Smart Model Loader [Eclipse]",
"Smart Model Loader [SML]",
"Smart Prompt [Eclipse]", "Smart Prompt [Eclipse]",
"Smart Prompt v2 [Eclipse]", "Smart Prompt v2 [Eclipse]",
"Smart Sampler Settings [Eclipse]", "Smart Sampler Settings [Eclipse]",
@ -12519,15 +12615,20 @@
"String Passer [Eclipse]", "String Passer [Eclipse]",
"String [Eclipse]", "String [Eclipse]",
"String from List [Eclipse]", "String from List [Eclipse]",
"Tile Assembly [Eclipse]",
"Tile Decode & Assembly [Eclipse]",
"Tile Split [Eclipse]",
"TripleCLIPLoaderGGUF", "TripleCLIPLoaderGGUF",
"UnetLoaderGGUF", "UnetLoaderGGUF",
"UnetLoaderGGUFAdvanced", "UnetLoaderGGUFAdvanced",
"Universal Block Swap [Eclipse]", "Universal Block Swap [Eclipse]",
"VAE Loader [Eclipse]", "VAE Loader [Eclipse]",
"VAE Passer [Eclipse]",
"VC-Filename Generator I [Eclipse]", "VC-Filename Generator I [Eclipse]",
"VC-Filename Generator II [Eclipse]", "VC-Filename Generator II [Eclipse]",
"VRAM Cleanup [Eclipse]", "VRAM Cleanup [Eclipse]",
"Video Resolution [Eclipse]", "Video Resolution [Eclipse]",
"WAN Model Passer [Eclipse]",
"WanVideo Setup [Eclipse]", "WanVideo Setup [Eclipse]",
"Widget to String [Eclipse]", "Widget to String [Eclipse]",
"Wildcard Processor [Eclipse]" "Wildcard Processor [Eclipse]"
@ -13158,128 +13259,6 @@
"title_aux": "ComfyUI-SilentRain" "title_aux": "ComfyUI-SilentRain"
} }
], ],
"https://github.com/silveroxides/ComfyUI_CondsUtils": [
[
"InsertAttnConds",
"InsertTEConds",
"LoadReduxEmb",
"LoadTEConds",
"SaveCondsEmb",
"SaveReduxEmb"
],
{
"title_aux": "WIP Conditioning Toolkit [UNSAFE]"
}
],
"https://github.com/silveroxides/ComfyUI_LoHalo": [
[
"LohaloHighFidelityScaler",
"LohaloKernelScalingNode"
],
{
"title_aux": "ComfyUI_LoHalo"
}
],
"https://github.com/silveroxides/ComfyUI_LogicMath": [
[
"LogicAND",
"LogicIF",
"LogicNOT",
"LogicOR",
"LogicXOR",
"MathAbs",
"MathAdd",
"MathCeil",
"MathClamp",
"MathCompare",
"MathCos",
"MathDivide",
"MathFloor",
"MathMax",
"MathMin",
"MathModulo",
"MathMultiply",
"MathNumberConvert",
"MathOperation",
"MathPower",
"MathRound",
"MathSin",
"MathSqrt",
"MathSubtract",
"MathTan",
"NumberToString",
"StringToNumber"
],
{
"title_aux": "ComfyUI_LogicMath"
}
],
"https://github.com/silveroxides/ComfyUI_PromptAttention": [
[
"CLIPTextEncodeAttentionBias"
],
{
"title_aux": "ComfyUI_PromptAttention [WIP]"
}
],
"https://github.com/silveroxides/ComfyUI_ReduxEmbedToolkit": [
[
"InsertAttnConds",
"InsertTEConds",
"LoadReduxEmb",
"LoadTEConds",
"SaveCondsEmb",
"SaveReduxEmb"
],
{
"title_aux": "ComfyUI_ReduxEmbedToolkit"
}
],
"https://github.com/silveroxides/ComfyUI_SamplingUtils": [
[
"AdjustedResolutionParameters",
"BonusPromptPresets",
"CameraShotPresets",
"EditOpPresets",
"EditTargetPresets",
"Frakturpad",
"GetJsonKeyValue",
"IdeographicLinePad",
"IdeographicSentencePad",
"IdeographicTagPad",
"ImageBlendByMask",
"ImageMatchProperties",
"Image_Color_Noise",
"InstructPromptPresets",
"IntegerRangeRandom",
"JoinerPadding",
"LlTokenizerOptions",
"ModifyMask",
"OpticalFlowComposite",
"PrimitiveRandomInt",
"PrimitiveRandomIntRange",
"PrimitiveStaticInt",
"SU_LoadImageDirectory",
"SU_LoadImagePath",
"SamplingParameters",
"SystemMessagePresets",
"TagNormalizeCombine",
"TextEncodeFlux2SystemPrompt",
"TextEncodeKleinSystemPrompt",
"TextEncodeSystemPrompt",
"TextEncodeZITSystemPrompt",
"TextEncodeZImageThinkPrompt",
"TextOverlayNode",
"UnFrakturPad",
"UnifiedPresets",
"VLMSysInstrAdvPresets",
"VLMSysInstrPresets",
"VLMSysQueryAddPresets"
],
{
"title_aux": "Sampling Utility Toolkit"
}
],
"https://github.com/simonjaq/ComfyUI-sjnodes": [ "https://github.com/simonjaq/ComfyUI-sjnodes": [
[ [
"CrossFadeVideo", "CrossFadeVideo",
@ -13467,6 +13446,7 @@
"ResFinder", "ResFinder",
"SSchlTextEncoder", "SSchlTextEncoder",
"ShowText", "ShowText",
"Switch",
"TextAppender" "TextAppender"
], ],
{ {
@ -15260,6 +15240,21 @@
"title_aux": "ComfyUI-prompt-library" "title_aux": "ComfyUI-prompt-library"
} }
], ],
"https://github.com/zinigo-creations/comfyui-prompt-builder": [
[
"ActionNode",
"CharacterNode",
"CombinePromptNode",
"CompositionNode",
"EnvironmentNode",
"NSFWNode",
"PresetCharacterNode",
"StylePresetNode"
],
{
"title_aux": "Prompt Builder [NAME CONFLICT]"
}
],
"https://github.com/zjkhurry/comfyui_MetalFX": [ "https://github.com/zjkhurry/comfyui_MetalFX": [
[ [
"metalFXImg" "metalFXImg"
@ -15279,7 +15274,8 @@
"https://github.com/zopieux/ComfyUI-zopi": [ "https://github.com/zopieux/ComfyUI-zopi": [
[ [
"EvalPython", "EvalPython",
"LoadTensortRTAndCheckpoint" "LoadTensortRTAndCheckpoint",
"SizeSelector"
], ],
{ {
"title_aux": "ComfyUI-zopi [UNSAFE]" "title_aux": "ComfyUI-zopi [UNSAFE]"

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,35 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "rodpl",
"title": "comfyui-asset-manager [INCOMPLETE]",
"reference": "https://github.com/rodpl/comfyui-asset-manager",
"files": [
"https://github.com/rodpl/comfyui-asset-manager"
],
"install_type": "git-clone",
"description": "ComfyUI Asset Manager for managing assets in ComfyUI"
},
{
"author": "DailyMok",
"title": "ComfyUI-PromptMixerNode [REMOVED]",
"reference": "https://github.com/DailyMok/ComfyUI-PromptMixerNode",
"files": [
"https://github.com/DailyMok/ComfyUI-PromptMixerNode"
],
"install_type": "git-clone",
"description": "ComfyUI custom node for prompt mixing with PromptMixerDaily node. (Description by CC)"
},
{
"author": "IvanZhd",
"title": "comfyui-codeformer [REMOVED]",
"reference": "https://github.com/IvanZhd/comfyui-codeformer",
"files": [
"https://github.com/IvanZhd/comfyui-codeformer"
],
"install_type": "git-clone",
"description": "Nodes:Image Inverter"
},
{ {
"author": "Kur0butiMegane", "author": "Kur0butiMegane",
"title": "Comfyui-StringUtils [REMOVED]", "title": "Comfyui-StringUtils [REMOVED]",

View File

@ -1,5 +1,57 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "OvertliDS",
"title": "Overtli Studio Suite",
"id": "overtli-studio-suite",
"reference": "https://github.com/OvertliDS/overtli-studio-suite",
"files": [
"https://github.com/OvertliDS/overtli-studio-suite"
],
"install_type": "git-clone",
"category": "Model/LLM",
"description": "Windows-first advanced suite for Pollinations, LM Studio, Copilot CLI, and OpenAI-compatible multi-engine workflows."
},
{
"author": "deluxa",
"title": "ComfyUI-DN_PatchVAEAttention",
"reference": "https://github.com/0xDELUXA/ComfyUI-DN_PatchVAEAttention",
"files": [
"https://github.com/0xDELUXA/ComfyUI-DN_PatchVAEAttention"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node that patches the attention mechanism inside a VAE's encoder and decoder to use a specific implementation, regardless of what ComfyUI auto-selected at startup."
},
{
"author": "facok",
"title": "comfyui-diversityboost",
"reference": "https://github.com/facok/ComfyUI-DiversityBoost",
"files": [
"https://github.com/facok/ComfyUI-DiversityBoost"
],
"install_type": "git-clone",
"description": "Restore composition diversity for distilled diffusion models. Training-free frequency-domain phase injection."
},
{
"author": "sparknight",
"title": "ComfyUI-EnumCombo",
"reference": "https://github.com/SparknightLLC/ComfyUI-EnumCombo",
"files": [
"https://github.com/SparknightLLC/ComfyUI-EnumCombo"
],
"install_type": "git-clone",
"description": "Workflow-local enumerated values for ComfyUI."
},
{
"author": "vladgohn",
"title": "🦄 MurMur",
"reference": "https://github.com/vladgohn/ComfyUI-MurMur",
"files": [
"https://github.com/vladgohn/ComfyUI-MurMur"
],
"install_type": "git-clone",
"description": "Tiny ComfyUI styling utility for fast node and group coloring with emoji labels for nodes."
},
{ {
"author": "ethanfel", "author": "ethanfel",
"title": "LoRA Optimizer", "title": "LoRA Optimizer",

View File

@ -62,6 +62,14 @@
"title_aux": "ComfyUI-DN_PatchFlashAttention" "title_aux": "ComfyUI-DN_PatchFlashAttention"
} }
], ],
"https://github.com/0xDELUXA/ComfyUI-DN_PatchVAEAttention": [
[
"PatchVAEAttentionDN"
],
{
"title_aux": "ComfyUI-DN_PatchVAEAttention"
}
],
"https://github.com/0xRavenBlack/ComfyUI-OOP": [ "https://github.com/0xRavenBlack/ComfyUI-OOP": [
[ [
"OOPAnimalNode", "OOPAnimalNode",
@ -470,6 +478,7 @@
"1hew_GetFileCount", "1hew_GetFileCount",
"1hew_ImageAddLabel", "1hew_ImageAddLabel",
"1hew_ImageAlphaClean", "1hew_ImageAlphaClean",
"1hew_ImageAlphaJoin",
"1hew_ImageAlphaSplit", "1hew_ImageAlphaSplit",
"1hew_ImageBBoxOverlayByMask", "1hew_ImageBBoxOverlayByMask",
"1hew_ImageBatchExtract", "1hew_ImageBatchExtract",
@ -2193,7 +2202,9 @@
"AcademiaSD_Gemini_Node", "AcademiaSD_Gemini_Node",
"AcademiaSD_MultiLora", "AcademiaSD_MultiLora",
"AcademiaSD_Numeric", "AcademiaSD_Numeric",
"AcademiaSD_Resolution",
"AcademiaSD_ResolutionDisplay", "AcademiaSD_ResolutionDisplay",
"AcademiaSD_SaveAndSend",
"AcademiaSD_SaveCaption", "AcademiaSD_SaveCaption",
"IntegerBypasser", "IntegerBypasser",
"LoopCounterToFile", "LoopCounterToFile",
@ -5586,6 +5597,7 @@
"PrimereClearNetworkTagsPrompt", "PrimereClearNetworkTagsPrompt",
"PrimereColorBalance", "PrimereColorBalance",
"PrimereConceptDataTuple", "PrimereConceptDataTuple",
"PrimereCustomStyles",
"PrimereDehaze", "PrimereDehaze",
"PrimereDepthBlur", "PrimereDepthBlur",
"PrimereDiTPurifyPrompt", "PrimereDiTPurifyPrompt",
@ -5595,7 +5607,6 @@
"PrimereEmbedding", "PrimereEmbedding",
"PrimereEmbeddingHandler", "PrimereEmbeddingHandler",
"PrimereEmbeddingKeywordMerger", "PrimereEmbeddingKeywordMerger",
"PrimereEmotionsStyles",
"PrimereFaceAnalyzer", "PrimereFaceAnalyzer",
"PrimereFastSeed", "PrimereFastSeed",
"PrimereFilmRendering", "PrimereFilmRendering",
@ -5613,7 +5624,6 @@
"PrimereLUT3D", "PrimereLUT3D",
"PrimereLYCORIS", "PrimereLYCORIS",
"PrimereLatentNoise", "PrimereLatentNoise",
"PrimereLensStyles",
"PrimereLevelEndpoints", "PrimereLevelEndpoints",
"PrimereLocalLaplacian", "PrimereLocalLaplacian",
"PrimereLoraKeywordMerger", "PrimereLoraKeywordMerger",
@ -5626,7 +5636,6 @@
"PrimereMetaHandler", "PrimereMetaHandler",
"PrimereMetaSave", "PrimereMetaSave",
"PrimereMetaTupleCollector", "PrimereMetaTupleCollector",
"PrimereMidjourneyStyles",
"PrimereModelConceptSelector", "PrimereModelConceptSelector",
"PrimereModelControl", "PrimereModelControl",
"PrimereModelKeyword", "PrimereModelKeyword",
@ -5654,7 +5663,6 @@
"PrimereSmartLighting", "PrimereSmartLighting",
"PrimereSolarizationBW", "PrimereSolarizationBW",
"PrimereStyleLoader", "PrimereStyleLoader",
"PrimereStylePile",
"PrimereTextOutput", "PrimereTextOutput",
"PrimereUpscaleModel", "PrimereUpscaleModel",
"PrimereVAE", "PrimereVAE",
@ -6102,6 +6110,9 @@
"JLC_ControlNetApply", "JLC_ControlNetApply",
"JLC_ControlNetApplyAdvanced", "JLC_ControlNetApplyAdvanced",
"JLC_ControlNetComposition", "JLC_ControlNetComposition",
"JLC_ControlNetOrchestrator",
"JLC_ControlNetOrchestratorAdvanced",
"JLC_ControlNetOrchestratorHyper",
"JLC_LoraLoaderBlockWeightTwo", "JLC_LoraLoaderBlockWeightTwo",
"JLC_LoraLoaderTenStack", "JLC_LoraLoaderTenStack",
"JLC_PaddedImage", "JLC_PaddedImage",
@ -9794,6 +9805,8 @@
"BayerDitheringPRO", "BayerDitheringPRO",
"ChromaticAberrationPRO", "ChromaticAberrationPRO",
"CinematicAdaptiveSharpeningPRO", "CinematicAdaptiveSharpeningPRO",
"CinematicColorMatchPRO",
"FPE_Kodak2383_PRO",
"FilmGrainPRO", "FilmGrainPRO",
"HalationPRO", "HalationPRO",
"LateralChromaticAberrationPRO", "LateralChromaticAberrationPRO",
@ -10889,16 +10902,21 @@
"IAMCCS_AudioTimelineGate", "IAMCCS_AudioTimelineGate",
"IAMCCS_AutoLinkArguments", "IAMCCS_AutoLinkArguments",
"IAMCCS_AutoLinkConverter", "IAMCCS_AutoLinkConverter",
"IAMCCS_FluxKleinMultiGen",
"IAMCCS_GGUF_accelerator", "IAMCCS_GGUF_accelerator",
"IAMCCS_GetAutoLink", "IAMCCS_GetAutoLink",
"IAMCCS_HWProbeRecommendations", "IAMCCS_HWProbeRecommendations",
"IAMCCS_HardMemoryPurge",
"IAMCCS_HwSupporter", "IAMCCS_HwSupporter",
"IAMCCS_HwSupporterAny", "IAMCCS_HwSupporterAny",
"IAMCCS_ImageResizeBatchSafe", "IAMCCS_ImageResizeBatchSafe",
"IAMCCS_IntValueMonitor",
"IAMCCS_LTX2_BlendLatentBridge",
"IAMCCS_LTX2_ConditionNextLatentWithPrevOverlap", "IAMCCS_LTX2_ConditionNextLatentWithPrevOverlap",
"IAMCCS_LTX2_ContextLatent", "IAMCCS_LTX2_ContextLatent",
"IAMCCS_LTX2_ControlPreprocess", "IAMCCS_LTX2_ControlPreprocess",
"IAMCCS_LTX2_EnsureFrames8nPlus1", "IAMCCS_LTX2_EnsureFrames8nPlus1",
"IAMCCS_LTX2_EnsureMinFrames",
"IAMCCS_LTX2_ExtendSampler", "IAMCCS_LTX2_ExtendSampler",
"IAMCCS_LTX2_ExtensionModule", "IAMCCS_LTX2_ExtensionModule",
"IAMCCS_LTX2_ExtensionModule_Disk", "IAMCCS_LTX2_ExtensionModule_Disk",
@ -10911,19 +10929,29 @@
"IAMCCS_LTX2_GetImageFromBatch", "IAMCCS_LTX2_GetImageFromBatch",
"IAMCCS_LTX2_ImageBatchCropByPad", "IAMCCS_LTX2_ImageBatchCropByPad",
"IAMCCS_LTX2_ImageBatchPadReflect", "IAMCCS_LTX2_ImageBatchPadReflect",
"IAMCCS_LTX2_InitLatentSampler",
"IAMCCS_LTX2_LastFrameBridgeLoad",
"IAMCCS_LTX2_LastFrameBridgeSave",
"IAMCCS_LTX2_LoRAStack", "IAMCCS_LTX2_LoRAStack",
"IAMCCS_LTX2_LoRAStackModelIO", "IAMCCS_LTX2_LoRAStackModelIO",
"IAMCCS_LTX2_LoRAStackSegmented6", "IAMCCS_LTX2_LoRAStackSegmented6",
"IAMCCS_LTX2_LoRAStackStaged", "IAMCCS_LTX2_LoRAStackStaged",
"IAMCCS_LTX2_LoadLatentBridge",
"IAMCCS_LTX2_LongVideoWrapperPrep",
"IAMCCS_LTX2_LongVideoWrapperPrepDisk",
"IAMCCS_LTX2_LoopingSampler", "IAMCCS_LTX2_LoopingSampler",
"IAMCCS_LTX2_MiddleFrames", "IAMCCS_LTX2_MiddleFrames",
"IAMCCS_LTX2_ModelWithLoRA_Segmented6", "IAMCCS_LTX2_ModelWithLoRA_Segmented6",
"IAMCCS_LTX2_OneShotLowRAMLooper",
"IAMCCS_LTX2_ReferenceImageSwitch", "IAMCCS_LTX2_ReferenceImageSwitch",
"IAMCCS_LTX2_ReferenceStartFramesInjector", "IAMCCS_LTX2_ReferenceStartFramesInjector",
"IAMCCS_LTX2_SaveLatentBridge",
"IAMCCS_LTX2_SegmentQueueLoop",
"IAMCCS_LTX2_TimeFrameCount", "IAMCCS_LTX2_TimeFrameCount",
"IAMCCS_LTX2_Validator", "IAMCCS_LTX2_Validator",
"IAMCCS_LatentTailSlice", "IAMCCS_LatentTailSlice",
"IAMCCS_LoadImagesFromDirLite", "IAMCCS_LoadImagesFromDirLite",
"IAMCCS_LoadResizeSegmentFromDir",
"IAMCCS_ModelWithLoRA", "IAMCCS_ModelWithLoRA",
"IAMCCS_ModelWithLoRA_LTX2", "IAMCCS_ModelWithLoRA_LTX2",
"IAMCCS_ModelWithLoRA_LTX2_Staged", "IAMCCS_ModelWithLoRA_LTX2_Staged",
@ -10934,8 +10962,10 @@
"IAMCCS_MoveAhead", "IAMCCS_MoveAhead",
"IAMCCS_MoveAheadEnforcer", "IAMCCS_MoveAheadEnforcer",
"IAMCCS_MultiSwitch", "IAMCCS_MultiSwitch",
"IAMCCS_MultilinePromptSplitter8",
"IAMCCS_QWEN_VL_FLF", "IAMCCS_QWEN_VL_FLF",
"IAMCCS_QWEN_VL_FLF_Advanced", "IAMCCS_QWEN_VL_FLF_Advanced",
"IAMCCS_QwenMultiGen",
"IAMCCS_SamplerAdvancedVersion1", "IAMCCS_SamplerAdvancedVersion1",
"IAMCCS_SegmentPlanFromPlanner", "IAMCCS_SegmentPlanFromPlanner",
"IAMCCS_SegmentPlanner", "IAMCCS_SegmentPlanner",
@ -10951,21 +10981,34 @@
"IAMCCS_VRAMCleanup", "IAMCCS_VRAMCleanup",
"IAMCCS_VRAMFlushLatent", "IAMCCS_VRAMFlushLatent",
"IAMCCS_VideoCombineFromDir", "IAMCCS_VideoCombineFromDir",
"IAMCCS_WanContinuityGuide",
"IAMCCS_WanImageBatchFrameSelect",
"IAMCCS_WanImageMotion", "IAMCCS_WanImageMotion",
"IAMCCS_WanImageMotionInductive",
"IAMCCS_WanImageMotionPro", "IAMCCS_WanImageMotionPro",
"IAMCCS_WanImageMotionProLegacy",
"IAMCCS_WanImageMotionProPlus", "IAMCCS_WanImageMotionProPlus",
"IAMCCS_WanImageMotionProPlus_Simple", "IAMCCS_WanImageMotionProPlus_Simple",
"IAMCCS_WanImageMotionPro_AdaIN", "IAMCCS_WanImageMotionPro_AdaIN",
"IAMCCS_WanImageMotionPro_Simple", "IAMCCS_WanImageMotionPro_Simple",
"IAMCCS_WanImageMotion_AdaIN", "IAMCCS_WanImageMotion_AdaIN",
"IAMCCS_WanIndexedPromptEncode",
"IAMCCS_WanLoRAStack", "IAMCCS_WanLoRAStack",
"IAMCCS_WanLoRAStackModelIO", "IAMCCS_WanLoRAStackModelIO",
"IAMCCS_WanLongPlanner",
"IAMCCS_WanPrevTailPrep",
"IAMCCS_WanPromptLoopInfo",
"IAMCCS_WanPromptPhasePlanner",
"IAMCCS_WanSVIToFLFBridgePro", "IAMCCS_WanSVIToFLFBridgePro",
"IAMCCS_WanSVIToFLFBridgeProPlus", "IAMCCS_WanSVIToFLFBridgeProPlus",
"IAMCCS_WanSVIToFLFBridgeProPlus_Simple", "IAMCCS_WanSVIToFLFBridgeProPlus_Simple",
"IAMCCS_WanSVIToFLFBridgePro_Simple", "IAMCCS_WanSVIToFLFBridgePro_Simple",
"IAMCCS_WanSviArgs",
"IAMCCS_WanSviChainRunner",
"IAMCCS_WanSviSegmentPick",
"IAMCCS_bus_group", "IAMCCS_bus_group",
"WanImageMotionPro", "WanImageMotionPro",
"WanImageMotionProLegacy",
"WanImageMotionProPlus", "WanImageMotionProPlus",
"WanMotionProTrimmer", "WanMotionProTrimmer",
"iamccs_ltx2_lora_stack" "iamccs_ltx2_lora_stack"
@ -11545,8 +11588,19 @@
], ],
"https://github.com/IxMxAMAR/ComfyUI-NanoBanana2": [ "https://github.com/IxMxAMAR/ComfyUI-NanoBanana2": [
[ [
"NanoBanana2MultiRef", "NanoBanana_APIKey",
"NanoBananaPromptRefiner" "NanoBanana_ImageEdit",
"NanoBanana_ImageGen",
"NanoBanana_Inpaint",
"NanoBanana_ModelSelector",
"NanoBanana_MultiTurn",
"NanoBanana_Outpaint",
"NanoBanana_PromptRefiner",
"NanoBanana_SafetySettings",
"NanoBanana_StructuredOutput",
"NanoBanana_TextGen",
"NanoBanana_ThinkingConfig",
"NanoBanana_Vision"
], ],
{ {
"title_aux": "ComfyUI-NanoBanana2" "title_aux": "ComfyUI-NanoBanana2"
@ -12975,7 +13029,8 @@
], ],
"https://github.com/L33chKing/ComfyUI_LatentResidueCleaner": [ "https://github.com/L33chKing/ComfyUI_LatentResidueCleaner": [
[ [
"LatentResidueCleaner" "LatentResidueCleaner",
"NoiseExpose"
], ],
{ {
"title_aux": "Latent Residue Cleaner" "title_aux": "Latent Residue Cleaner"
@ -14308,7 +14363,8 @@
], ],
"https://github.com/MSXYZ-GenAI/comfyui-msxyz": [ "https://github.com/MSXYZ-GenAI/comfyui-msxyz": [
[ [
"VideoAdaptiveAA" "VideoAdaptiveAA",
"VideoTAADLAA"
], ],
{ {
"title_aux": "ComfyUI-MSXYZ" "title_aux": "ComfyUI-MSXYZ"
@ -15673,9 +15729,11 @@
"NLImageInfoDebug", "NLImageInfoDebug",
"NLLinearToLog", "NLLinearToLog",
"NLLogToLinear", "NLLogToLinear",
"NLMerge",
"NLOCIOConvert", "NLOCIOConvert",
"NLPreview", "NLPreview",
"NLRead", "NLRead",
"NLShuffle",
"NLToModelSpace", "NLToModelSpace",
"NLWanVideoImageToVideoEncodeV2", "NLWanVideoImageToVideoEncodeV2",
"NLWorkflowColorContext", "NLWorkflowColorContext",
@ -16618,9 +16676,15 @@
"CRTPctCropCalculator", "CRTPctCropCalculator",
"CRTPostProcess", "CRTPostProcess",
"CRT_AddSettingsAndPrompt", "CRT_AddSettingsAndPrompt",
"CRT_AudioTranscript",
"CRT_DynamicPromptScheduler", "CRT_DynamicPromptScheduler",
"CRT_FileBatchPromptScheduler", "CRT_FileBatchPromptScheduler",
"CRT_ImageLoaderCrawlBatch",
"CRT_KSamplerBatch", "CRT_KSamplerBatch",
"CRT_LTX23AutoDownload",
"CRT_LTX23USConfig",
"CRT_LTX23USModelsPipe",
"CRT_LTX23UnifiedSampler",
"CRT_QuantizeAndCropImage", "CRT_QuantizeAndCropImage",
"CRT_RemoveLines", "CRT_RemoveLines",
"CRT_StringBatcher", "CRT_StringBatcher",
@ -16641,12 +16705,8 @@
"FancyNoteNode", "FancyNoteNode",
"FancyTimerNode", "FancyTimerNode",
"FilmGrainFX", "FilmGrainFX",
"Flux1CnetFaceEnhancementWithInjection",
"Flux2KleinSeamlessTile", "Flux2KleinSeamlessTile",
"FluxControlnetSampler",
"FluxControlnetSamplerWithInjection",
"FluxLoraBlocksPatcher", "FluxLoraBlocksPatcher",
"FluxTiledSamplerCustomAdvanced",
"Image Tile Checker (CRT)", "Image Tile Checker (CRT)",
"ImageDimensionsFromMegaPixels", "ImageDimensionsFromMegaPixels",
"ImageDimensionsFromMegaPixelsAlt", "ImageDimensionsFromMegaPixelsAlt",
@ -16666,7 +16726,6 @@
"MaskPassOrPlaceholder", "MaskPassOrPlaceholder",
"MonoToStereoConverter", "MonoToStereoConverter",
"ParametricEQNode", "ParametricEQNode",
"PonyFaceEnhancementPipelineWithInjection",
"PonyUpscaleSamplerWithInjection", "PonyUpscaleSamplerWithInjection",
"ReferenceLatentBatch", "ReferenceLatentBatch",
"Remove Trailing Comma", "Remove Trailing Comma",
@ -16699,6 +16758,7 @@
"TinyFlux2VAEDecode", "TinyFlux2VAEDecode",
"TinyFlux2VAEEncode", "TinyFlux2VAEEncode",
"TinyFlux2VAELoader", "TinyFlux2VAELoader",
"UltralyticsEnhancer",
"Video Duration Calculator", "Video Duration Calculator",
"VideoLoaderCrawl", "VideoLoaderCrawl",
"WAN2.2 LoRA Compare Sampler", "WAN2.2 LoRA Compare Sampler",
@ -17819,6 +17879,7 @@
"RS Image Selector", "RS Image Selector",
"RSCropImage", "RSCropImage",
"RSInsertCropImage", "RSInsertCropImage",
"RSOutpaint",
"RSSaveImage", "RSSaveImage",
"RS_Last_Frame", "RS_Last_Frame",
"RS_Saturation", "RS_Saturation",
@ -18177,6 +18238,10 @@
"Runware Video Inference Elements", "Runware Video Inference Elements",
"Runware Video Inference Elements Combine", "Runware Video Inference Elements Combine",
"Runware Video Inference Inputs", "Runware Video Inference Inputs",
"Runware Video Inference Inputs Reference Audios",
"Runware Video Inference Inputs Reference Images",
"Runware Video Inference Inputs Reference Videos",
"Runware Video Inference Inputs Reference Voices",
"Runware Video Inference Outputs", "Runware Video Inference Outputs",
"Runware Video Inference Settings", "Runware Video Inference Settings",
"Runware Video Inference Speech Input", "Runware Video Inference Speech Input",
@ -20259,7 +20324,9 @@
"https://github.com/SorenWeile/ComfyUI_MetaSaver": [ "https://github.com/SorenWeile/ComfyUI_MetaSaver": [
[ [
"MetaSaver", "MetaSaver",
"MetaSaverDynamic" "MetaSaverDynamic",
"MetaVideoSaver",
"MetaVideoSaverDynamic"
], ],
{ {
"title_aux": "ComfyUI_MetaSaver" "title_aux": "ComfyUI_MetaSaver"
@ -20386,6 +20453,15 @@
"title_aux": "ComfyUI-ConditionalInterrupt" "title_aux": "ComfyUI-ConditionalInterrupt"
} }
], ],
"https://github.com/SparknightLLC/ComfyUI-EnumCombo": [
[
"EnumCombo",
"EnumComboAdvanced"
],
{
"title_aux": "ComfyUI-EnumCombo"
}
],
"https://github.com/SparknightLLC/ComfyUI-GPENO": [ "https://github.com/SparknightLLC/ComfyUI-GPENO": [
[ [
"GPENO Face Restoration" "GPENO Face Restoration"
@ -22046,6 +22122,8 @@
"TC_ImageScale", "TC_ImageScale",
"TC_KorniaGamma", "TC_KorniaGamma",
"TC_RandomColorFill", "TC_RandomColorFill",
"TC_RandomLora",
"TC_RandomModel",
"TC_SizeApproximation" "TC_SizeApproximation"
], ],
{ {
@ -24773,6 +24851,7 @@
"FilmGrain", "FilmGrain",
"Florence2Plus", "Florence2Plus",
"GetImageSizes", "GetImageSizes",
"GroupSwitchManager",
"ImageAspectRatio", "ImageAspectRatio",
"ImageEditingPresets", "ImageEditingPresets",
"ImageFormatConverter", "ImageFormatConverter",
@ -32881,6 +32960,8 @@
"SkipLayerGuidanceDiTSimple", "SkipLayerGuidanceDiTSimple",
"SkipLayerGuidanceSD3", "SkipLayerGuidanceSD3",
"SolidMask", "SolidMask",
"SoniloTextToMusic",
"SoniloVideoToMusic",
"SplitAudioChannels", "SplitAudioChannels",
"SplitImageToTileList", "SplitImageToTileList",
"SplitImageWithAlpha", "SplitImageWithAlpha",
@ -35405,6 +35486,7 @@
"CLIPTextEncodeWithOffload", "CLIPTextEncodeWithOffload",
"HDR Effects with LAB Adjust", "HDR Effects with LAB Adjust",
"HDREffectsLabAdjust", "HDREffectsLabAdjust",
"ImageDifferenceChecker",
"ModelMergeHiDream", "ModelMergeHiDream",
"ModelMergeZImage", "ModelMergeZImage",
"ModelScaleFlux2Klein", "ModelScaleFlux2Klein",
@ -35866,6 +35948,34 @@
"title_aux": "comfyui-videoframenode" "title_aux": "comfyui-videoframenode"
} }
], ],
"https://github.com/ethanfel/ComfyUI-LoRA-Optimizer": [
[
"BuildAutoTunerPythonEvaluator",
"LoRAAutoTuner",
"LoRAAutoTunerSettings",
"LoRACompatibilityAnalyzer",
"LoRAConflictEditor",
"LoRAExtractFromModel",
"LoRAMergeFormula",
"LoRAMergeSelector",
"LoRAMergeSettings",
"LoRAMetadataReader",
"LoRAOptimizer",
"LoRAOptimizerSettings",
"LoRAOptimizerSimple",
"LoRAStack",
"LoRAStackDynamic",
"LoadTunerData",
"MergedLoRAToHook",
"MergedLoRAToWanVideo",
"SaveMergedLoRA",
"SaveTunerData",
"WanVideoLoRAOptimizer"
],
{
"title_aux": "LoRA Optimizer"
}
],
"https://github.com/ethanfel/ComfyUI-Sharp-Selector": [ "https://github.com/ethanfel/ComfyUI-Sharp-Selector": [
[ [
"ParallelSharpnessLoader", "ParallelSharpnessLoader",
@ -36126,6 +36236,14 @@
"title_aux": "FaceFusion ComfyUI" "title_aux": "FaceFusion ComfyUI"
} }
], ],
"https://github.com/facok/ComfyUI-DiversityBoost": [
[
"DiversityBoostCore"
],
{
"title_aux": "comfyui-diversityboost"
}
],
"https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": [ "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": [
[ [
"HunyuanVideoLoraLoader" "HunyuanVideoLoraLoader"
@ -41109,7 +41227,11 @@
[ [
"AceStepSFTGenerate", "AceStepSFTGenerate",
"AceStepSFTLoraLoader", "AceStepSFTLoraLoader",
"AceStepSFTModelLoader",
"AceStepSFTMusicAnalyzer", "AceStepSFTMusicAnalyzer",
"AceStepSFTPreviewAudio",
"AceStepSFTSaveAudio",
"AceStepSFTTextEncode",
"AceStepSFTTurboTagAdapter" "AceStepSFTTurboTagAdapter"
], ],
{ {
@ -43710,6 +43832,8 @@
"https://github.com/kijai/ComfyUI-SCAIL-Pose": [ "https://github.com/kijai/ComfyUI-SCAIL-Pose": [
[ [
"ConvertOpenPoseKeypointsToDWPose", "ConvertOpenPoseKeypointsToDWPose",
"NLFModelLoader",
"NLFPredictPoses",
"PoseDetectionVitPoseToDWPose", "PoseDetectionVitPoseToDWPose",
"RenderNLFPoses", "RenderNLFPoses",
"SaveNLFPosesAs3D" "SaveNLFPosesAs3D"
@ -47490,6 +47614,7 @@
"MangoLoader10Loras", "MangoLoader10Loras",
"MangoModelData", "MangoModelData",
"MangoPromptLoad", "MangoPromptLoad",
"MangoTextString",
"MangoTriggerExporter", "MangoTriggerExporter",
"PromptEmbedMango", "PromptEmbedMango",
"PromptMango", "PromptMango",
@ -47607,6 +47732,28 @@
"https://github.com/marcoc2/ComfyUI-AnotherUtils": [ "https://github.com/marcoc2/ComfyUI-AnotherUtils": [
[ [
"AdaptiveNoise", "AdaptiveNoise",
"AnotherAnimatedCompositeMasked",
"AnotherBBoxToPoints",
"AnotherCameraSwitcher",
"AnotherDepthInference",
"AnotherImageCompositeMasked",
"AnotherImageToMask",
"AnotherLTXSequencer",
"AnotherLoadDepth",
"AnotherLoadSAM2",
"AnotherLoadYOLO",
"AnotherMaskBlur",
"AnotherMaskMath",
"AnotherMaskToImage",
"AnotherPoseToPoints",
"AnotherSAM2Inference",
"AnotherSAM2VideoAddPoints",
"AnotherSAM2VideoPropagate",
"AnotherSaveImageWithTag",
"AnotherShowList",
"AnotherTransformKeyframes",
"AnotherTransformOrchestrator",
"AnotherYOLOInference",
"AudioConcatenate", "AudioConcatenate",
"AudioSliceSelector", "AudioSliceSelector",
"AudioWaveformSlicer", "AudioWaveformSlicer",
@ -47620,27 +47767,44 @@
"CustomCrop", "CustomCrop",
"DatasetLoader", "DatasetLoader",
"FightingGameCharacter", "FightingGameCharacter",
"FolderImageAndExtractPrompt",
"FolderImageLoader", "FolderImageLoader",
"FolderImageMetadataByName",
"FolderVideoConcatenator", "FolderVideoConcatenator",
"GetFirstFrame",
"ImageGridSlicer", "ImageGridSlicer",
"ImageListSampler", "ImageListSampler",
"ImageListToBatch",
"ImageTypeDetector", "ImageTypeDetector",
"IndicesListTo 50",
"IndicesListTo50",
"InteractiveCrop", "InteractiveCrop",
"LTXVDiagnosticNode",
"LTXVMultiConcat",
"LTXVMultiConcatBeta",
"LTXVMultiGuide", "LTXVMultiGuide",
"LTXVVid2Vid", "LTXVVid2Vid",
"LastImage", "LastImage",
"LoadGifFrames", "LoadGifFrames",
"LoadImageAndExtractPrompt",
"LoadImageRemoveAlpha", "LoadImageRemoveAlpha",
"LoadImagesOriginal", "LoadImagesOriginal",
"ManualPointToSAM2",
"MeanCurvatureBlurGEGLLike", "MeanCurvatureBlurGEGLLike",
"NearestUpscale", "NearestUpscale",
"PixelArtConverter", "PixelArtConverter",
"PixelArtConverterParallel", "PixelArtConverterParallel",
"PixelArtNormalizer", "PixelArtNormalizer",
"PointCollectorSAM2",
"RGBNoiseGEGLLike", "RGBNoiseGEGLLike",
"RefineMask",
"RemapGifFrames", "RemapGifFrames",
"RemoveAlpha", "RemoveAlpha",
"SEGStoBBox",
"SEGStoSAM2Points",
"SmartResize", "SmartResize",
"TrelloBrowser",
"TrelloPromptLoader",
"VideoAudioCombiner", "VideoAudioCombiner",
"VideoAudioCombinerSimple", "VideoAudioCombinerSimple",
"VideoAudioCombinerV3", "VideoAudioCombinerV3",
@ -48447,6 +48611,7 @@
"https://github.com/mickmumpitz/ComfyUI-Mickmumpitz-Nodes": [ "https://github.com/mickmumpitz/ComfyUI-Mickmumpitz-Nodes": [
[ [
"AnchorFrameExtractor", "AnchorFrameExtractor",
"AudioTimestepOverride",
"BatchColorCorrector", "BatchColorCorrector",
"BatchSelector", "BatchSelector",
"BoundaryFrameExtractor", "BoundaryFrameExtractor",
@ -48469,7 +48634,9 @@
"IterStringSelector", "IterStringSelector",
"IterVideoRouter", "IterVideoRouter",
"IterationSwitch", "IterationSwitch",
"MaskDirectionalExtend",
"MultiChannelSlicer", "MultiChannelSlicer",
"PoseKeypointToMask",
"PreprocessSettings", "PreprocessSettings",
"PreprocessSettingsSimple", "PreprocessSettingsSimple",
"PreprocessSettingsSingle", "PreprocessSettingsSingle",
@ -50176,6 +50343,7 @@
"InoRemoveDuplicateFiles", "InoRemoveDuplicateFiles",
"InoRemoveFile", "InoRemoveFile",
"InoRemoveFolder", "InoRemoveFolder",
"InoResizeCropImage",
"InoS3Config", "InoS3Config",
"InoS3DownloadAudio", "InoS3DownloadAudio",
"InoS3DownloadFile", "InoS3DownloadFile",
@ -53894,6 +54062,34 @@
"title_aux": "ComfyUI-Doctor" "title_aux": "ComfyUI-Doctor"
} }
], ],
"https://github.com/rookiestar28/ComfyUI-OpenClaw": [
[
"CheckpointLoaderSimple",
"KSampler",
"MoltbotBatchVariants",
"MoltbotImageToPrompt",
"MoltbotPromptPlanner",
"MoltbotPromptRefiner"
],
{
"title_aux": "ComfyUI-OpenClaw"
}
],
"https://github.com/rookiestar28/ComfyUI-RookieUI": [
[
"RookieUIA1111CLIPTextEncode",
"RookieUIA1111CLIPTextEncodeSDXL",
"RookieUIADetailerDetectMask",
"RookieUIControlNetApplyNativeAdvanced",
"RookieUIControlNetPreprocess",
"RookieUILoadAssetImage",
"RookieUILoadAssetMask",
"RookieUIVAEEncodeForInpaint"
],
{
"title_aux": "ComfyUI-RookieUI"
}
],
"https://github.com/rookiestar28/ComfyUI-TranslateGemma": [ "https://github.com/rookiestar28/ComfyUI-TranslateGemma": [
[ [
"TranslateGemma" "TranslateGemma"
@ -58530,6 +58726,8 @@
"https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [ "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [
[ [
"CaptureWebcam", "CaptureWebcam",
"ComfyCoupleBackgroundPrompt",
"ComfyCoupleBasePrompt",
"ComfyCoupleMask", "ComfyCoupleMask",
"ComfyCoupleRegion", "ComfyCoupleRegion",
"ComfyCoupleRegionExtractor", "ComfyCoupleRegionExtractor",
@ -59811,6 +60009,14 @@
"title_aux": "ComfyUI-PromptConverter" "title_aux": "ComfyUI-PromptConverter"
} }
], ],
"https://github.com/vladgohn/ComfyUI-MurMur": [
[
"MurmurPicker"
],
{
"title_aux": "\ud83e\udd84 MurMur"
}
],
"https://github.com/vladpro3/ComfyUI_BishaNodes": [ "https://github.com/vladpro3/ComfyUI_BishaNodes": [
[ [
"CreatePromptsWithTextFromFile", "CreatePromptsWithTextFromFile",
@ -61909,6 +62115,7 @@
"ycCanvasBBox", "ycCanvasBBox",
"ycCanvasBBoxMask", "ycCanvasBBoxMask",
"ycImageCrop", "ycImageCrop",
"ycImageCropInteractive",
"ycimagebrushmask" "ycimagebrushmask"
], ],
{ {
@ -62546,11 +62753,15 @@
"SamplerSelect_Name", "SamplerSelect_Name",
"Y7Nodes_AspectRatioPicker", "Y7Nodes_AspectRatioPicker",
"Y7Nodes_CLIP_TokenCounter", "Y7Nodes_CLIP_TokenCounter",
"Y7Nodes_CaptionSaver",
"Y7Nodes_CatchEditTextNodeDual", "Y7Nodes_CatchEditTextNodeDual",
"Y7Nodes_ColorMatchMasked", "Y7Nodes_ColorMatchMasked",
"Y7Nodes_CropToNearestMultiple", "Y7Nodes_CropToNearestMultiple",
"Y7Nodes_ImageBatchPath",
"Y7Nodes_ImageRow", "Y7Nodes_ImageRow",
"Y7Nodes_ImageSizePresets", "Y7Nodes_ImageSizePresets",
"Y7Nodes_JoyCaption",
"Y7Nodes_JoyCaption_ExtraOptions",
"Y7Nodes_LMStudioText", "Y7Nodes_LMStudioText",
"Y7Nodes_LMStudioVision", "Y7Nodes_LMStudioVision",
"Y7Nodes_PasteCroppedImageBack", "Y7Nodes_PasteCroppedImageBack",