Compare commits

...

11 Commits

Author SHA1 Message Date
goohai
23d61dd9cd
Merge caf46da1cc into f0ed5c3433 2025-12-27 11:27:02 +08:00
Dr.Lt.Data
f0ed5c3433 update DB
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
2025-12-27 05:37:29 +09:00
Eric Rollei
aca5925e57
Add Qwen Layers Diffuser Pipeline integration (#2420)
Added a new integration for Qwen Layers Diffuser Pipeline with detailed description and reference.
2025-12-27 05:10:01 +09:00
Dr.Lt.Data
b8d78174a5 update DB 2025-12-27 04:48:18 +09:00
Wakapedia
edf2a43122
Add WanVideo Wakawave - Advanced LoRA & Prompt Tools (#2431)
* Add WanVideo Wakawave nodes

Added a new custom node entry for 'WanVideo Wakawave' with details on its features and installation.

* Fix typo in custom-node-list.json
2025-12-27 04:47:22 +09:00
Dr.Lt.Data
21de993546 update DB 2025-12-27 04:46:42 +09:00
ConstantlyGrowup
49bc24b66e
Update custom-node-list.json (#2428) 2025-12-27 04:44:29 +09:00
Dr.Lt.Data
771d627c5a update DB 2025-12-27 04:43:53 +09:00
hkun
98967de31b
Add 4 downloader plugins (LoRA, UNet, Plugin, Upscaler) to ComfyUI Manager (#2426)
new nodepacks: UNet Downloader for ComfyUI, Plugin Downloader for ComfyUI, Upscaler Downloader for ComfyUI
2025-12-27 04:35:55 +09:00
ArtsticH
c87c07dbd5
Update the main info for my plugin EasyKitHT NodeAlignPro. Cheers! (#2422)
* Update the main info for my plugin EasyKitHT NodeAlignPro. Cheers!

* Update custom-node-list.json

---------

Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
2025-12-27 04:27:35 +09:00
goohai
caf46da1cc 添加 Goohaitools 节点包 2025-08-25 23:09:35 +08:00
10 changed files with 14413 additions and 13812 deletions

View File

@ -18681,6 +18681,16 @@
"install_type": "git-clone",
"description": "This is a toolset designed for ComfyUI by LAOGOU-666, providing a series of practical image processing and operation nodes, making our operation more intuitive and convenient"
},
{
"author": "LAOGOU-666",
"title": "ComfyUI-LG_SamplingUtils",
"reference": "https://github.com/LAOGOU-666/ComfyUI-LG_SamplingUtils",
"files": [
"https://github.com/LAOGOU-666/ComfyUI-LG_SamplingUtils"
],
"install_type": "git-clone",
"description": "This is a toolset designed for ComfyUI by LAOGOU-666, providing a series of practical sampling nodes, making our operation more intuitive and convenient"
},
{
"author": "VertexStudio",
"title": "roblox-comfyui-nodes",
@ -27194,13 +27204,15 @@
},
{
"author": "ArtsticH",
"title": "ComfyUI_EasyKitHT_NodeAlignPro",
"title": "EasyKitHT NodeAlignPro",
"id": "comfyui_easykitht_nodealignpro",
"reference": "https://github.com/ArtsticH/ComfyUI_EasyKitHT_NodeAlignPro",
"files": [
"https://github.com/ArtsticH/ComfyUI_EasyKitHT_NodeAlignPro"
],
"install_type": "git-clone",
"description": "ComfyUI_EasyKitHT_NodeAlignPro is a lightweight ComfyUI node alignment and node coloring tool for refactoring and rewriting the UI based on the open-source projects Comfyui-Align and Comfyui-Nodealigner."
"description": "Professional alignment & real-time node color picker. A must-have plugin for managing node layout and color schemes in ComfyUI. Features a real-time color picker, alignment, 7 preset colors, grayscale/custom modes, and one-click reverse alignment.",
"tags": ["alignment", "color-picker", "node-utility", "ui", "organizer", "node2.0", "frontend"]
},
{
"author": "matorzhin",
@ -35685,6 +35697,17 @@
"install_type": "git-clone",
"description": "ComfyUI integration for BAAI's Emu3.5 multimodal models for text-to-image generation and multimodal understanding. (Description by CC)"
},
{
"author": "EricRollei",
"title": "Qwen Layers Diffuser Pipeline",
"id": "qwen-layers-diffuser-pipeline",
"reference": "https://github.com/EricRollei/Qwen_Layers_Diffuser_Pipeline_Comfyui",
"files": [
"https://github.com/EricRollei/Qwen_Layers_Diffuser_Pipeline_Comfyui"
],
"install_type": "git-clone",
"description": "Decompose images into semantic RGBA layers using Qwen-Image-Layered model. Features AI-powered layer naming, PSD/TIFF export with proper layer structure, original resolution support, and VRAM management. Includes 18 nodes for layer decomposition, manipulation, and saving."
},
{
"author": "nomadoor",
"title": "ComfyUI Temporal Mask Tools",
@ -38717,6 +38740,39 @@
"install_type": "git-clone",
"description": "A ComfyUI custom node for downloading and managing LoRA models directly within the UI."
},
{
"author": "huihuihuiz",
"title": "UNet Downloader for ComfyUI",
"id": "unet_downloader",
"reference": "https://github.com/huihuihuiz/unet_downloader",
"files": [
"https://github.com/huihuihuiz/unet_downloader"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node for downloading and managing UNet/Diffusion models (FLUX, SD3, etc.) directly within the UI."
},
{
"author": "huihuihuiz",
"title": "Plugin Downloader for ComfyUI",
"id": "plugin_downloader",
"reference": "https://github.com/huihuihuiz/plugin_downloader",
"files": [
"https://github.com/huihuihuiz/plugin_downloader"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node for downloading and backing up all custom nodes/plugins as ZIP files."
},
{
"author": "huihuihuiz",
"title": "Upscaler Downloader for ComfyUI",
"id": "upscaler_downloader",
"reference": "https://github.com/huihuihuiz/upscaler_downloader",
"files": [
"https://github.com/huihuihuiz/upscaler_downloader"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node for downloading and managing upscaler/super-resolution models directly within the UI."
},
{
"author": "aTanguay",
"title": "ComfyUI_Detonate",
@ -39098,6 +39154,26 @@
"install_type": "git-clone",
"description": "ComfyUI custom node for managing trigger words with 50+ editable presets optimized for SDXL Illustrious"
},
{
"author": "revisionhiep-create",
"title": "Comfyui-Prompt-Sorter",
"reference": "https://github.com/revisionhiep-create/Comfyui-Prompt-Sorter",
"files": [
"https://github.com/revisionhiep-create/Comfyui-Prompt-Sorter"
],
"install_type": "git-clone",
"description": "Interactive button-based trigger word manager with precision weighting and portable collections."
},
{
"author": "revisionhiep-create",
"title": "comfyui-universal-trigger-toggle",
"reference": "https://github.com/revisionhiep-create/comfyui-universal-trigger-toggle",
"files": [
"https://github.com/revisionhiep-create/comfyui-universal-trigger-toggle"
],
"install_type": "git-clone",
"description": "A standalone custom node for ComfyUI that provides an interactive tag-based interface to enable/disable trigger words from any LoRA loader or gallery node."
},
{
"author": "Faildes",
"title": "ComfyUI-NegativeFold",
@ -39108,6 +39184,16 @@
"install_type": "git-clone",
"description": "Fold negative prompts into positive prompts for use with Turbo models. (Description by CC)"
},
{
"author": "Faildes",
"title": "ComfyUI-TC_ADV_ZPrompt",
"reference": "https://github.com/Faildes/ComfyUI-TC_ADV_ZPrompt",
"files": [
"https://github.com/Faildes/ComfyUI-TC_ADV_ZPrompt"
],
"install_type": "git-clone",
"description": "Extension that allows to use emphasize and AND on Z-Image."
},
{
"author": "isekai-sh",
"title": "isekai-comfy-node",
@ -39420,6 +39506,65 @@
"install_type": "git-clone",
"description": "ComfyUI custom node pack for fal.ai image generation supporting FLUX models with queue polling, safety controls, and native image I/O conversion."
},
{
"author": "ConstantlyGrowup",
"title": "ComfyUI_Qwen_chat_models",
"reference": "https://github.com/ConstantlyGrowup/ComfyUI_Qwen_chat_models",
"files": [
"https://github.com/ConstantlyGrowup/ComfyUI_Qwen_chat_models"
],
"install_type": "git-clone",
"description": "ComfyUI custom nodes for Qwen text and vision-language models. Supports Qwen2.5/Qwen3, 4-/8-bit quantization, deterministic seeding, auto model download, and shared caching to improve workflow performance."
},
{
"author": "Wakapedia",
"title": "WanVideo Wakawave - Advanced LoRA & Prompt Tools",
"reference": "https://github.com/Wakapedia/ComfyUI-WanVideoWakawave",
"files": [
"https://github.com/Wakapedia/ComfyUI-WanVideoWakawave"
],
"install_type": "git-clone",
"description": "Advanced LoRA management and prompt building tools for WanVideo. Features: Wakawave LoRA Loader (unlimited LoRAs, save/load presets, drag-to-reorder, per-LoRA strength control), Wakawave Prompt Builder (dual positive/negative prompts, weight control, segment mode, visual preset browser with import/export)."
},
{
"author": "nawka12",
"title": "ComfyUI-Adept-Sampler",
"reference": "https://github.com/nawka12/ComfyUI-Adept-Sampler",
"files": [
"https://github.com/nawka12/ComfyUI-Adept-Sampler"
],
"install_type": "git-clone",
"description": "Advanced custom samplers and schedulers for ComfyUI, ported from the Stable Diffusion WebUI reForge extension."
},
{
"author": "zhuyanan",
"title": "Comfy-FilmSimulator",
"reference": "https://github.com/zhuyanan/Comfy-FilmSimulator",
"files": [
"https://github.com/zhuyanan/Comfy-FilmSimulator"
],
"install_type": "git-clone",
"description": "ComfyUI node: realistic, adaptive film simulation for photographic and cinematic looks."
},
{
"author": "id7238",
"title": "ComfyUI-PackedPipes",
"reference": "https://github.com/id7238/ComfyUI-PackedPipes",
"files": [
"https://github.com/id7238/ComfyUI-PackedPipes"
],
"install_type": "git-clone",
"description": "Custom nodes that organize ComfyUI workflow connections by combining multiple links into single pipeline links. (Description by CC)"
},
@ -39818,6 +39963,16 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "goohai",
"title": "Goohaitools-comfyui",
"reference": "https://github.com/goohai/Goohaitools-comfyui",
"files": [
"https://github.com/goohai/Goohaitools-comfyui"
],
"install_type": "copy",
"description": "Over 50 practical tools, batch processing, photo layout, etc."
}
]
}

View File

@ -3966,6 +3966,7 @@
"GenerateImageNodeV2",
"GenerateStructuredPromptLiteNodeV2",
"GenerateStructuredPromptNodeV2",
"ImageEnhanceNode",
"ImageExpansionNode",
"LoadVideoFramesNode",
"PreviewVideoURLNode",
@ -5058,6 +5059,15 @@
"title_aux": "ComfyUI-CoCoTools_IO"
}
],
"https://github.com/ConstantlyGrowup/ComfyUI_Qwen_chat_models": [
[
"qwen_VL_model",
"qwen_chat_model"
],
{
"title_aux": "ComfyUI_Qwen_chat_models"
}
],
"https://github.com/CoreyCorza/ComfyUI-CRZnodes": [
[
"CRZBooleanToggle",
@ -6950,6 +6960,31 @@
"title_aux": "PDF Tools - Advanced PDF Processing & OCR"
}
],
"https://github.com/EricRollei/Qwen_Layers_Diffuser_Pipeline_Comfyui": [
[
"EricQwenAddAlpha",
"EricQwenBatchToVideo",
"EricQwenDecompose",
"EricQwenEncode",
"EricQwenLatentCutToBatch",
"EricQwenLayerComposite",
"EricQwenLayerDescribe",
"EricQwenLayerExtract",
"EricQwenLayerInfo",
"EricQwenLayerLoad",
"EricQwenLayerPrompts",
"EricQwenLayerReorder",
"EricQwenLayerSave",
"EricQwenLayerSelector",
"EricQwenMultiLatent",
"EricQwenRGBAVAELoader",
"EricQwenStringJoin",
"EricQwenUnloadModel"
],
{
"title_aux": "Qwen Layers Diffuser Pipeline"
}
],
"https://github.com/EuphoricPenguin/resemble-enhance-comfyui": [
[
"ResembleEnhance"
@ -7191,6 +7226,14 @@
"title_aux": "ComfyUI-NegativeFold"
}
],
"https://github.com/Faildes/ComfyUI-TC_ADV_ZPrompt": [
[
"TC_ADV_ZPrompt"
],
{
"title_aux": "ComfyUI-TC_ADV_ZPrompt"
}
],
"https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": [
[
"AMT VFI",
@ -7558,6 +7601,7 @@
"Clamp Images To Megapixels",
"Essential Params",
"Essential Params Expand",
"FV Get Image Half Size",
"Get Last Output Video Path",
"If Image Valid",
"Image Params",
@ -10719,7 +10763,8 @@
"SimpleMasterPromptLoader",
"SimpleMasterPromptLoaderAdvanced",
"SimpleModelPresetLoaderAdvanced",
"SimpleQwenVLgguf"
"SimpleQwenVLgguf",
"SimpleQwenVLggufV2"
],
{
"title_aux": "ComfyUI_Simple_Qwen3-VL-gguf"
@ -11388,6 +11433,18 @@
"title_aux": "ComfyUI-LG_HotReload"
}
],
"https://github.com/LAOGOU-666/ComfyUI-LG_SamplingUtils": [
[
"LGNoiseInjection",
"LGNoiseInjectionLatent",
"ModelSamplingZImage",
"SigmasEditor",
"ZImageTimestepNoise"
],
{
"title_aux": "ComfyUI-LG_SamplingUtils"
}
],
"https://github.com/LAOGOU-666/ComfyUI_LG_FFT": [
[
"LG_FFTNode",
@ -12990,10 +13047,12 @@
"DetailEnhanceSamplerNode",
"DetailEnhanceSigmasNode",
"DisplayText",
"ImageLatentResolutionExtractorNode",
"ImageResolutionExtractorNode",
"ImageResolutionFitNode",
"LoRAOnlineNode",
"MultiplicationNode",
"OutputAnyDebugDataNode",
"PromptQueue",
"PromptQueueFromFolder",
"ResolutionSelectNode",
@ -13255,6 +13314,9 @@
],
"https://github.com/Mister-Link/link-comfy-nodes": [
[
"AdvancedStringConcat",
"BatchImageSave",
"Concat",
"ConvertToPixelArt",
"Crop to Content",
"Farthest Color",
@ -13265,7 +13327,9 @@
"PreviewImageAlpha",
"ReplaceAlpha",
"Resize Image and Mask by Side",
"Save Folder as ZIP",
"Save To Zip",
"SaveFolderAsZip",
"Spritesheet Builder",
"VideoMaskEditor",
"WAN Frame Calculator"
@ -14944,6 +15008,7 @@
"GeomPackPreviewMesh",
"GeomPackPreviewMeshAnalysis",
"GeomPackPreviewMeshDual",
"GeomPackPreviewMeshMulti",
"GeomPackPreviewMeshUV",
"GeomPackPreviewMeshVTK",
"GeomPackPreviewMeshVTKBatch",
@ -16293,6 +16358,8 @@
[
"Latent Machine",
"Latent_Machine",
"Preview Machine",
"Preview_Machine",
"Prompt Autocomplete",
"Prompt Machine",
"PromptAutocomplete",
@ -20013,16 +20080,21 @@
"VividSharpen",
"VividSharpenV2",
"WASApplyLUT",
"WASApplyReweightedLoRA",
"WASCameraMotionTrajectory",
"WASChannelWaveform",
"WASCombineLUT",
"WASLatentContrastLimitedDetailBoost",
"WASLatentUpscaleHybrid",
"WASLoadLUT",
"WASMoEConditioningListAppend",
"WASPowerLoraMerger",
"WASPowerLoraMergerOptions",
"WASSaveLUT",
"WASTiledImageUpscaleWithModel",
"WASWan22MoESamplerCtx",
"WASWanExposureStabilizer"
"WASWanExposureStabilizer",
"WAS_AdaptiveDifferenceLatentUpscale"
],
{
"title_aux": "WAS_Extras"
@ -20142,6 +20214,15 @@
"title_aux": "ComfyUI-Loop-image"
}
],
"https://github.com/Wakapedia/ComfyUI-WanVideoWakawave": [
[
"WanVideoWakawaveLoraLoader",
"WanVideoWakawavePromptBuilder"
],
{
"title_aux": "WanVideo Wakawave - Advanced LoRA & Prompt Tools"
}
],
"https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": [
[
"SaveCivitai"
@ -22370,11 +22451,17 @@
"Fast Groups Muter (rgthree)",
"Fast Muter (rgthree)",
"Image Comparer (rgthree)",
"Image_Resize_sum",
"Image_Resize_sum_data",
"Image_Resize_sum_restore",
"LayerUtility: CropByMask V2",
"LayerUtility: CropByMask V3",
"LayerUtility: ImageScaleByAspectRatio V2",
"LayerUtility: RestoreCropBox",
"Seed (rgthree)"
"Mask_transform_sum",
"Seed (rgthree)",
"SwwanImageBatchToImageList",
"SwwanImageListToImageBatch"
],
{
"title_aux": "ComfyUI_Swwan"
@ -22907,11 +22994,13 @@
],
"https://github.com/alexjx/ComfyUI-XJNodes": [
[
"XJConditionalLoraLoader",
"XJContextEnter",
"XJContextExit",
"XJFloatRangeList",
"XJImageGrid",
"XJImageListFilter",
"XJImagePairCompare",
"XJImagePreviewBridge",
"XJImageRandomTransform",
"XJImageScaleCalc",
@ -28438,6 +28527,7 @@
"LumaVideoNode",
"Mahiro",
"MakeTrainingDataset",
"ManualSigmas",
"MaskComposite",
"MaskPreview",
"MaskToImage",
@ -30482,6 +30572,7 @@
"WanVacePhantomExperimentalV2",
"WanVacePhantomSimple",
"WanVacePhantomSimpleV2",
"WanVaceReplace",
"WanVaceToVideoLatent",
"WanVaceWindowReferences"
],
@ -30521,6 +30612,7 @@
"AudioListCombine",
"AudioListGenerator",
"AudioToFrameCount",
"BatchToPSD",
"CeilDivide",
"FrameMatch",
"GGUFInference",
@ -30755,6 +30847,7 @@
"HDR Effects with LAB Adjust",
"HDREffectsLabAdjust",
"ModelMergeHiDream",
"ModelScaleQwenImage",
"QuadrupleCLIPLoaderSetDevice",
"SaveImageWithPrompt",
"TripleCLIPLoaderSetDevice",
@ -31957,11 +32050,12 @@
"https://github.com/fkxianzhou/ComfyUI-Jimeng-API": [
[
"JimengAPIClient",
"JimengQueryTasks",
"JimengReferenceImage2Video",
"JimengSeedance1",
"JimengSeedance1_5",
"JimengSeedream3",
"JimengSeedream4",
"JimengVideoGeneration"
"JimengVideoQueryTasks"
],
{
"title_aux": "ComfyUI-Jimeng-API"
@ -32681,6 +32775,7 @@
"NumberOutputList",
"SpreadsheetOutputList",
"StringOutputList",
"WorkflowDiscriminator",
"XyzGridPlot"
],
{
@ -33660,12 +33755,20 @@
],
"https://github.com/havvk/ComfyUI_AIIA": [
[
"AIIA_Audio_Silence_Splitter",
"AIIA_Audio_Speaker_Isolator",
"AIIA_Audio_Speaker_Merge",
"AIIA_CosyVoice_VoiceConversion",
"AIIA_E2E_Speaker_Diarization",
"AIIA_FloatProcess_InMemory",
"AIIA_FloatProcess_ToDisk",
"AIIA_GenerateSpeakerSegments",
"AIIA_PersonaLive_PhotoSampler_InMemory",
"AIIA_PersonaLive_PhotoSampler_ToDisk",
"AIIA_Utils_Image_Concanate",
"AIIA_VideoCombine"
"AIIA_VideoCombine",
"PersonaLiveCheckpointLoader",
"PersonaLivePhotoSampler"
],
{
"title_aux": "ComfyUI_AIIA"
@ -34428,6 +34531,30 @@
"title_aux": "LoRA Downloader for ComfyUI"
}
],
"https://github.com/huihuihuiz/plugin_downloader": [
[
"PluginDownloader"
],
{
"title_aux": "Plugin Downloader for ComfyUI"
}
],
"https://github.com/huihuihuiz/unet_downloader": [
[
"UNetDownloader"
],
{
"title_aux": "UNet Downloader for ComfyUI"
}
],
"https://github.com/huihuihuiz/upscaler_downloader": [
[
"UpscalerDownloader"
],
{
"title_aux": "Upscaler Downloader for ComfyUI"
}
],
"https://github.com/huixingyun/ComfyUI-HX-Captioner": [
[
"HXOllamaCaptioner"
@ -34522,7 +34649,9 @@
],
"https://github.com/huyl3-cpu/comfyui-sortlist": [
[
"Set Value With Path",
"SetValuesFromPanel",
"VF9_SetValue",
"image_to_sha256",
"move_file",
"rename_file",
@ -34560,8 +34689,11 @@
],
"https://github.com/hw5511/comfyui_hf_upscaler_loader": [
[
"CLIPModelLoaderFromHF",
"GGUFModelLoaderFromHF",
"UpscaleModelLoaderFromHF"
"UNETModelLoaderFromHF",
"UpscaleModelLoaderFromHF",
"VAEModelLoaderFromHF"
],
{
"title_aux": "Woohee HF Upscaler Loader"
@ -34864,6 +34996,15 @@
"title_aux": "ComfyUI-Ichis-Pack"
}
],
"https://github.com/id7238/ComfyUI-PackedPipes": [
[
"PipePacker",
"PipeUnpacker"
],
{
"title_aux": "ComfyUI-PackedPipes"
}
],
"https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": [
[
"FusionText",
@ -35168,8 +35309,13 @@
],
"https://github.com/illuminatianon/comfyui-lumi-tools": [
[
"LumiGeminiImagenConfig",
"LumiGoogleImagenProvider",
"LumiLLMImagenProcessor",
"LumiLLMPromptProcessor",
"LumiOpenRouterImagenProvider",
"LumiOpenRouterProvider",
"LumiSaveImage",
"LumiSeed",
"LumiShowText",
"LumiShufflePrompt",
@ -38006,6 +38152,7 @@
"WanVideoAddSCAILReferenceEmbeds",
"WanVideoAddStandInLatent",
"WanVideoAddSteadyDancerEmbeds",
"WanVideoAddStoryMemLatents",
"WanVideoAddTTMLatents",
"WanVideoAddWanMoveTracks",
"WanVideoAnimateEmbeds",
@ -38031,7 +38178,6 @@
"WanVideoExperimentalArgs",
"WanVideoExtraModelSelect",
"WanVideoFlashVSRDecoderLoader",
"WanVideoFlowEdit",
"WanVideoFreeInitArgs",
"WanVideoFunCameraEmbeds",
"WanVideoImageClipEncode",
@ -42839,12 +42985,29 @@
"title_aux": "ComfyUI-NegiTools"
}
],
"https://github.com/nawka12/ComfyUI-Adept-Sampler": [
[
"AdeptAncestralSampler",
"AdeptSchedulerAOS_E",
"AdeptSchedulerAOS_V",
"AdeptSchedulerAYS",
"AdeptSchedulerAdvanced",
"AdeptSchedulerAkashicAOS",
"AdeptSchedulerEntropic",
"AdeptSchedulerJYS",
"AdeptSchedulerStochastic",
"AdeptSolverSampler",
"AkashicSolverSampler"
],
{
"title_aux": "ComfyUI-Adept-Sampler"
}
],
"https://github.com/naxci1/ComfyUI-FlashVSR_Stable": [
[
"FlashVSRInitPipe",
"FlashVSRNode",
"FlashVSRNodeAdv",
"FlashVSR_Stable"
"FlashVSRNodeAdv"
],
{
"title_aux": "ComfyUI-FlashVSR_Stable"
@ -43306,8 +43469,10 @@
[
"InoBoolToSwitch",
"InoBooleanEqual",
"InoCropImageByBox",
"InoLoadImagesFromFolder",
"InoNotBoolean"
"InoNotBoolean",
"InoOnImageListCompleted"
],
{
"title_aux": "ComfyUI Ino Nodes"
@ -43782,10 +43947,12 @@
],
"https://github.com/olivv-cs/ComfyUI-FunPack": [
[
"FunPackCLIPLoader",
"FunPackContinueVideo",
"FunPackImg2LatentInterpolation",
"FunPackPromptEnhancer",
"FunPackStoryMemJSONConverter",
"FunPackStoryMemKeyframeExtractor",
"FunPackStoryMemLastFrameExtractor",
"FunPackVideoStitch"
],
{
@ -46216,6 +46383,14 @@
"title_aux": "Comfyui_saveimage_imgbb"
}
],
"https://github.com/revisionhiep-create/Comfyui-Prompt-Sorter": [
[
"IllustriousPromptSorter"
],
{
"title_aux": "Comfyui-Prompt-Sorter"
}
],
"https://github.com/revisionhiep-create/comfyui-standard-trigger-words": [
[
"StandardTriggerWordsLoader"
@ -46224,6 +46399,14 @@
"title_aux": "comfyui-standard-trigger-words"
}
],
"https://github.com/revisionhiep-create/comfyui-universal-trigger-toggle": [
[
"UniversalTriggerToggle"
],
{
"title_aux": "comfyui-universal-trigger-toggle"
}
],
"https://github.com/revisiontony/LoraMangerWebFrame": [
[
"LoraWebFrame"
@ -54470,6 +54653,14 @@
"title_aux": "ComfyUI_Bxb"
}
],
"https://github.com/zhuyanan/Comfy-FilmSimulator": [
[
"FilmSimNode"
],
{
"title_aux": "Comfy-FilmSimulator"
}
],
"https://github.com/zichongc/ComfyUI-Attention-Distillation": [
[
"ADHandler",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "tdrminglin",
"title": "ComfyUI_SceneSplitter",
"reference": "https://github.com/tdrminglin/ComfyUI_SceneSplitter",
"files": [
"https://github.com/tdrminglin/ComfyUI_SceneSplitter"
],
"install_type": "git-clone",
"description": "Scene detection and splitting nodes for ComfyUI enabling frame-level scene detection and start frame tracking. (Description by CC)"
},
{
"author": "starsFriday",
"title": "ComfyUI-KLingAI-OmniVideo [WIP]",
@ -4967,16 +4977,6 @@
"install_type": "git-clone",
"description": "Generate random prompts easily for FMJ.\nNOTE: The files in the repo are not organized."
},
{
"author": "amamisonlyuser",
"title": "MixvtonComfyui [WIP]",
"reference": "https://github.com/amamisonlyuser/MixvtonComfyui",
"files": [
"https://github.com/amamisonlyuser/MixvtonComfyui"
],
"install_type": "git-clone",
"description": "NODES: CXH_Leffa_Viton_Load, CXH_Leffa_Viton_Run\nNOTE: The files in the repo are not organized."
},
{
"author": "pictorialink",
"title": "comfyui-static-resource[UNSAFE]",

View File

@ -889,7 +889,7 @@
"TS_Qwen3_VL",
"TS_QwenCanvas",
"TS_QwenSafeResize",
"TS_Qwen_3VL_FP8",
"TS_Qwen_3VL_V2",
"TS_VideoDepthNode",
"TS_Video_Upscale_With_Model",
"TS_WAN_SafeResize"
@ -5836,15 +5836,6 @@
"title_aux": "Dream Painter [WIP]"
}
],
"https://github.com/amamisonlyuser/MixvtonComfyui": [
[
"CXH_Leffa_Viton_Load",
"CXH_Leffa_Viton_Run"
],
{
"title_aux": "MixvtonComfyui [WIP]"
}
],
"https://github.com/ammahmoudi/ComfyUI-Legendary-Nodes": [
[
"Legendary Dataset Saver",
@ -7007,6 +6998,7 @@
"LumaVideoNode",
"Mahiro",
"MakeTrainingDataset",
"ManualSigmas",
"MaskComposite",
"MaskPreview",
"MaskToImage",
@ -8424,6 +8416,7 @@
"XIS_SetColor",
"XIS_ShapeAndText",
"XIS_ShapeData",
"XIS_StringListMerger",
"XIS_StringSwitch",
"XIS_UnpackImages"
],
@ -8860,6 +8853,7 @@
"Alta:Add(Math)",
"Alta:AddInt(Math)",
"Alta:BuildFilePath",
"Alta:ComboWrapper(Logic)",
"Alta:CompareFolders(File)",
"Alta:DeleteAudioFromMemory",
"Alta:DeleteFile(Util)",
@ -11006,13 +11000,13 @@
],
"https://github.com/nobinBB/comfyui-samenodes": [
[
"A1111PromptSplitter",
"BatchImageProcessor",
"CivitaiBulkDownloader",
"ExtractPromptFromImage",
"FloatToString",
"FloatToStringWithPrefix",
"IsComfyQueueEmpty",
"LoRASyntaxExtractor",
"LoraWildcardGenerator",
"RepeatTextLines"
],
@ -11052,7 +11046,12 @@
],
"https://github.com/nschpy/ComfyUI_MovisAdapter": [
[
"Example"
"MPA Brightness Effect",
"MPA Combine Videos",
"MPA Contrast Effect",
"MPA Speed Effect",
"MPA Text Overlay",
"MPA Video Transition"
],
{
"title_aux": "ComfyUI_MovisAdapter [UNSAFE]"
@ -11802,7 +11801,6 @@
],
"https://github.com/rookiestar28/ComfyUI_Security_Audit": [
[
"ComfyUI_Node_Audit",
"ComfyUI_Security_Audit"
],
{
@ -12686,6 +12684,15 @@
"title_aux": "ComfyUI_Save_Flux_Image"
}
],
"https://github.com/tdrminglin/ComfyUI_SceneSplitter": [
[
"SceneDetectSplitter",
"SceneStartFramesNode"
],
{
"title_aux": "ComfyUI_SceneSplitter"
}
],
"https://github.com/techidsk/comfyui_molook_nodes": [
[
"ImageOutpaintPadding(Molook)",
@ -13928,6 +13935,7 @@
"TxtCounterNodeZV",
"UniversalBBOXToMaskZV",
"Veo31Image2VideoSubmitZV",
"VideoGeneratorFFmpegZV",
"VideoSceneDetectorZV",
"VideoSpeedZV",
"doubaoI2INodeZV",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "amamisonlyuser",
"title": "MixvtonComfyui [REMOVED]",
"reference": "https://github.com/amamisonlyuser/MixvtonComfyui",
"files": [
"https://github.com/amamisonlyuser/MixvtonComfyui"
],
"install_type": "git-clone",
"description": "NODES: CXH_Leffa_Viton_Load, CXH_Leffa_Viton_Run\nNOTE: The files in the repo are not organized."
},
{
"author": "AhBumm",
"title": "ComfyUI_MangaLineExtraction [REMOVED]",

View File

@ -1,5 +1,139 @@
{
"custom_nodes": [
{
"author": "EricRollei",
"title": "Qwen Layers Diffuser Pipeline",
"id": "qwen-layers-diffuser-pipeline",
"reference": "https://github.com/EricRollei/Qwen_Layers_Diffuser_Pipeline_Comfyui",
"files": [
"https://github.com/EricRollei/Qwen_Layers_Diffuser_Pipeline_Comfyui"
],
"install_type": "git-clone",
"description": "Decompose images into semantic RGBA layers using Qwen-Image-Layered model. Features AI-powered layer naming, PSD/TIFF export with proper layer structure, original resolution support, and VRAM management. Includes 18 nodes for layer decomposition, manipulation, and saving."
},
{
"author": "revisionhiep-create",
"title": "Comfyui-Prompt-Sorter",
"reference": "https://github.com/revisionhiep-create/Comfyui-Prompt-Sorter",
"files": [
"https://github.com/revisionhiep-create/Comfyui-Prompt-Sorter"
],
"install_type": "git-clone",
"description": "Interactive button-based trigger word manager with precision weighting and portable collections."
},
{
"author": "LAOGOU-666",
"title": "ComfyUI-LG_SamplingUtils",
"reference": "https://github.com/LAOGOU-666/ComfyUI-LG_SamplingUtils",
"files": [
"https://github.com/LAOGOU-666/ComfyUI-LG_SamplingUtils"
],
"install_type": "git-clone",
"description": "This is a toolset designed for ComfyUI by LAOGOU-666, providing a series of practical sampling nodes, making our operation more intuitive and convenient"
},
{
"author": "Faildes",
"title": "ComfyUI-TC_ADV_ZPrompt",
"reference": "https://github.com/Faildes/ComfyUI-TC_ADV_ZPrompt",
"files": [
"https://github.com/Faildes/ComfyUI-TC_ADV_ZPrompt"
],
"install_type": "git-clone",
"description": "Extension that allows to use emphasize and AND on Z-Image."
},
{
"author": "id7238",
"title": "ComfyUI-PackedPipes",
"reference": "https://github.com/id7238/ComfyUI-PackedPipes",
"files": [
"https://github.com/id7238/ComfyUI-PackedPipes"
],
"install_type": "git-clone",
"description": "Custom nodes that organize ComfyUI workflow connections by combining multiple links into single pipeline links. (Description by CC)"
},
{
"author": "revisionhiep-create",
"title": "comfyui-universal-trigger-toggle",
"reference": "https://github.com/revisionhiep-create/comfyui-universal-trigger-toggle",
"files": [
"https://github.com/revisionhiep-create/comfyui-universal-trigger-toggle"
],
"install_type": "git-clone",
"description": "A standalone custom node for ComfyUI that provides an interactive tag-based interface to enable/disable trigger words from any LoRA loader or gallery node."
},
{
"author": "nawka12",
"title": "ComfyUI-Adept-Sampler",
"reference": "https://github.com/nawka12/ComfyUI-Adept-Sampler",
"files": [
"https://github.com/nawka12/ComfyUI-Adept-Sampler"
],
"install_type": "git-clone",
"description": "Advanced custom samplers and schedulers for ComfyUI, ported from the Stable Diffusion WebUI reForge extension."
},
{
"author": "zhuyanan",
"title": "Comfy-FilmSimulator",
"reference": "https://github.com/zhuyanan/Comfy-FilmSimulator",
"files": [
"https://github.com/zhuyanan/Comfy-FilmSimulator"
],
"install_type": "git-clone",
"description": "ComfyUI node: realistic, adaptive film simulation for photographic and cinematic looks."
},
{
"author": "Wakapedia",
"title": "WanVideo Wakawave - Advanced LoRA & Prompt Tools",
"reference": "https://github.com/Wakapedia/ComfyUI-WanVideoWakawave",
"files": [
"https://github.com/Wakapedia/ComfyUI-WanVideoWakawave"
],
"install_type": "git-clone",
"description": "Advanced LoRA management and prompt building tools for WanVideo. Features: Wakawave LoRA Loader (unlimited LoRAs, save/load presets, drag-to-reorder, per-LoRA strength control), Wakawave Prompt Builder (dual positive/negative prompts, weight control, segment mode, visual preset browser with import/export)."
},
{
"author": "ConstantlyGrowup",
"title": "ComfyUI_Qwen_chat_models",
"reference": "https://github.com/ConstantlyGrowup/ComfyUI_Qwen_chat_models",
"files": [
"https://github.com/ConstantlyGrowup/ComfyUI_Qwen_chat_models"
],
"install_type": "git-clone",
"description": "ComfyUI custom nodes for Qwen text and vision-language models. Supports Qwen2.5/Qwen3, 4-/8-bit quantization, deterministic seeding, auto model download, and shared caching to improve workflow performance."
},
{
"author": "huihuihuiz",
"title": "UNet Downloader for ComfyUI",
"id": "unet_downloader",
"reference": "https://github.com/huihuihuiz/unet_downloader",
"files": [
"https://github.com/huihuihuiz/unet_downloader"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node for downloading and managing UNet/Diffusion models (FLUX, SD3, etc.) directly within the UI."
},
{
"author": "huihuihuiz",
"title": "Plugin Downloader for ComfyUI",
"id": "plugin_downloader",
"reference": "https://github.com/huihuihuiz/plugin_downloader",
"files": [
"https://github.com/huihuihuiz/plugin_downloader"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node for downloading and backing up all custom nodes/plugins as ZIP files."
},
{
"author": "huihuihuiz",
"title": "Upscaler Downloader for ComfyUI",
"id": "upscaler_downloader",
"reference": "https://github.com/huihuihuiz/upscaler_downloader",
"files": [
"https://github.com/huihuihuiz/upscaler_downloader"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node for downloading and managing upscaler/super-resolution models directly within the UI."
},
{
"author": "vjumpkung",
"title": "ComfyUI-STARWrapper",
@ -563,237 +697,6 @@
],
"install_type": "git-clone",
"description": "ComfyUI Qwen-Image-Edit-2509 node integration for image editing using OpenAI Image API. (Description by CC)"
},
{
"author": "Faildes",
"title": "ComfyUI-NegativeFold",
"reference": "https://github.com/Faildes/ComfyUI-NegativeFold",
"files": [
"https://github.com/Faildes/ComfyUI-NegativeFold"
],
"install_type": "git-clone",
"description": "Fold negative prompts into positive prompts for use with Turbo models. (Description by CC)"
},
{
"author": "razvanmatei-sf",
"title": "comfyui-stillfront",
"reference": "https://github.com/razvanmatei-sf/comfyui-stillfront",
"files": [
"https://github.com/razvanmatei-sf/comfyui-stillfront"
],
"install_type": "git-clone",
"description": "Consolidated collection of custom ComfyUI nodes with LLM integration (Claude, Gemini), WaveSpeed API support, and utility nodes for resolution presets and dynamic prompts. (Description by CC)"
},
{
"author": "isekai-sh",
"title": "isekai-comfy-node",
"reference": "https://github.com/isekai-sh/isekai-comfy-node",
"files": [
"https://github.com/isekai-sh/isekai-comfy-node"
],
"install_type": "git-clone",
"description": "Upload and compress AI-generated images and enhance your ComfyUI workflows with powerful string utilities and AI integration."
},
{
"author": "ckinpdx",
"title": "ComfyUI-SCAIL-AudioReactive",
"reference": "https://github.com/ckinpdx/ComfyUI-SCAIL-AudioReactive",
"files": [
"https://github.com/ckinpdx/ComfyUI-SCAIL-AudioReactive"
],
"install_type": "git-clone",
"description": "Generate audio-reactive SCAIL pose sequences for character animation without requiring input video tracking. Now supports Multi-Character Choreography. (Description by CC)"
},
{
"author": "flowers6421",
"title": "ComfyUI-SimpleTunerFlux2",
"reference": "https://github.com/flowers6421/ComfyUI-SimpleTunerFlux2",
"files": [
"https://github.com/flowers6421/ComfyUI-SimpleTunerFlux2"
],
"install_type": "git-clone",
"description": "ComfyUI nodes for using SimpleTuner-trained Flux 2 LoRA models. SimpleTuner's Flux 2 architecture uses fused layers, making its LoRAs incompatible with standard ComfyUI Flux nodes. (Description by CC)"
},
{
"author": "revisionhiep-create",
"title": "comfyui-standard-trigger-words",
"reference": "https://github.com/revisionhiep-create/comfyui-standard-trigger-words",
"files": [
"https://github.com/revisionhiep-create/comfyui-standard-trigger-words"
],
"install_type": "git-clone",
"description": "ComfyUI custom node for managing trigger words with 50+ editable presets optimized for SDXL Illustrious"
},
{
"author": "PROJECTMAD",
"title": "PROJECT-MAD-NODES",
"reference": "https://github.com/PROJECTMAD/PROJECT-MAD-NODES",
"files": [
"https://github.com/PROJECTMAD/PROJECT-MAD-NODES"
],
"install_type": "git-clone",
"description": "Collection of custom ComfyUI nodes for LoRA scheduling and prompt management, featuring visual curve editor and visual prompt gallery with EXIF metadata extraction."
},
{
"author": "akawana",
"title": "AK XZ Axis (XY for any KSampler)",
"reference": "https://github.com/akawana/ComfyUI-AK-XZ-Axis",
"files": [
"https://github.com/akawana/ComfyUI-AK-XZ-Axis"
],
"install_type": "git-clone",
"description": "Nodes for XY-style testing of parameters such as seed, steps, cfg, denoise, prompts, and LoRAs. Does not require a custom KSampler and works with any KSampler, including the default ComfyUI one.",
"tags": ["xy_plot", "xy", "xz", "testing", "ksampler"]
},
{
"author": "tppp2806",
"title": "ComfyUI-YoloTrack",
"reference": "https://github.com/tppp2806/ComfyUI-YoloTrack",
"files": [
"https://github.com/tppp2806/ComfyUI-YoloTrack"
],
"install_type": "git-clone",
"description": "Based on a YOLO model, it performs object detection, capture, and smooth tracking-based cropping on images."
},
{
"author": "Maenvaeru",
"title": "comfyui-vram-overlay",
"reference": "https://github.com/Maenvaeru/comfyui-vram-overlay",
"files": [
"https://github.com/Maenvaeru/comfyui-vram-overlay"
],
"install_type": "git-clone",
"description": "Professional VRAM monitoring overlay for ComfyUI that displays real-time GPU memory usage as an independent, non-intrusive window. (Description by CC)"
},
{
"author": "revisiontony",
"title": "ComfyUI Lora Manager Web Frame",
"reference": "https://github.com/revisiontony/LoraMangerWebFrame",
"files": [
"https://github.com/revisiontony/LoraMangerWebFrame"
],
"install_type": "git-clone",
"description": "Embeds the ComfyUI-Lora-Manager web interface directly into your ComfyUI workflow graph, eliminating the need for a separate browser tab."
},
{
"author": "HM-RunningHub",
"title": "ComfyUI_RH_LLM_API",
"reference": "https://github.com/HM-RunningHub/ComfyUI_RH_LLM_API",
"files": [
"https://github.com/HM-RunningHub/ComfyUI_RH_LLM_API"
],
"install_type": "git-clone",
"description": "An easy-to-use ComfyUI plugin for LLM integration supporting DeepSeek, OpenAI API-compatible models, with video reverse-prompt (captioning) capabilities. (Description by CC)"
},
{
"author": "logicalor",
"title": "comfyui_multi_replace",
"reference": "https://github.com/logicalor/comfyui_multi_replace",
"files": [
"https://github.com/logicalor/comfyui_multi_replace"
],
"install_type": "git-clone",
"description": "ComfyUI custom nodes for creating and applying multiple find/replace pairs to text"
},
{
"author": "thezveroboy",
"title": "ComfyUI-ClipReshaper",
"reference": "https://github.com/thezveroboy/ComfyUI-ClipReshaper",
"files": [
"https://github.com/thezveroboy/ComfyUI-ClipReshaper"
],
"install_type": "git-clone",
"description": "ComfyUI custom nodes to reshape/project Conditioning tensors and ensure SDXL conditioning metadata."
},
{
"author": "laboratoiresonore",
"title": "ComfyUI_PerformanceLab",
"reference": "https://github.com/laboratoiresonore/ComfyUI_PerformanceLab",
"files": [
"https://github.com/laboratoiresonore/ComfyUI_PerformanceLab"
],
"install_type": "git-clone",
"description": "Make any ComfyUI workflow faster, use less VRAM, or produce better quality - with AI assistance"
},
{
"author": "SanDiegoDude",
"title": "SCG_LocalVLM",
"reference": "https://github.com/SanDiegoDude/SCG_LocalVLM",
"files": [
"https://github.com/SanDiegoDude/SCG_LocalVLM"
],
"install_type": "git-clone",
"description": "This is an implementation of [Qwen3-VL](https://github.com/QwenLM/Qwen3-VL) for [ComfyUI](https://github.com/comfyanonymous/ComfyUI), which supports for text-based and single-image queries."
},
{
"author": "HM-RunningHub",
"title": "ComfyUI_RH_QwenImageI2L",
"reference": "https://github.com/HM-RunningHub/ComfyUI_RH_QwenImageI2L",
"files": [
"https://github.com/HM-RunningHub/ComfyUI_RH_QwenImageI2L"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node that generates Image-to-LoRA (I2L) LoRA from training images using DiffSynth-Studio Qwen-Image i2L pipelines."
},
{
"author": "ckinpdx",
"title": "comfyui-humo-audio-motion",
"reference": "https://github.com/ckinpdx/comfyui-humo-audio-motion",
"files": [
"https://github.com/ckinpdx/comfyui-humo-audio-motion"
],
"install_type": "git-clone",
"description": "ComfyUI custom node for granular Q/K/V/O attention boosting in HuMo models. Provides 12 independent controls for fine-tuning audio-driven motion response."
},
{
"author": "flybirdxx",
"title": "ComfyUI-Prompt_Helper",
"reference": "https://github.com/flybirdxx/ComfyUI-Prompt_Helper",
"files": [
"https://github.com/flybirdxx/ComfyUI-Prompt_Helper"
],
"install_type": "git-clone",
"description": "ComfyUI node that loads Qwen3-4B locally and expands short prompts into detailed, image-generation-friendly descriptions via GGUF. (Description by CC)"
},
{
"author": "Sean-Bradley",
"title": "ComfyUI-Get-Line",
"reference": "https://github.com/Sean-Bradley/ComfyUI-Get-Line",
"files": [
"https://github.com/Sean-Bradley/ComfyUI-Get-Line"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node used to get one line of string from a multi line string. Search in the manager for `get line`, or `getline` or `get-line`."
},
{
"author": "GavChap",
"title": "ComfyUI_ExtractLora",
"reference": "https://github.com/GavChap/ComfyUI_ExtractLora",
"files": [
"https://github.com/GavChap/ComfyUI_ExtractLora"
],
"install_type": "git-clone",
"description": "Creates lora from two checkpoints by extracting the difference."
},
{
"author": "ssspace1",
"title": "SSpack_ComfyUI",
"reference": "https://github.com/ssspace1/SSpack_ComfyUI",
"files": [
"https://github.com/ssspace1/SSpack_ComfyUI"
],
"install_type": "git-clone",
"description": "Compact, UI-friendly nodes for ComfyUI with LoRA/checkpoint selectors with thumbnails, text utilities, image helpers, and a lightweight cache cleaner script."
},
{
"author": "logicalor",
"title": "comfyui_text_to_pose",
"reference": "https://github.com/logicalor/comfyui_text_to_pose",
"files": [
"https://github.com/logicalor/comfyui_text_to_pose"
],
"install_type": "git-clone",
"description": "Generate human poses from text descriptions using T2P Transformer for ControlNet/T2I-Adapter workflows"
}
]
}

View File

@ -3966,6 +3966,7 @@
"GenerateImageNodeV2",
"GenerateStructuredPromptLiteNodeV2",
"GenerateStructuredPromptNodeV2",
"ImageEnhanceNode",
"ImageExpansionNode",
"LoadVideoFramesNode",
"PreviewVideoURLNode",
@ -5058,6 +5059,15 @@
"title_aux": "ComfyUI-CoCoTools_IO"
}
],
"https://github.com/ConstantlyGrowup/ComfyUI_Qwen_chat_models": [
[
"qwen_VL_model",
"qwen_chat_model"
],
{
"title_aux": "ComfyUI_Qwen_chat_models"
}
],
"https://github.com/CoreyCorza/ComfyUI-CRZnodes": [
[
"CRZBooleanToggle",
@ -6950,6 +6960,31 @@
"title_aux": "PDF Tools - Advanced PDF Processing & OCR"
}
],
"https://github.com/EricRollei/Qwen_Layers_Diffuser_Pipeline_Comfyui": [
[
"EricQwenAddAlpha",
"EricQwenBatchToVideo",
"EricQwenDecompose",
"EricQwenEncode",
"EricQwenLatentCutToBatch",
"EricQwenLayerComposite",
"EricQwenLayerDescribe",
"EricQwenLayerExtract",
"EricQwenLayerInfo",
"EricQwenLayerLoad",
"EricQwenLayerPrompts",
"EricQwenLayerReorder",
"EricQwenLayerSave",
"EricQwenLayerSelector",
"EricQwenMultiLatent",
"EricQwenRGBAVAELoader",
"EricQwenStringJoin",
"EricQwenUnloadModel"
],
{
"title_aux": "Qwen Layers Diffuser Pipeline"
}
],
"https://github.com/EuphoricPenguin/resemble-enhance-comfyui": [
[
"ResembleEnhance"
@ -7191,6 +7226,14 @@
"title_aux": "ComfyUI-NegativeFold"
}
],
"https://github.com/Faildes/ComfyUI-TC_ADV_ZPrompt": [
[
"TC_ADV_ZPrompt"
],
{
"title_aux": "ComfyUI-TC_ADV_ZPrompt"
}
],
"https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": [
[
"AMT VFI",
@ -7558,6 +7601,7 @@
"Clamp Images To Megapixels",
"Essential Params",
"Essential Params Expand",
"FV Get Image Half Size",
"Get Last Output Video Path",
"If Image Valid",
"Image Params",
@ -10719,7 +10763,8 @@
"SimpleMasterPromptLoader",
"SimpleMasterPromptLoaderAdvanced",
"SimpleModelPresetLoaderAdvanced",
"SimpleQwenVLgguf"
"SimpleQwenVLgguf",
"SimpleQwenVLggufV2"
],
{
"title_aux": "ComfyUI_Simple_Qwen3-VL-gguf"
@ -11388,6 +11433,18 @@
"title_aux": "ComfyUI-LG_HotReload"
}
],
"https://github.com/LAOGOU-666/ComfyUI-LG_SamplingUtils": [
[
"LGNoiseInjection",
"LGNoiseInjectionLatent",
"ModelSamplingZImage",
"SigmasEditor",
"ZImageTimestepNoise"
],
{
"title_aux": "ComfyUI-LG_SamplingUtils"
}
],
"https://github.com/LAOGOU-666/ComfyUI_LG_FFT": [
[
"LG_FFTNode",
@ -12990,10 +13047,12 @@
"DetailEnhanceSamplerNode",
"DetailEnhanceSigmasNode",
"DisplayText",
"ImageLatentResolutionExtractorNode",
"ImageResolutionExtractorNode",
"ImageResolutionFitNode",
"LoRAOnlineNode",
"MultiplicationNode",
"OutputAnyDebugDataNode",
"PromptQueue",
"PromptQueueFromFolder",
"ResolutionSelectNode",
@ -13255,6 +13314,9 @@
],
"https://github.com/Mister-Link/link-comfy-nodes": [
[
"AdvancedStringConcat",
"BatchImageSave",
"Concat",
"ConvertToPixelArt",
"Crop to Content",
"Farthest Color",
@ -13265,7 +13327,9 @@
"PreviewImageAlpha",
"ReplaceAlpha",
"Resize Image and Mask by Side",
"Save Folder as ZIP",
"Save To Zip",
"SaveFolderAsZip",
"Spritesheet Builder",
"VideoMaskEditor",
"WAN Frame Calculator"
@ -14944,6 +15008,7 @@
"GeomPackPreviewMesh",
"GeomPackPreviewMeshAnalysis",
"GeomPackPreviewMeshDual",
"GeomPackPreviewMeshMulti",
"GeomPackPreviewMeshUV",
"GeomPackPreviewMeshVTK",
"GeomPackPreviewMeshVTKBatch",
@ -16293,6 +16358,8 @@
[
"Latent Machine",
"Latent_Machine",
"Preview Machine",
"Preview_Machine",
"Prompt Autocomplete",
"Prompt Machine",
"PromptAutocomplete",
@ -20013,16 +20080,21 @@
"VividSharpen",
"VividSharpenV2",
"WASApplyLUT",
"WASApplyReweightedLoRA",
"WASCameraMotionTrajectory",
"WASChannelWaveform",
"WASCombineLUT",
"WASLatentContrastLimitedDetailBoost",
"WASLatentUpscaleHybrid",
"WASLoadLUT",
"WASMoEConditioningListAppend",
"WASPowerLoraMerger",
"WASPowerLoraMergerOptions",
"WASSaveLUT",
"WASTiledImageUpscaleWithModel",
"WASWan22MoESamplerCtx",
"WASWanExposureStabilizer"
"WASWanExposureStabilizer",
"WAS_AdaptiveDifferenceLatentUpscale"
],
{
"title_aux": "WAS_Extras"
@ -20142,6 +20214,15 @@
"title_aux": "ComfyUI-Loop-image"
}
],
"https://github.com/Wakapedia/ComfyUI-WanVideoWakawave": [
[
"WanVideoWakawaveLoraLoader",
"WanVideoWakawavePromptBuilder"
],
{
"title_aux": "WanVideo Wakawave - Advanced LoRA & Prompt Tools"
}
],
"https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": [
[
"SaveCivitai"
@ -22370,11 +22451,17 @@
"Fast Groups Muter (rgthree)",
"Fast Muter (rgthree)",
"Image Comparer (rgthree)",
"Image_Resize_sum",
"Image_Resize_sum_data",
"Image_Resize_sum_restore",
"LayerUtility: CropByMask V2",
"LayerUtility: CropByMask V3",
"LayerUtility: ImageScaleByAspectRatio V2",
"LayerUtility: RestoreCropBox",
"Seed (rgthree)"
"Mask_transform_sum",
"Seed (rgthree)",
"SwwanImageBatchToImageList",
"SwwanImageListToImageBatch"
],
{
"title_aux": "ComfyUI_Swwan"
@ -22907,11 +22994,13 @@
],
"https://github.com/alexjx/ComfyUI-XJNodes": [
[
"XJConditionalLoraLoader",
"XJContextEnter",
"XJContextExit",
"XJFloatRangeList",
"XJImageGrid",
"XJImageListFilter",
"XJImagePairCompare",
"XJImagePreviewBridge",
"XJImageRandomTransform",
"XJImageScaleCalc",
@ -28438,6 +28527,7 @@
"LumaVideoNode",
"Mahiro",
"MakeTrainingDataset",
"ManualSigmas",
"MaskComposite",
"MaskPreview",
"MaskToImage",
@ -30482,6 +30572,7 @@
"WanVacePhantomExperimentalV2",
"WanVacePhantomSimple",
"WanVacePhantomSimpleV2",
"WanVaceReplace",
"WanVaceToVideoLatent",
"WanVaceWindowReferences"
],
@ -30521,6 +30612,7 @@
"AudioListCombine",
"AudioListGenerator",
"AudioToFrameCount",
"BatchToPSD",
"CeilDivide",
"FrameMatch",
"GGUFInference",
@ -30755,6 +30847,7 @@
"HDR Effects with LAB Adjust",
"HDREffectsLabAdjust",
"ModelMergeHiDream",
"ModelScaleQwenImage",
"QuadrupleCLIPLoaderSetDevice",
"SaveImageWithPrompt",
"TripleCLIPLoaderSetDevice",
@ -31957,11 +32050,12 @@
"https://github.com/fkxianzhou/ComfyUI-Jimeng-API": [
[
"JimengAPIClient",
"JimengQueryTasks",
"JimengReferenceImage2Video",
"JimengSeedance1",
"JimengSeedance1_5",
"JimengSeedream3",
"JimengSeedream4",
"JimengVideoGeneration"
"JimengVideoQueryTasks"
],
{
"title_aux": "ComfyUI-Jimeng-API"
@ -32681,6 +32775,7 @@
"NumberOutputList",
"SpreadsheetOutputList",
"StringOutputList",
"WorkflowDiscriminator",
"XyzGridPlot"
],
{
@ -33660,12 +33755,20 @@
],
"https://github.com/havvk/ComfyUI_AIIA": [
[
"AIIA_Audio_Silence_Splitter",
"AIIA_Audio_Speaker_Isolator",
"AIIA_Audio_Speaker_Merge",
"AIIA_CosyVoice_VoiceConversion",
"AIIA_E2E_Speaker_Diarization",
"AIIA_FloatProcess_InMemory",
"AIIA_FloatProcess_ToDisk",
"AIIA_GenerateSpeakerSegments",
"AIIA_PersonaLive_PhotoSampler_InMemory",
"AIIA_PersonaLive_PhotoSampler_ToDisk",
"AIIA_Utils_Image_Concanate",
"AIIA_VideoCombine"
"AIIA_VideoCombine",
"PersonaLiveCheckpointLoader",
"PersonaLivePhotoSampler"
],
{
"title_aux": "ComfyUI_AIIA"
@ -34428,6 +34531,30 @@
"title_aux": "LoRA Downloader for ComfyUI"
}
],
"https://github.com/huihuihuiz/plugin_downloader": [
[
"PluginDownloader"
],
{
"title_aux": "Plugin Downloader for ComfyUI"
}
],
"https://github.com/huihuihuiz/unet_downloader": [
[
"UNetDownloader"
],
{
"title_aux": "UNet Downloader for ComfyUI"
}
],
"https://github.com/huihuihuiz/upscaler_downloader": [
[
"UpscalerDownloader"
],
{
"title_aux": "Upscaler Downloader for ComfyUI"
}
],
"https://github.com/huixingyun/ComfyUI-HX-Captioner": [
[
"HXOllamaCaptioner"
@ -34522,7 +34649,9 @@
],
"https://github.com/huyl3-cpu/comfyui-sortlist": [
[
"Set Value With Path",
"SetValuesFromPanel",
"VF9_SetValue",
"image_to_sha256",
"move_file",
"rename_file",
@ -34560,8 +34689,11 @@
],
"https://github.com/hw5511/comfyui_hf_upscaler_loader": [
[
"CLIPModelLoaderFromHF",
"GGUFModelLoaderFromHF",
"UpscaleModelLoaderFromHF"
"UNETModelLoaderFromHF",
"UpscaleModelLoaderFromHF",
"VAEModelLoaderFromHF"
],
{
"title_aux": "Woohee HF Upscaler Loader"
@ -34864,6 +34996,15 @@
"title_aux": "ComfyUI-Ichis-Pack"
}
],
"https://github.com/id7238/ComfyUI-PackedPipes": [
[
"PipePacker",
"PipeUnpacker"
],
{
"title_aux": "ComfyUI-PackedPipes"
}
],
"https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": [
[
"FusionText",
@ -35168,8 +35309,13 @@
],
"https://github.com/illuminatianon/comfyui-lumi-tools": [
[
"LumiGeminiImagenConfig",
"LumiGoogleImagenProvider",
"LumiLLMImagenProcessor",
"LumiLLMPromptProcessor",
"LumiOpenRouterImagenProvider",
"LumiOpenRouterProvider",
"LumiSaveImage",
"LumiSeed",
"LumiShowText",
"LumiShufflePrompt",
@ -38006,6 +38152,7 @@
"WanVideoAddSCAILReferenceEmbeds",
"WanVideoAddStandInLatent",
"WanVideoAddSteadyDancerEmbeds",
"WanVideoAddStoryMemLatents",
"WanVideoAddTTMLatents",
"WanVideoAddWanMoveTracks",
"WanVideoAnimateEmbeds",
@ -38031,7 +38178,6 @@
"WanVideoExperimentalArgs",
"WanVideoExtraModelSelect",
"WanVideoFlashVSRDecoderLoader",
"WanVideoFlowEdit",
"WanVideoFreeInitArgs",
"WanVideoFunCameraEmbeds",
"WanVideoImageClipEncode",
@ -42839,12 +42985,29 @@
"title_aux": "ComfyUI-NegiTools"
}
],
"https://github.com/nawka12/ComfyUI-Adept-Sampler": [
[
"AdeptAncestralSampler",
"AdeptSchedulerAOS_E",
"AdeptSchedulerAOS_V",
"AdeptSchedulerAYS",
"AdeptSchedulerAdvanced",
"AdeptSchedulerAkashicAOS",
"AdeptSchedulerEntropic",
"AdeptSchedulerJYS",
"AdeptSchedulerStochastic",
"AdeptSolverSampler",
"AkashicSolverSampler"
],
{
"title_aux": "ComfyUI-Adept-Sampler"
}
],
"https://github.com/naxci1/ComfyUI-FlashVSR_Stable": [
[
"FlashVSRInitPipe",
"FlashVSRNode",
"FlashVSRNodeAdv",
"FlashVSR_Stable"
"FlashVSRNodeAdv"
],
{
"title_aux": "ComfyUI-FlashVSR_Stable"
@ -43306,8 +43469,10 @@
[
"InoBoolToSwitch",
"InoBooleanEqual",
"InoCropImageByBox",
"InoLoadImagesFromFolder",
"InoNotBoolean"
"InoNotBoolean",
"InoOnImageListCompleted"
],
{
"title_aux": "ComfyUI Ino Nodes"
@ -43782,10 +43947,12 @@
],
"https://github.com/olivv-cs/ComfyUI-FunPack": [
[
"FunPackCLIPLoader",
"FunPackContinueVideo",
"FunPackImg2LatentInterpolation",
"FunPackPromptEnhancer",
"FunPackStoryMemJSONConverter",
"FunPackStoryMemKeyframeExtractor",
"FunPackStoryMemLastFrameExtractor",
"FunPackVideoStitch"
],
{
@ -46216,6 +46383,14 @@
"title_aux": "Comfyui_saveimage_imgbb"
}
],
"https://github.com/revisionhiep-create/Comfyui-Prompt-Sorter": [
[
"IllustriousPromptSorter"
],
{
"title_aux": "Comfyui-Prompt-Sorter"
}
],
"https://github.com/revisionhiep-create/comfyui-standard-trigger-words": [
[
"StandardTriggerWordsLoader"
@ -46224,6 +46399,14 @@
"title_aux": "comfyui-standard-trigger-words"
}
],
"https://github.com/revisionhiep-create/comfyui-universal-trigger-toggle": [
[
"UniversalTriggerToggle"
],
{
"title_aux": "comfyui-universal-trigger-toggle"
}
],
"https://github.com/revisiontony/LoraMangerWebFrame": [
[
"LoraWebFrame"
@ -54470,6 +54653,14 @@
"title_aux": "ComfyUI_Bxb"
}
],
"https://github.com/zhuyanan/Comfy-FilmSimulator": [
[
"FilmSimNode"
],
{
"title_aux": "Comfy-FilmSimulator"
}
],
"https://github.com/zichongc/ComfyUI-Attention-Distillation": [
[
"ADHandler",