Compare commits

...

12 Commits

Author SHA1 Message Date
Dr.Lt.Data
611532491f fix(custom-node-list): place ComfyUI-Workflow-Studio entry next to existing ketle-man author block
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
2026-05-11 01:33:43 +09:00
Dr.Lt.Data
ed8baf3e79
Merge pull request #2706 from ketle-man/add-workflow-studio
Add ComfyUI-Workflow-Studio
2026-05-11 01:33:09 +09:00
Dr.Lt.Data
111e4d38f4 fix(custom-node-list): place ComfyUI-PulseOfMotion entry after last git-clone block 2026-05-11 01:32:43 +09:00
Dr.Lt.Data
e6693e0b9f
Merge pull request #2742 from akashzeno/add-pulse-of-motion
Add ComfyUI-PulseOfMotion to custom node list
2026-05-11 01:32:04 +09:00
Dr.Lt.Data
0c8cdf9aa8 update DB 2026-05-11 01:15:02 +09:00
Dr.Lt.Data
8d2d37f1f7 fix(custom-node-list): place Happyhorse-Wrapper + Account-Manager entries next to existing magicwang1111 author block 2026-05-11 01:03:31 +09:00
Dr.Lt.Data
bc334c7aa5
Merge pull request #2835 from magicwang1111/codex/register-magicwang-nodes
add  ComfyUI-Happyhorse-Wrapper and ComfyUI-Account-Manager
2026-05-11 01:01:56 +09:00
Dr.Lt.Data
33d4b29422 update DB 2026-05-11 00:52:13 +09:00
Dr.Lt.Data
20d352c2b5 update DB 2026-05-11 00:16:15 +09:00
magicwang1111
9b8f651061 Register magicwang1111 custom nodes 2026-04-28 18:11:01 +08:00
Akash Chowdhury
7427b1e3d7 Add ComfyUI-PulseOfMotion to custom node list 2026-03-30 00:05:34 +05:30
ketle-man
0e9c0baef9 Add ComfyUI-Workflow-Studio to custom node list
Rebase on latest main to resolve merge conflict.
2026-03-21 12:36:19 +09:00
7 changed files with 6747 additions and 6062 deletions

View File

@ -26380,6 +26380,16 @@
"install_type": "git-clone",
"description": "A ComfyUI custom node pack for 2-D Discrete Cosine Transform (DCT) based frequency-domain filtering with interactive spectrum mask editing."
},
{
"author": "bemoregt",
"title": "ComfyUI_FourierDomainAdaptation",
"reference": "https://github.com/bemoregt/ComfyUI_FourierDomainAdaptation",
"files": [
"https://github.com/bemoregt/ComfyUI_FourierDomainAdaptation"
],
"install_type": "git-clone",
"description": "A custom ComfyUI node that applies Fourier Domain Adaptation (FDA) between a target image and a reference image."
},
{
"author": "pnikolic-amd",
"title": "MIGraphX Node for ComfyUI",
@ -45003,6 +45013,17 @@
"install_type": "git-clone",
"description": "Interactive 3D pose editor inside ComfyUI. Load VRM/GLB/GLTF models, drag bones to pose, control shape keys/expressions, and capture as IMAGE. All Three.js dependencies are bundled locally (no CDN required)."
},
{
"author": "ketle-man",
"title": "ComfyUI-Workflow-Studio",
"id": "comfyui-workflow-studio",
"reference": "https://github.com/ketle-man/ComfyUI-Workflow-Studio",
"files": [
"https://github.com/ketle-man/ComfyUI-Workflow-Studio"
],
"install_type": "git-clone",
"description": "Workflow management and generation UI plugin. Browse, organize, and execute workflows with auto-generated parameter editing, AI prompt assistant (Ollama), JSON syntax highlighting, Eagle integration, and multi-language support (EN/JA/ZH)."
},
{
"author": "senjinthedragon",
"title": "ComfyUI Gender Tag Filter",
@ -45892,6 +45913,26 @@
"install_type": "git-clone",
"description": "Gemini native generateContent custom nodes for ComfyUI with Nano Banana, Nano Banana 2, and Nano Banana Pro, supporting both Google direct access and Gemini-compatible native relay endpoints."
},
{
"author": "magicwang1111",
"title": "ComfyUI-Happyhorse-Wrapper",
"reference": "https://github.com/magicwang1111/ComfyUI-Happyhorse-Wrapper",
"files": [
"https://github.com/magicwang1111/ComfyUI-Happyhorse-Wrapper"
],
"install_type": "git-clone",
"description": "ComfyUI custom nodes for HappyHorse 1.0 video generation, including text-to-video, image-to-video, reference-to-video, video editing, and preview nodes."
},
{
"author": "magicwang1111",
"title": "ComfyUI-Account-Manager",
"reference": "https://github.com/magicwang1111/ComfyUI-Account-Manager",
"files": [
"https://github.com/magicwang1111/ComfyUI-Account-Manager"
],
"install_type": "git-clone",
"description": "Adds login, admin-managed user registration, API token generation, IP filtering, and per-account asset isolation to ComfyUI."
},
{
"author": "artyclaw",
"title": "ArtyClaw Comfy Nodes",
@ -46310,13 +46351,13 @@
},
{
"author": "brosequist",
"title": "comfyui-pipeline-barrier",
"title": "ComfyUI-PipelineBarrier",
"reference": "https://github.com/brosequist/ComfyUI-PipelineBarrier",
"files": [
"https://github.com/brosequist/ComfyUI-PipelineBarrier"
],
"install_type": "git-clone",
"description": "ComfyUI node that force-flushes GPU caches between pipeline stages to prevent OOM kills"
"description": "A single node that flushes PyTorch's GPU memory cache and runs garbage collection between pipeline stages, preventing OOM errors in multi-stage workflows (e.g. two-pass video generation). Accepts a LATENT input and returns it unchanged."
},
{
"author": "amrnidal999-tech",
@ -46388,6 +46429,138 @@
"install_type": "git-clone",
"description": "A CLIP text encoder with 18 cinematic camera movement presets (dolly, pan, tilt, zoom, orbit and more). Subject-aware and free-camera modes, blend slider to mix your prompt with camera movements, and a live text output to preview the final prompt."
},
{
"author": "stevelasmin4real",
"title": "Universal Input Hub by Steve Lasmin",
"reference": "https://github.com/Eklipsis/universal_input_hub_by_steve_lasmin",
"files": [
"https://github.com/Eklipsis/universal_input_hub_by_steve_lasmin"
],
"install_type": "git-clone",
"description": "All-in-one ComfyUI workflow hub: resolution calculator, noise, sigmas, conditioning, and sampler outputs"
},
{
"author": "stevelasmin4real",
"title": "Resolution Calculator by Steve Lasmin",
"reference": "https://github.com/Eklipsis/resolution_calculator_by_steve_lasmin",
"files": [
"https://github.com/Eklipsis/resolution_calculator_by_steve_lasmin"
],
"install_type": "git-clone",
"description": "Calculates width and height from max resolution, aspect ratio, and multiplier for ComfyUI"
},
{
"author": "huagusam",
"title": "comfyui-attention-selector",
"reference": "https://github.com/huagusam/comfyui-attention-selector",
"files": [
"https://github.com/huagusam/comfyui-attention-selector"
],
"install_type": "git-clone",
"description": "Simple attention backend selector for ComfyUI supporting basic, sub_quad, split, pytorch, xformers, sage, and flash attention implementations."
},
{
"author": "hm1579",
"title": "ComfyUI-LoopGif",
"reference": "https://github.com/HM1579/ComfyUI-LoopGif",
"files": [
"https://github.com/HM1579/ComfyUI-LoopGif"
],
"install_type": "git-clone",
"description": "A simple ComfyUI custom node for creating looping GIFs from VIDEO inputs."
},
{
"author": "dokukobura",
"title": "comfyui-usk-utils",
"reference": "https://github.com/dokukobura/comfyui-usk-utils",
"files": [
"https://github.com/dokukobura/comfyui-usk-utils"
],
"install_type": "git-clone",
"description": "Smart offline checkpoint loader that auto-detects model architecture and lineage, dynamically routing optimal Latent, base prompt, and VAE warnings. (Description by CC)"
},
{
"author": "db0",
"title": "comfyui-db0-pack",
"reference": "https://github.com/db0/comfyui-db0-pack",
"files": [
"https://github.com/db0/comfyui-db0-pack"
],
"install_type": "git-clone",
"description": "Custom comfyui nodes for my purposes."
},
{
"author": "CrazyDashTool",
"title": "Combine-video-and-audio-comfyUI",
"reference": "https://github.com/CrazyDashTool/Combine-video-and-audio-comfyUI",
"files": [
"https://github.com/CrazyDashTool/Combine-video-and-audio-comfyUI"
],
"install_type": "git-clone",
"description": "A set of custom nodes for ComfyUI that merge video and audio using ffmpeg."
},
{
"author": "bertoo87",
"title": "ComfyUI_ColorGrading",
"reference": "https://github.com/bertoo87/ComfyUI_ColorGrading",
"files": [
"https://github.com/bertoo87/ComfyUI_ColorGrading"
],
"install_type": "git-clone",
"description": "Custom node featuring three interactive color wheels for shadows, midtones, and highlights with independent threshold sliders and master intensity control."
},
{
"author": "arctan90",
"title": "single_image_deducker",
"reference": "https://github.com/arctan90/single_image_deducker",
"files": [
"https://github.com/arctan90/single_image_deducker"
],
"install_type": "git-clone",
"description": "ComfyUI plugin that decodes a single image from data and outputs it as IMAGE for use in subsequent nodes. (Description by CC)"
},
{
"author": "ankushgawande",
"title": "comfyui-scene-framer",
"reference": "https://github.com/ankushgawande/comfyui-scene-framer",
"files": [
"https://github.com/ankushgawande/comfyui-scene-framer"
],
"install_type": "git-clone",
"description": "Scene Framer is a simple utility node for framing multiple shots from a single image."
},
{
"author": "chkeeho80",
"title": "PromptDeckComposer",
"reference": "https://github.com/chkeeho80/PromptDeckComposer",
"files": [
"https://github.com/chkeeho80/PromptDeckComposer"
],
"install_type": "git-clone",
"description": "Structured + chaos-based prompt generation system for ComfyUI. Generate less. Evolve more."
},
{
"author": "AISeDam",
"title": "ComfyUI_RP_Cast",
"id": "comfyui_rp_cast",
"reference": "https://github.com/AISeDam/ComfyUI_RP_Cast",
"files": [
"https://github.com/AISeDam/ComfyUI_RP_Cast"
],
"install_type": "git-clone",
"description": "Per-region prompt and LoRA control for SD1.5, SDXL, Z-Image, and Qwen — compatible with multiple model architectures."
},
{
"author": "akashzeno",
"title": "ComfyUI-PulseOfMotion",
"id": "comfyui-pulse-of-motion",
"reference": "https://github.com/akashzeno/ComfyUI-PulseOfMotion",
"files": [
"https://github.com/akashzeno/ComfyUI-PulseOfMotion"
],
"install_type": "git-clone",
"description": "Predicts Physical FPS (PhyFPS) from video using the Visual Chronometer model from the Pulse of Motion paper. Includes SDPA-optimized attention, device selection, progress tracking, and auto-downloads the model from HuggingFace."
},

View File

@ -481,12 +481,13 @@
"1hew_ImageAlphaJoin",
"1hew_ImageAlphaSplit",
"1hew_ImageBBoxOverlayByMask",
"1hew_ImageBatchExtract",
"1hew_ImageBatchGroup",
"1hew_ImageBatchIndex",
"1hew_ImageBatchInterleave",
"1hew_ImageBatchRange",
"1hew_ImageBatchSplit",
"1hew_ImageBatchToList",
"1hew_ImageBatchUniform",
"1hew_ImageBlendModeByAlpha",
"1hew_ImageBlendModeByCSS",
"1hew_ImageCropSquare",
@ -528,6 +529,7 @@
"1hew_ListCustomSeed",
"1hew_ListCustomString",
"1hew_LoadImage",
"1hew_LoadPS",
"1hew_LoadTxt",
"1hew_LoadVideo",
"1hew_LoadVideoToImage",
@ -547,6 +549,7 @@
"1hew_MaskToImage",
"1hew_MaskToSam3Box",
"1hew_MatchBrightnessContrast",
"1hew_MemoryCleanup",
"1hew_MultiImageBatch",
"1hew_MultiImageList",
"1hew_MultiImageOverlay",
@ -3093,6 +3096,7 @@
"AGSoft Upscale Image",
"AGSoftFloat",
"AGSoftInt",
"AGSoftLastFrameExtractor",
"AGSoftLoadVideo",
"AGSoftMathExpression",
"AGSoftReferenceToLatent",
@ -3229,7 +3233,8 @@
"ArtemKo7vComplexPrompt",
"ArtemKo7vComplexPromptEmptyString",
"ArtemKo7vComplexPromptParseJSON",
"ArtemKo7vComplexPromptSetVariable"
"ArtemKo7vComplexPromptSetVariable",
"ArtemKo7vComplexPromptSetVariableByChoice"
],
{
"title_aux": "ComfyUI Complex Prompt Nodes"
@ -4315,10 +4320,9 @@
],
"https://github.com/BobJohnson24/ComfyUI-Flux2-INT8": [
[
"INT8DynamicLoraLoader",
"INT8DynamicLoraStack",
"INT8LoraLoader",
"INT8LoraLoaderStack",
"INT8GroupedLora",
"INT8ModelSave",
"INT8PreLoraLoader",
"OTUNetLoaderW8A8"
],
{
@ -5776,6 +5780,17 @@
"title_aux": "Preview Video Monitor Pro"
}
],
"https://github.com/CrazyDashTool/Combine-video-and-audio-comfyUI": [
[
"CombineImageSequenceAudio",
"CombineVideoAudio",
"GetMediaInfo",
"ReplaceAudioInVideo"
],
{
"title_aux": "Combine-video-and-audio-comfyUI"
}
],
"https://github.com/Creditas-labs/ComfyUI_Adforge": [
[
"LoadVideoGCS",
@ -6598,6 +6613,7 @@
"DA_BusInNode",
"DA_BusOutNode",
"DA_Enhanced_KSampler",
"DA_LatentLoader",
"DiffusionModelGeneratorNode",
"DiffusionModelSelectorNode",
"FloatSelectorNode",
@ -7146,6 +7162,7 @@
"BoyoLoopImageSaver",
"BoyoLoopReset",
"BoyoLorainforsender",
"BoyoMaskToImage",
"BoyoMathInt",
"BoyoOverlapSwitch",
"BoyoPainterSVI",
@ -7211,6 +7228,7 @@
"Latch",
"LogicalAnd",
"LogicalOr",
"PythonExec",
"Sleep",
"__CreateClosure__",
"__Deserialize__",
@ -7238,6 +7256,7 @@
"ChannelIncrementalConstrainedCFGGuiderNode",
"CoverWordsWithRectangles",
"CreateArkClient",
"CreateOpenAIClient",
"CreateS3Client",
"DiffusersFluxScheduler",
"DiffusersRandomNoise",
@ -7261,9 +7280,14 @@
"HfTripleClipLoader",
"HfVaeLoader",
"ImageCropFromPadded",
"ImageDiffMetrics",
"ImageDifferenceCmap",
"ImageLinstretch",
"ImageMAE",
"ImageMSE",
"ImagePSNR",
"ImagePadToResolution",
"ImageSSIM",
"InsightFaceSimilarity",
"JsonPathQuery",
"JsonPathQuerySingle",
@ -7277,6 +7301,8 @@
"MaskLinstretch",
"MaskToBBox",
"MergeBBoxes",
"OpenAIImageEdit",
"OpenAIImageGeneration",
"ParseBBoxQwenVL",
"ParseJson5",
"ParseLlmJsonOutput",
@ -7388,6 +7414,22 @@
"title_aux": "ComfyUI-eesahesNodes"
}
],
"https://github.com/Eklipsis/resolution_calculator_by_steve_lasmin": [
[
"Resolution_Calculator_by_Steve_Lasmin"
],
{
"title_aux": "Resolution Calculator by Steve Lasmin"
}
],
"https://github.com/Eklipsis/universal_input_hub_by_steve_lasmin": [
[
"Universal_Input_Hub_by_Steve_Lasmin"
],
{
"title_aux": "Universal Input Hub by Steve Lasmin"
}
],
"https://github.com/Elaine-chennn/comfyui-overlay-media": [
[
"OverlayMediaNode",
@ -10158,6 +10200,14 @@
"title_aux": "ComfyUI_RH_mammothmoda"
}
],
"https://github.com/HM1579/ComfyUI-LoopGif": [
[
"LoopGif"
],
{
"title_aux": "ComfyUI-LoopGif"
}
],
"https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": [
[
"RandomNumberButton"
@ -14495,11 +14545,13 @@
[
"AudioVisualizer",
"ColorfulStartingImage",
"ImageSaveWithMetadata",
"LiteralBool",
"LiteralFloat",
"LiteralInt",
"LiteralString",
"LoadImageAdvanced",
"LoadImageTemporarily",
"LoadImagesFromPath",
"LoadRandomCheckpoint",
"LoraTagLoader",
@ -14538,16 +14590,19 @@
"\ud83c\udfb2 Random String",
"\ud83c\udfb5\ud83d\udcca Audio Visualizer",
"\ud83c\udff7\ufe0f LoRA Loader Prompt Tags",
"\ud83d\udcbe Save Image With Metadata",
"\ud83d\udcbe Save Text File With Path",
"\ud83d\udcc1 Get File Path",
"\ud83d\udcc2 Load Images From Path",
"\ud83d\udcc5 Format Date Time",
"\ud83d\udcd0 Resolution Image Size Selector",
"\ud83d\udcdd Wildcard Processor",
"\ud83d\udcdd Wildcard Processor Advanced",
"\ud83d\udd17 String Concat / Append",
"\ud83d\udd20 Tiktoken Tokenizer Info",
"\ud83d\uddbc\ufe0f Download Image from URL",
"\ud83d\uddbc\ufe0f Load Image Advanced",
"\ud83d\uddbc\ufe0f Load Image Temporarily",
"\ud83d\uddbc\ufe0f+\ud83d\udcdd Load Text-Image Pair (Single)",
"\ud83d\uddbc\ufe0f+\ud83d\udcdd Load Text-Image Pairs (List)",
"\ud83d\uddbc\ufe0f\ud83d\udcca Metadata Extractor (List)",
@ -18608,9 +18663,14 @@
"Runware Sync Provider Settings",
"Runware Sync Segment",
"Runware Text Inference",
"Runware Text Inference Inputs",
"Runware Text Inference Inputs Images",
"Runware Text Inference Inputs Videos",
"Runware Text Inference Message",
"Runware Text Inference Messages",
"Runware Text Inference Settings",
"Runware Text Inference Settings Cache",
"Runware Text Inference Tool Choice",
"Runware Text Model Search",
"Runware VAE Search",
"Runware Vectorize",
@ -18687,6 +18747,8 @@
"RunwareSpeechInputCombine",
"RunwareSyncProviderSettings",
"RunwareSyncSegment",
"RunwareTextInferenceSettingsCache",
"RunwareTextInferenceToolChoice",
"RunwareUltralyticsInputs",
"RunwareUltralyticsProviderSettings",
"RunwareVectorize",
@ -19338,19 +19400,12 @@
],
"https://github.com/SatadalAI/SATA_UtilityNode": [
[
"Latent Machine",
"Latent_Machine",
"Preview Machine",
"Preview_Machine",
"Prompt Autocomplete",
"Prompt Machine",
"PromptAutocomplete",
"Prompt_Machine",
"Resolution Machine",
"Resolution_Machine",
"Save Machine",
"Save_Machine",
"Upscale Machine",
"Upscale_Machine"
],
{
@ -22631,12 +22686,12 @@
],
"https://github.com/Terpentinas/EasyLoRAMerger": [
[
"EasyLoRABaseMerger",
"EasyCheckpointMerger",
"EasyLoRAExtractor",
"EasyLoRATripleMerger",
"EasyLoRAmerger",
"EasyLoRAonlyMerger",
"MusubiCheckpointStudio",
"MusubiLoraConverter",
"ZImageNormalizer"
"SmartModelBaker"
],
{
"title_aux": "EasyLoRAMerger"
@ -27713,6 +27768,14 @@
"title_aux": "Placeholder-Replacer-By-ID"
}
],
"https://github.com/ankushgawande/comfyui-scene-framer": [
[
"SceneFramer"
],
{
"title_aux": "comfyui-scene-framer"
}
],
"https://github.com/annewj023/Comfyui_google_nano": [
[
"GoogleNanoNode"
@ -27763,6 +27826,14 @@
"title_aux": "ComfyUI-WanKeyframing"
}
],
"https://github.com/arctan90/single_image_deducker": [
[
"DuckDecodeToFileNode"
],
{
"title_aux": "single_image_deducker"
}
],
"https://github.com/arcum42/ComfyUI_SageUtils": [
[
"SageSetWildcardText",
@ -27834,6 +27905,7 @@
"Sage_OllamaLLMPromptText",
"Sage_OllamaLLMPromptVision",
"Sage_OllamaLLMPromptVisionRefine",
"Sage_ParseMetadataFlexible",
"Sage_PercentageToFloat",
"Sage_PonyPrefix",
"Sage_PonyRatingv6",
@ -28805,6 +28877,14 @@
"title_aux": "ComfyUI_DCT"
}
],
"https://github.com/bemoregt/ComfyUI_FourierDomainAdaptation": [
[
"FourierDomainAdaptation"
],
{
"title_aux": "ComfyUI_FourierDomainAdaptation"
}
],
"https://github.com/bemoregt/ComfyUI_PhaseFrameInterpolation": [
[
"PhaseBasedFrameInterpolation"
@ -28944,6 +29024,14 @@
"title_aux": "Comfy-Pack"
}
],
"https://github.com/bertoo87/ComfyUI_ColorGrading": [
[
"ColorGradingWheels"
],
{
"title_aux": "ComfyUI_ColorGrading"
}
],
"https://github.com/beyondprompting/ComfyUI-Beyond_nodes": [
[
"Beyond_Public_LoRA_URL",
@ -33294,6 +33382,7 @@
"LazyCache",
"Load3D",
"LoadAudio",
"LoadBackgroundRemovalModel",
"LoadImage",
"LoadImageDataSetFromFolder",
"LoadImageMask",
@ -33436,6 +33525,7 @@
"RegexExtract",
"RegexMatch",
"RegexReplace",
"RemoveBackground",
"RenormCFG",
"RepeatImageBatch",
"RepeatLatentBatch",
@ -33683,6 +33773,10 @@
"WanAnimateToVideo",
"WanCameraEmbedding",
"WanCameraImageToVideo",
"WanDancerEncodeAudio",
"WanDancerPadKeyframes",
"WanDancerPadKeyframesList",
"WanDancerVideo",
"WanFirstLastFrameToVideo",
"WanFunControlToVideo",
"WanFunInpaintToVideo",
@ -35028,6 +35122,15 @@
"title_aux": "ComfyUI-YouTubeVideoPlayer"
}
],
"https://github.com/db0/comfyui-db0-pack": [
[
"RegexMatchToFloat",
"RegexMatchToString"
],
{
"title_aux": "comfyui-db0-pack"
}
],
"https://github.com/dchatel/comfyui_davcha": [
[
"ApplyMask",
@ -35601,6 +35704,14 @@
"title_aux": "ComfyUI-Keyframed"
}
],
"https://github.com/dokukobura/comfyui-usk-utils": [
[
"USK_SmartCheckpointLoader"
],
{
"title_aux": "comfyui-usk-utils"
}
],
"https://github.com/domprosys/ComfyUI-LTXVideo-Extra": [
[
"LTXVImgToVideoInplaceAtIndex"
@ -37545,6 +37656,7 @@
"FL_RIFE",
"FL_RandomNumber",
"FL_RandomShapeGenerator",
"FL_RegionPNGOverlay",
"FL_ReplaceColor",
"FL_RetroEffect",
"FL_Ripple",
@ -39939,9 +40051,8 @@
[
"Double_Prompt_Encode",
"FiveRandomLines",
"Multi_Wildcard_Loader",
"Prompt_Extender",
"Prompt_Library",
"RandomLine",
"Simple_Prompt_Library"
],
{
@ -40203,6 +40314,14 @@
"title_aux": "Light Gradient for ComfyUI"
}
],
"https://github.com/huagusam/comfyui-attention-selector": [
[
"AttentionSelector"
],
{
"title_aux": "comfyui-attention-selector"
}
],
"https://github.com/huanngzh/ComfyUI-MVAdapter": [
[
"BiRefNet",
@ -40624,6 +40743,8 @@
"HYBS_GroupBypasser_Child",
"HYBS_GroupBypasser_Panel",
"HYBS_GroupBypasser_Parent",
"HYBS_LoadImagePromptMetadata",
"HYBS_LoadImagePromptMetadataAdvance",
"HYBS_RandomResolutionSelector",
"HYBS_ResolutionSelector",
"HYBS_SeedListGenerator"
@ -44893,10 +45014,11 @@
"IPT-LoraStackLorader",
"IPT-MaskOverlayComparer",
"IPT-MergeCaptionTokens",
"IPT-ModelMerge",
"IPT-ModelSamplingAuraFlow",
"IPT-NormalizePromptTokens",
"IPT-OppaiOracleTagger",
"IPT-PixAITagger",
"IPT-PixAITagger2",
"IPT-PromptTemplate",
"IPT-PromptToLoraStack",
"IPT-QuadrupleClipSelector",
@ -47180,6 +47302,7 @@
"AUNRandomAnySwitch",
"AUNRandomIndexSwitch",
"AUNRandomLoraModelOnly",
"AUNRandomLoraModelOnlyMulti",
"AUNRandomModelBundleSwitch",
"AUNRandomNumber",
"AUNRandomTextIndexSwitch",
@ -50001,13 +50124,19 @@
],
"https://github.com/moonwhaler/comfyui-moonpack": [
[
"DynamicLoraStack",
"DynamicStringConcat",
"FastNodeBypasser",
"ProportionalDimension",
"RegexStringReplace",
"SimpleStringReplace",
"VACELooperFrameMaskCreator"
"MoonPack_ConditionalBypasser",
"MoonPack_DimensionFromImage",
"MoonPack_DynamicLoraStack",
"MoonPack_DynamicStringConcat",
"MoonPack_FastNodeBypasser",
"MoonPack_FrameMaskGenerator",
"MoonPack_ProportionalDimension",
"MoonPack_RegexExtract",
"MoonPack_RegexStringReplace",
"MoonPack_SimpleStringReplace",
"MoonPack_SmartResolution",
"MoonPack_StringSwitch",
"MoonPack_VACELooperFrameMaskCreator"
],
{
"title_aux": "comfyui-moonpack"
@ -50385,13 +50514,16 @@
],
"https://github.com/mvnt-app/ComfyUI-MVNT": [
[
"MVNT Audio Segment",
"MVNT Estimate Cost",
"MVNT Export Video",
"MVNT Generate Character",
"MVNT Generate Dance",
"MVNT Image to T-Pose",
"MVNT List Styles",
"MVNT Load Motion",
"MVNT Preview BVH"
"MVNT Preview BVH",
"MVNTPreviewDance3D"
],
{
"title_aux": "ComfyUI-MVNT"
@ -51827,6 +51959,7 @@
"FunPackLorebookEnhancer",
"FunPackPromptCombiner",
"FunPackPromptEnhancer",
"FunPackRefinementKeyLoader",
"FunPackStoryMemKeyframeExtractor",
"FunPackStoryMemLastFrameExtractor",
"FunPackStoryWriter",
@ -56635,6 +56768,7 @@
"LoRAMetaKeys",
"LoRAMultiMerge",
"LoRAMultiMergeDARE",
"LoRAMultiMergeDAREEnhanced",
"LoRAPruneKeys",
"LoRARenameKeys",
"LoRAResizeCumulative",
@ -60449,7 +60583,11 @@
"https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker": [
[
"ColorFilter",
"DownloadAndLoadFlorence2Lora",
"DownloadAndLoadFlorence2Model",
"FastGroupsBypasserV2",
"Florence2ModelLoader",
"Florence2Run",
"FluxLoraMultiLoader",
"LoadImageUssoewwin",
"ModelPatchLoaderCustom",
@ -61000,6 +61138,7 @@
"VRGDG_CyclingTextPicker",
"VRGDG_DisplayIndex",
"VRGDG_DurationIndexFloat",
"VRGDG_EasyMultiCyclingTextPicker",
"VRGDG_Extract_Frame_Number",
"VRGDG_GeneralGGUF",
"VRGDG_GeneralPromptBatcher",
@ -61140,6 +61279,7 @@
"LazySubjectSceneAutomation",
"OptionalSwitchLoRA",
"Vsaan_OptionalSwitchLoRA",
"Vsaan_PromptGarnish",
"Vsaan_ScenarioSelector",
"Vsaan_SubjectSelector",
"Vsaan_TextSplit"
@ -61279,6 +61419,8 @@
"https://github.com/wakaura-asaho/comfyui-dynamic-selector": [
[
"DynamicCombo",
"DynamicGroup",
"DynamicGroupSelector",
"DynamicTypeSelector"
],
{
@ -61894,6 +62036,10 @@
],
"https://github.com/wirytiox/ComfyUI-SelectStringFromListWithIndex": [
[
"Constant Number",
"LoadTextFile",
"Logic Boolean",
"Number Counter",
"StringFromList"
],
{

File diff suppressed because it is too large Load Diff

View File

@ -1321,6 +1321,8 @@
"VTS Images Crop From Masks",
"VTS Images Scale",
"VTS Images Scale To Min",
"VTS Latent Batch To List",
"VTS Latent List To Batch",
"VTS Looping K Sampler",
"VTS Math",
"VTS Merge Delimited Text",
@ -1340,6 +1342,9 @@
"VTS To Text",
"VTS To Text List",
"VTS VAE Decode Tiled",
"VTS VAE Encode",
"VTS VAE Encode Tiled",
"VTSGenericImageWrapper",
"VTSLTXAddVideoICLoRAGuide",
"VTS_Load_Pose_Keypoints",
"Vts Text To Batch Prompt"
@ -3333,7 +3338,11 @@
"SplitData",
"StableRandomChoiceNode",
"TagStacker",
"TagTweaker"
"TagTweaker",
"Wan22DualLoRA",
"Wan22DualModel",
"Wan22LoRAStacker",
"Wan22Render"
],
{
"title_aux": "Mets-Nodes"
@ -4701,8 +4710,6 @@
],
"https://github.com/SlackinJack/multigpu_diffusion_comfyui": [
[
"AdvancedFlowMatchScheduler",
"AdvancedSchedulerSelector",
"ApplyPipeline",
"AsyncDiffConfig",
"AttentionBackendConfig",
@ -4714,6 +4721,7 @@
"CreateHost",
"EncodePromptWithCompel",
"FlowMatchScheduler",
"FlowMatchSchedulerConfig",
"FluxSampler",
"GroupOffloadConfig",
"LoraSelector",
@ -4728,6 +4736,7 @@
"SDSamplerPrompt",
"SDUpscaleSampler",
"SVDSampler",
"SchedulerConfig",
"SchedulerSelector",
"SingleConfig",
"SleepHost",
@ -7707,6 +7716,10 @@
"WanAnimateToVideo",
"WanCameraEmbedding",
"WanCameraImageToVideo",
"WanDancerEncodeAudio",
"WanDancerPadKeyframes",
"WanDancerPadKeyframesList",
"WanDancerVideo",
"WanFirstLastFrameToVideo",
"WanFunControlToVideo",
"WanFunInpaintToVideo",
@ -12399,6 +12412,7 @@
"Float [Eclipse]",
"Generation Data (Gated) [Eclipse]",
"Generation Data [Eclipse]",
"Get Last Image [Eclipse]",
"IF A Else B Fallback [Eclipse]",
"IF A Else B [Eclipse]",
"IO Checkpoint Loader [Eclipse]",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,136 @@
{
"custom_nodes": [
{
"author": "chkeeho80",
"title": "PromptDeckComposer",
"reference": "https://github.com/chkeeho80/PromptDeckComposer",
"files": [
"https://github.com/chkeeho80/PromptDeckComposer"
],
"install_type": "git-clone",
"description": "Structured + chaos-based prompt generation system for ComfyUI. Generate less. Evolve more."
},
{
"author": "AISeDam",
"title": "ComfyUI_RP_Cast",
"id": "comfyui_rp_cast",
"reference": "https://github.com/AISeDam/ComfyUI_RP_Cast",
"files": [
"https://github.com/AISeDam/ComfyUI_RP_Cast"
],
"install_type": "git-clone",
"description": "Per-region prompt and LoRA control for SD1.5, SDXL, Z-Image, and Qwen — compatible with multiple model architectures."
},
{
"author": "stevelasmin4real",
"title": "Resolution Calculator by Steve Lasmin",
"reference": "https://github.com/Eklipsis/resolution_calculator_by_steve_lasmin",
"files": [
"https://github.com/Eklipsis/resolution_calculator_by_steve_lasmin"
],
"install_type": "git-clone",
"description": "Calculates width and height from max resolution, aspect ratio, and multiplier for ComfyUI"
},
{
"author": "hm1579",
"title": "ComfyUI-LoopGif",
"reference": "https://github.com/HM1579/ComfyUI-LoopGif",
"files": [
"https://github.com/HM1579/ComfyUI-LoopGif"
],
"install_type": "git-clone",
"description": "A simple ComfyUI custom node for creating looping GIFs from VIDEO inputs."
},
{
"author": "stevelasmin4real",
"title": "Universal Input Hub by Steve Lasmin",
"reference": "https://github.com/Eklipsis/universal_input_hub_by_steve_lasmin",
"files": [
"https://github.com/Eklipsis/universal_input_hub_by_steve_lasmin"
],
"install_type": "git-clone",
"description": "All-in-one ComfyUI workflow hub: resolution calculator, noise, sigmas, conditioning, and sampler outputs"
},
{
"author": "bemoregt",
"title": "ComfyUI_FourierDomainAdaptation",
"reference": "https://github.com/bemoregt/ComfyUI_FourierDomainAdaptation",
"files": [
"https://github.com/bemoregt/ComfyUI_FourierDomainAdaptation"
],
"install_type": "git-clone",
"description": "A custom ComfyUI node that applies Fourier Domain Adaptation (FDA) between a target image and a reference image."
},
{
"author": "CrazyDashTool",
"title": "Combine-video-and-audio-comfyUI",
"reference": "https://github.com/CrazyDashTool/Combine-video-and-audio-comfyUI",
"files": [
"https://github.com/CrazyDashTool/Combine-video-and-audio-comfyUI"
],
"install_type": "git-clone",
"description": "A set of custom nodes for ComfyUI that merge video and audio using ffmpeg."
},
{
"author": "dokukobura",
"title": "comfyui-usk-utils",
"reference": "https://github.com/dokukobura/comfyui-usk-utils",
"files": [
"https://github.com/dokukobura/comfyui-usk-utils"
],
"install_type": "git-clone",
"description": "Smart offline checkpoint loader that auto-detects model architecture and lineage, dynamically routing optimal Latent, base prompt, and VAE warnings. (Description by CC)"
},
{
"author": "huagusam",
"title": "comfyui-attention-selector",
"reference": "https://github.com/huagusam/comfyui-attention-selector",
"files": [
"https://github.com/huagusam/comfyui-attention-selector"
],
"install_type": "git-clone",
"description": "Simple attention backend selector for ComfyUI supporting basic, sub_quad, split, pytorch, xformers, sage, and flash attention implementations."
},
{
"author": "db0",
"title": "comfyui-db0-pack",
"reference": "https://github.com/db0/comfyui-db0-pack",
"files": [
"https://github.com/db0/comfyui-db0-pack"
],
"install_type": "git-clone",
"description": "Custom comfyui nodes for my purposes."
},
{
"author": "arctan90",
"title": "single_image_deducker",
"reference": "https://github.com/arctan90/single_image_deducker",
"files": [
"https://github.com/arctan90/single_image_deducker"
],
"install_type": "git-clone",
"description": "ComfyUI plugin that decodes a single image from data and outputs it as IMAGE for use in subsequent nodes. (Description by CC)"
},
{
"author": "bertoo87",
"title": "ComfyUI_ColorGrading",
"reference": "https://github.com/bertoo87/ComfyUI_ColorGrading",
"files": [
"https://github.com/bertoo87/ComfyUI_ColorGrading"
],
"install_type": "git-clone",
"description": "Custom node featuring three interactive color wheels for shadows, midtones, and highlights with independent threshold sliders and master intensity control."
},
{
"author": "ankushgawande",
"title": "comfyui-scene-framer",
"reference": "https://github.com/ankushgawande/comfyui-scene-framer",
"files": [
"https://github.com/ankushgawande/comfyui-scene-framer"
],
"install_type": "git-clone",
"description": "Scene Framer is a simple utility node for framing multiple shots from a single image."
},
{
"author": "artemko7v",
"title": "ComfyUI Complex Prompt Nodes",
@ -142,13 +273,13 @@
},
{
"author": "brosequist",
"title": "comfyui-pipeline-barrier",
"title": "ComfyUI-PipelineBarrier",
"reference": "https://github.com/brosequist/ComfyUI-PipelineBarrier",
"files": [
"https://github.com/brosequist/ComfyUI-PipelineBarrier"
],
"install_type": "git-clone",
"description": "ComfyUI node that force-flushes GPU caches between pipeline stages to prevent OOM kills"
"description": "A single node that flushes PyTorch's GPU memory cache and runs garbage collection between pipeline stages, preventing OOM errors in multi-stage workflows (e.g. two-pass video generation). Accepts a LATENT input and returns it unchanged."
},
{
"author": "artemko7v",
@ -692,6 +823,26 @@
"install_type": "git-clone",
"description": "Gemini native generateContent custom nodes for ComfyUI with Nano Banana, Nano Banana 2, and Nano Banana Pro, supporting both Google direct access and Gemini-compatible native relay endpoints."
},
{
"author": "magicwang1111",
"title": "ComfyUI-Happyhorse-Wrapper",
"reference": "https://github.com/magicwang1111/ComfyUI-Happyhorse-Wrapper",
"files": [
"https://github.com/magicwang1111/ComfyUI-Happyhorse-Wrapper"
],
"install_type": "git-clone",
"description": "ComfyUI custom nodes for HappyHorse 1.0 video generation, including text-to-video, image-to-video, reference-to-video, video editing, and preview nodes."
},
{
"author": "magicwang1111",
"title": "ComfyUI-Account-Manager",
"reference": "https://github.com/magicwang1111/ComfyUI-Account-Manager",
"files": [
"https://github.com/magicwang1111/ComfyUI-Account-Manager"
],
"install_type": "git-clone",
"description": "Adds login, admin-managed user registration, API token generation, IP filtering, and per-account asset isolation to ComfyUI."
},
{
"author": "artyclaw",
"title": "ArtyClaw Comfy Nodes",

View File

@ -481,12 +481,13 @@
"1hew_ImageAlphaJoin",
"1hew_ImageAlphaSplit",
"1hew_ImageBBoxOverlayByMask",
"1hew_ImageBatchExtract",
"1hew_ImageBatchGroup",
"1hew_ImageBatchIndex",
"1hew_ImageBatchInterleave",
"1hew_ImageBatchRange",
"1hew_ImageBatchSplit",
"1hew_ImageBatchToList",
"1hew_ImageBatchUniform",
"1hew_ImageBlendModeByAlpha",
"1hew_ImageBlendModeByCSS",
"1hew_ImageCropSquare",
@ -528,6 +529,7 @@
"1hew_ListCustomSeed",
"1hew_ListCustomString",
"1hew_LoadImage",
"1hew_LoadPS",
"1hew_LoadTxt",
"1hew_LoadVideo",
"1hew_LoadVideoToImage",
@ -547,6 +549,7 @@
"1hew_MaskToImage",
"1hew_MaskToSam3Box",
"1hew_MatchBrightnessContrast",
"1hew_MemoryCleanup",
"1hew_MultiImageBatch",
"1hew_MultiImageList",
"1hew_MultiImageOverlay",
@ -3093,6 +3096,7 @@
"AGSoft Upscale Image",
"AGSoftFloat",
"AGSoftInt",
"AGSoftLastFrameExtractor",
"AGSoftLoadVideo",
"AGSoftMathExpression",
"AGSoftReferenceToLatent",
@ -3229,7 +3233,8 @@
"ArtemKo7vComplexPrompt",
"ArtemKo7vComplexPromptEmptyString",
"ArtemKo7vComplexPromptParseJSON",
"ArtemKo7vComplexPromptSetVariable"
"ArtemKo7vComplexPromptSetVariable",
"ArtemKo7vComplexPromptSetVariableByChoice"
],
{
"title_aux": "ComfyUI Complex Prompt Nodes"
@ -4315,10 +4320,9 @@
],
"https://github.com/BobJohnson24/ComfyUI-Flux2-INT8": [
[
"INT8DynamicLoraLoader",
"INT8DynamicLoraStack",
"INT8LoraLoader",
"INT8LoraLoaderStack",
"INT8GroupedLora",
"INT8ModelSave",
"INT8PreLoraLoader",
"OTUNetLoaderW8A8"
],
{
@ -5776,6 +5780,17 @@
"title_aux": "Preview Video Monitor Pro"
}
],
"https://github.com/CrazyDashTool/Combine-video-and-audio-comfyUI": [
[
"CombineImageSequenceAudio",
"CombineVideoAudio",
"GetMediaInfo",
"ReplaceAudioInVideo"
],
{
"title_aux": "Combine-video-and-audio-comfyUI"
}
],
"https://github.com/Creditas-labs/ComfyUI_Adforge": [
[
"LoadVideoGCS",
@ -6598,6 +6613,7 @@
"DA_BusInNode",
"DA_BusOutNode",
"DA_Enhanced_KSampler",
"DA_LatentLoader",
"DiffusionModelGeneratorNode",
"DiffusionModelSelectorNode",
"FloatSelectorNode",
@ -7146,6 +7162,7 @@
"BoyoLoopImageSaver",
"BoyoLoopReset",
"BoyoLorainforsender",
"BoyoMaskToImage",
"BoyoMathInt",
"BoyoOverlapSwitch",
"BoyoPainterSVI",
@ -7211,6 +7228,7 @@
"Latch",
"LogicalAnd",
"LogicalOr",
"PythonExec",
"Sleep",
"__CreateClosure__",
"__Deserialize__",
@ -7238,6 +7256,7 @@
"ChannelIncrementalConstrainedCFGGuiderNode",
"CoverWordsWithRectangles",
"CreateArkClient",
"CreateOpenAIClient",
"CreateS3Client",
"DiffusersFluxScheduler",
"DiffusersRandomNoise",
@ -7261,9 +7280,14 @@
"HfTripleClipLoader",
"HfVaeLoader",
"ImageCropFromPadded",
"ImageDiffMetrics",
"ImageDifferenceCmap",
"ImageLinstretch",
"ImageMAE",
"ImageMSE",
"ImagePSNR",
"ImagePadToResolution",
"ImageSSIM",
"InsightFaceSimilarity",
"JsonPathQuery",
"JsonPathQuerySingle",
@ -7277,6 +7301,8 @@
"MaskLinstretch",
"MaskToBBox",
"MergeBBoxes",
"OpenAIImageEdit",
"OpenAIImageGeneration",
"ParseBBoxQwenVL",
"ParseJson5",
"ParseLlmJsonOutput",
@ -7388,6 +7414,22 @@
"title_aux": "ComfyUI-eesahesNodes"
}
],
"https://github.com/Eklipsis/resolution_calculator_by_steve_lasmin": [
[
"Resolution_Calculator_by_Steve_Lasmin"
],
{
"title_aux": "Resolution Calculator by Steve Lasmin"
}
],
"https://github.com/Eklipsis/universal_input_hub_by_steve_lasmin": [
[
"Universal_Input_Hub_by_Steve_Lasmin"
],
{
"title_aux": "Universal Input Hub by Steve Lasmin"
}
],
"https://github.com/Elaine-chennn/comfyui-overlay-media": [
[
"OverlayMediaNode",
@ -10158,6 +10200,14 @@
"title_aux": "ComfyUI_RH_mammothmoda"
}
],
"https://github.com/HM1579/ComfyUI-LoopGif": [
[
"LoopGif"
],
{
"title_aux": "ComfyUI-LoopGif"
}
],
"https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": [
[
"RandomNumberButton"
@ -14495,11 +14545,13 @@
[
"AudioVisualizer",
"ColorfulStartingImage",
"ImageSaveWithMetadata",
"LiteralBool",
"LiteralFloat",
"LiteralInt",
"LiteralString",
"LoadImageAdvanced",
"LoadImageTemporarily",
"LoadImagesFromPath",
"LoadRandomCheckpoint",
"LoraTagLoader",
@ -14538,16 +14590,19 @@
"\ud83c\udfb2 Random String",
"\ud83c\udfb5\ud83d\udcca Audio Visualizer",
"\ud83c\udff7\ufe0f LoRA Loader Prompt Tags",
"\ud83d\udcbe Save Image With Metadata",
"\ud83d\udcbe Save Text File With Path",
"\ud83d\udcc1 Get File Path",
"\ud83d\udcc2 Load Images From Path",
"\ud83d\udcc5 Format Date Time",
"\ud83d\udcd0 Resolution Image Size Selector",
"\ud83d\udcdd Wildcard Processor",
"\ud83d\udcdd Wildcard Processor Advanced",
"\ud83d\udd17 String Concat / Append",
"\ud83d\udd20 Tiktoken Tokenizer Info",
"\ud83d\uddbc\ufe0f Download Image from URL",
"\ud83d\uddbc\ufe0f Load Image Advanced",
"\ud83d\uddbc\ufe0f Load Image Temporarily",
"\ud83d\uddbc\ufe0f+\ud83d\udcdd Load Text-Image Pair (Single)",
"\ud83d\uddbc\ufe0f+\ud83d\udcdd Load Text-Image Pairs (List)",
"\ud83d\uddbc\ufe0f\ud83d\udcca Metadata Extractor (List)",
@ -18608,9 +18663,14 @@
"Runware Sync Provider Settings",
"Runware Sync Segment",
"Runware Text Inference",
"Runware Text Inference Inputs",
"Runware Text Inference Inputs Images",
"Runware Text Inference Inputs Videos",
"Runware Text Inference Message",
"Runware Text Inference Messages",
"Runware Text Inference Settings",
"Runware Text Inference Settings Cache",
"Runware Text Inference Tool Choice",
"Runware Text Model Search",
"Runware VAE Search",
"Runware Vectorize",
@ -18687,6 +18747,8 @@
"RunwareSpeechInputCombine",
"RunwareSyncProviderSettings",
"RunwareSyncSegment",
"RunwareTextInferenceSettingsCache",
"RunwareTextInferenceToolChoice",
"RunwareUltralyticsInputs",
"RunwareUltralyticsProviderSettings",
"RunwareVectorize",
@ -19338,19 +19400,12 @@
],
"https://github.com/SatadalAI/SATA_UtilityNode": [
[
"Latent Machine",
"Latent_Machine",
"Preview Machine",
"Preview_Machine",
"Prompt Autocomplete",
"Prompt Machine",
"PromptAutocomplete",
"Prompt_Machine",
"Resolution Machine",
"Resolution_Machine",
"Save Machine",
"Save_Machine",
"Upscale Machine",
"Upscale_Machine"
],
{
@ -22631,12 +22686,12 @@
],
"https://github.com/Terpentinas/EasyLoRAMerger": [
[
"EasyLoRABaseMerger",
"EasyCheckpointMerger",
"EasyLoRAExtractor",
"EasyLoRATripleMerger",
"EasyLoRAmerger",
"EasyLoRAonlyMerger",
"MusubiCheckpointStudio",
"MusubiLoraConverter",
"ZImageNormalizer"
"SmartModelBaker"
],
{
"title_aux": "EasyLoRAMerger"
@ -27713,6 +27768,14 @@
"title_aux": "Placeholder-Replacer-By-ID"
}
],
"https://github.com/ankushgawande/comfyui-scene-framer": [
[
"SceneFramer"
],
{
"title_aux": "comfyui-scene-framer"
}
],
"https://github.com/annewj023/Comfyui_google_nano": [
[
"GoogleNanoNode"
@ -27763,6 +27826,14 @@
"title_aux": "ComfyUI-WanKeyframing"
}
],
"https://github.com/arctan90/single_image_deducker": [
[
"DuckDecodeToFileNode"
],
{
"title_aux": "single_image_deducker"
}
],
"https://github.com/arcum42/ComfyUI_SageUtils": [
[
"SageSetWildcardText",
@ -27834,6 +27905,7 @@
"Sage_OllamaLLMPromptText",
"Sage_OllamaLLMPromptVision",
"Sage_OllamaLLMPromptVisionRefine",
"Sage_ParseMetadataFlexible",
"Sage_PercentageToFloat",
"Sage_PonyPrefix",
"Sage_PonyRatingv6",
@ -28805,6 +28877,14 @@
"title_aux": "ComfyUI_DCT"
}
],
"https://github.com/bemoregt/ComfyUI_FourierDomainAdaptation": [
[
"FourierDomainAdaptation"
],
{
"title_aux": "ComfyUI_FourierDomainAdaptation"
}
],
"https://github.com/bemoregt/ComfyUI_PhaseFrameInterpolation": [
[
"PhaseBasedFrameInterpolation"
@ -28944,6 +29024,14 @@
"title_aux": "Comfy-Pack"
}
],
"https://github.com/bertoo87/ComfyUI_ColorGrading": [
[
"ColorGradingWheels"
],
{
"title_aux": "ComfyUI_ColorGrading"
}
],
"https://github.com/beyondprompting/ComfyUI-Beyond_nodes": [
[
"Beyond_Public_LoRA_URL",
@ -33294,6 +33382,7 @@
"LazyCache",
"Load3D",
"LoadAudio",
"LoadBackgroundRemovalModel",
"LoadImage",
"LoadImageDataSetFromFolder",
"LoadImageMask",
@ -33436,6 +33525,7 @@
"RegexExtract",
"RegexMatch",
"RegexReplace",
"RemoveBackground",
"RenormCFG",
"RepeatImageBatch",
"RepeatLatentBatch",
@ -33683,6 +33773,10 @@
"WanAnimateToVideo",
"WanCameraEmbedding",
"WanCameraImageToVideo",
"WanDancerEncodeAudio",
"WanDancerPadKeyframes",
"WanDancerPadKeyframesList",
"WanDancerVideo",
"WanFirstLastFrameToVideo",
"WanFunControlToVideo",
"WanFunInpaintToVideo",
@ -35028,6 +35122,15 @@
"title_aux": "ComfyUI-YouTubeVideoPlayer"
}
],
"https://github.com/db0/comfyui-db0-pack": [
[
"RegexMatchToFloat",
"RegexMatchToString"
],
{
"title_aux": "comfyui-db0-pack"
}
],
"https://github.com/dchatel/comfyui_davcha": [
[
"ApplyMask",
@ -35601,6 +35704,14 @@
"title_aux": "ComfyUI-Keyframed"
}
],
"https://github.com/dokukobura/comfyui-usk-utils": [
[
"USK_SmartCheckpointLoader"
],
{
"title_aux": "comfyui-usk-utils"
}
],
"https://github.com/domprosys/ComfyUI-LTXVideo-Extra": [
[
"LTXVImgToVideoInplaceAtIndex"
@ -37545,6 +37656,7 @@
"FL_RIFE",
"FL_RandomNumber",
"FL_RandomShapeGenerator",
"FL_RegionPNGOverlay",
"FL_ReplaceColor",
"FL_RetroEffect",
"FL_Ripple",
@ -39939,9 +40051,8 @@
[
"Double_Prompt_Encode",
"FiveRandomLines",
"Multi_Wildcard_Loader",
"Prompt_Extender",
"Prompt_Library",
"RandomLine",
"Simple_Prompt_Library"
],
{
@ -40203,6 +40314,14 @@
"title_aux": "Light Gradient for ComfyUI"
}
],
"https://github.com/huagusam/comfyui-attention-selector": [
[
"AttentionSelector"
],
{
"title_aux": "comfyui-attention-selector"
}
],
"https://github.com/huanngzh/ComfyUI-MVAdapter": [
[
"BiRefNet",
@ -40624,6 +40743,8 @@
"HYBS_GroupBypasser_Child",
"HYBS_GroupBypasser_Panel",
"HYBS_GroupBypasser_Parent",
"HYBS_LoadImagePromptMetadata",
"HYBS_LoadImagePromptMetadataAdvance",
"HYBS_RandomResolutionSelector",
"HYBS_ResolutionSelector",
"HYBS_SeedListGenerator"
@ -44893,10 +45014,11 @@
"IPT-LoraStackLorader",
"IPT-MaskOverlayComparer",
"IPT-MergeCaptionTokens",
"IPT-ModelMerge",
"IPT-ModelSamplingAuraFlow",
"IPT-NormalizePromptTokens",
"IPT-OppaiOracleTagger",
"IPT-PixAITagger",
"IPT-PixAITagger2",
"IPT-PromptTemplate",
"IPT-PromptToLoraStack",
"IPT-QuadrupleClipSelector",
@ -47180,6 +47302,7 @@
"AUNRandomAnySwitch",
"AUNRandomIndexSwitch",
"AUNRandomLoraModelOnly",
"AUNRandomLoraModelOnlyMulti",
"AUNRandomModelBundleSwitch",
"AUNRandomNumber",
"AUNRandomTextIndexSwitch",
@ -50001,13 +50124,19 @@
],
"https://github.com/moonwhaler/comfyui-moonpack": [
[
"DynamicLoraStack",
"DynamicStringConcat",
"FastNodeBypasser",
"ProportionalDimension",
"RegexStringReplace",
"SimpleStringReplace",
"VACELooperFrameMaskCreator"
"MoonPack_ConditionalBypasser",
"MoonPack_DimensionFromImage",
"MoonPack_DynamicLoraStack",
"MoonPack_DynamicStringConcat",
"MoonPack_FastNodeBypasser",
"MoonPack_FrameMaskGenerator",
"MoonPack_ProportionalDimension",
"MoonPack_RegexExtract",
"MoonPack_RegexStringReplace",
"MoonPack_SimpleStringReplace",
"MoonPack_SmartResolution",
"MoonPack_StringSwitch",
"MoonPack_VACELooperFrameMaskCreator"
],
{
"title_aux": "comfyui-moonpack"
@ -50385,13 +50514,16 @@
],
"https://github.com/mvnt-app/ComfyUI-MVNT": [
[
"MVNT Audio Segment",
"MVNT Estimate Cost",
"MVNT Export Video",
"MVNT Generate Character",
"MVNT Generate Dance",
"MVNT Image to T-Pose",
"MVNT List Styles",
"MVNT Load Motion",
"MVNT Preview BVH"
"MVNT Preview BVH",
"MVNTPreviewDance3D"
],
{
"title_aux": "ComfyUI-MVNT"
@ -51827,6 +51959,7 @@
"FunPackLorebookEnhancer",
"FunPackPromptCombiner",
"FunPackPromptEnhancer",
"FunPackRefinementKeyLoader",
"FunPackStoryMemKeyframeExtractor",
"FunPackStoryMemLastFrameExtractor",
"FunPackStoryWriter",
@ -56635,6 +56768,7 @@
"LoRAMetaKeys",
"LoRAMultiMerge",
"LoRAMultiMergeDARE",
"LoRAMultiMergeDAREEnhanced",
"LoRAPruneKeys",
"LoRARenameKeys",
"LoRAResizeCumulative",
@ -60449,7 +60583,11 @@
"https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker": [
[
"ColorFilter",
"DownloadAndLoadFlorence2Lora",
"DownloadAndLoadFlorence2Model",
"FastGroupsBypasserV2",
"Florence2ModelLoader",
"Florence2Run",
"FluxLoraMultiLoader",
"LoadImageUssoewwin",
"ModelPatchLoaderCustom",
@ -61000,6 +61138,7 @@
"VRGDG_CyclingTextPicker",
"VRGDG_DisplayIndex",
"VRGDG_DurationIndexFloat",
"VRGDG_EasyMultiCyclingTextPicker",
"VRGDG_Extract_Frame_Number",
"VRGDG_GeneralGGUF",
"VRGDG_GeneralPromptBatcher",
@ -61140,6 +61279,7 @@
"LazySubjectSceneAutomation",
"OptionalSwitchLoRA",
"Vsaan_OptionalSwitchLoRA",
"Vsaan_PromptGarnish",
"Vsaan_ScenarioSelector",
"Vsaan_SubjectSelector",
"Vsaan_TextSplit"
@ -61279,6 +61419,8 @@
"https://github.com/wakaura-asaho/comfyui-dynamic-selector": [
[
"DynamicCombo",
"DynamicGroup",
"DynamicGroupSelector",
"DynamicTypeSelector"
],
{
@ -61894,6 +62036,10 @@
],
"https://github.com/wirytiox/ComfyUI-SelectStringFromListWithIndex": [
[
"Constant Number",
"LoadTextFile",
"Logic Boolean",
"Number Counter",
"StringFromList"
],
{