Compare commits

...

13 Commits

Author SHA1 Message Date
Jean Paul Ruiz
e8b282cede
Merge 1ec6736611 into 03a93ac9ff 2026-03-16 04:15:50 +09:00
Dr.Lt.Data
03a93ac9ff update DB 2026-03-16 03:04:22 +09:00
Senjin the Dragon
6ecb39b409
Add ComfyUI Gender Tag Filter node suite by senjinthedragon (#2692)
* Add ComfyUI Gender Tag Filter by senjinthedragon

* Add install_type: git to satisfy manager loader

* Add files array to satisfy json-checker validation

* Update install_type to git-clone for scanner compatibility
2026-03-16 03:03:45 +09:00
Dr.Lt.Data
31e9d281d5 update DB 2026-03-16 03:02:35 +09:00
Rimor
7198541a34
Add Diana interactive assistant node (#2690) 2026-03-16 03:02:00 +09:00
Dr.Lt.Data
e21017ad0b update DB 2026-03-16 03:01:06 +09:00
ketle-man
83e07578fd
Add ComfyUI 2D Pose Editor node (#2691) 2026-03-16 02:59:45 +09:00
Dr.Lt.Data
ad71567e8a update DB 2026-03-16 02:59:29 +09:00
Danilo Gomes Candido
23539a02a0
Add ComfyUI Qwen-VL LoRA node by Dangocan (#2683)
Co-authored-by: Dangocan <dangocan@users.noreply.github.com>
2026-03-16 02:51:57 +09:00
Dr.Lt.Data
ac4cf1ce40 update DB 2026-03-16 02:47:37 +09:00
George Jiang
b8d7721e00
Add files via upload (#2679)
feat: add comfyui-save-image-no-meta node
2026-03-16 02:45:57 +09:00
Jean Paul Ruiz
1ec6736611
Merge branch 'Comfy-Org:main' into fix/manager-conflicts-undefined-error 2026-02-25 14:26:43 -05:00
Jean Paul Ruiz
5835c4f5fc Fix undefined access in custom nodes manager conflicts calculation
Add null checks for nodeItem, nodesMap, extItem, and nItem before
accessing properties to prevent 'Cannot read properties of undefined'
error when processing node conflicts.

Fixes error at custom-nodes-manager.js:1318
2026-01-15 11:47:53 -05:00
8 changed files with 5098 additions and 4885 deletions

View File

@ -26643,16 +26643,6 @@
"install_type": "git-clone",
"description": "A custom node extension for ComfyUI that enables batch processing of prompts from text files to generate multiple images."
},
{
"author": "synthetai",
"title": "ComfyUI-ToolBox",
"reference": "https://github.com/synthetai/ComfyUI-ToolBox",
"files": [
"https://github.com/synthetai/ComfyUI-ToolBox"
],
"install_type": "git-clone",
"description": "A collection of utility nodes for ComfyUI, including audio/video processing, file uploads, and AI image generation."
},
{
"author": "synthetai",
"title": "ComfyUI-JM-MiniMax-API",
@ -43955,6 +43945,18 @@
"install_type": "git-clone",
"description": "Load and run GLM-OCR (zai-org/GLM-OCR) locally in ComfyUI. Supports text recognition, formula recognition, table extraction, and general image description. Picks up models from any ComfyUI checkpoint directory."
},
{
"author": "Dangocan",
"title": "ComfyUI Qwen-VL LoRA",
"id": "comfyui-qwenvl-lora",
"reference": "https://github.com/Dangocan/comfyui_qwenvl_lora",
"files": [
"https://github.com/Dangocan/comfyui_qwenvl_lora"
],
"install_type": "git-clone",
"description": "Load Qwen-VL and Qwen3-VL models locally and apply PEFT LoRA adapters for enhanced image captioning. Supports 4-bit and 8-bit quantization (BitsAndBytes), FP8 pre-quantized models, Flash Attention 2, SageAttention, and torch.compile. Includes a LoRA strength slider and configurable captioning prompts.",
"tags": ["captioning", "LLM", "VLM", "LoRA", "Qwen"]
},
{
"author": "SeanBRVFX",
"title": "ComfyUI-CorridorKey",
@ -44630,6 +44632,16 @@
"install_type": "git-clone",
"description": "A universal signal notifier node for ComfyUI that plays configurable sounds (voice modes, custom audio) whenever it receives any signal such as image, latent, or conditioning. (Description by CC)"
},
{
"author": "Rimor-dev",
"title": "Diana - Interactive Assistant",
"reference": "https://github.com/Rimor-dev/ComfyUI-Diana",
"files": [
"https://github.com/Rimor-dev/ComfyUI-Diana"
],
"install_type": "git-clone",
"description": "🧝 Interactive assistant that lives in your ComfyUI workspace. Reacts to queue events with animated sprites, voice lines, and text bubbles. Features multiple personalities: Diana (calm), Kitty (cute), Kerrigan (dark). Includes audio toggle, idle timer, and smart error detection."
},
{
"author": "fangzhengyu0704-dotcom",
"title": "ComfyUI-ArchTone-Extractor",
@ -44650,7 +44662,6 @@
"install_type": "git-clone",
"description": "ComfyUI custom nodes for HeartMuLa AI music generation - optimized for 16 GB GPUs"
},
{
"author": "Anzhc",
"title": "Anima-Mod-Guidance-ComfyUI-Node",
@ -44661,6 +44672,38 @@
"install_type": "git-clone",
"description": "Strict official-style modulation guidance node for Anima models in ComfyUI."
},
{
"author": "George Jiang",
"title": "ComfyUI Save Image Without Metadata",
"reference": "https://github.com/GeorgeJiang/comfyui-save-image-no-meta",
"files": [
"https://github.com/GeorgeJiang/comfyui-save-image-no-meta"
],
"install_type": "git-clone",
"description": "Save images without embedding workflow or prompt metadata"
},
{
"author": "ketle-man",
"title": "ComfyUI 2D Pose Editor",
"id": "comfyui-2dpose-editor",
"reference": "https://github.com/ketle-man/comfyui-2dpose-editor",
"files": [
"https://github.com/ketle-man/comfyui-2dpose-editor"
],
"install_type": "git-clone",
"description": "Interactive 2D rigging pose editor embedded inside a ComfyUI node. Drag joints to pose a figure, control eye direction, and export as IMAGE."
},
{
"author": "senjinthedragon",
"title": "ComfyUI Gender Tag Filter",
"reference": "https://github.com/senjinthedragon/comfyui-gender-tag-filter",
"files": [
"https://github.com/senjinthedragon/comfyui-gender-tag-filter"
],
"install_type": "git-clone",
"category": "utils/tags",
"description": "Filters and rewrites gendered vocabulary in Danbooru tags and natural language prompts to fix female-biased output from models like TIPO."
},

View File

@ -5485,7 +5485,6 @@
"PrimereAnyDetailer",
"PrimereAnyOutput",
"PrimereApiProcessor",
"PrimereAutoSamplerSettings",
"PrimereCKPT",
"PrimereCKPTLoader",
"PrimereCLIPEncoder",
@ -5521,6 +5520,7 @@
"PrimereMetaTupleCollector",
"PrimereMidjourneyStyles",
"PrimereModelConceptSelector",
"PrimereModelControl",
"PrimereModelKeyword",
"PrimereMultiImage",
"PrimereNetworkDataCollector",
@ -6338,6 +6338,7 @@
"DiffusionModelSelectorNode",
"ImageResizeNode",
"LORASelectorNode",
"ListCombinerNode",
"ListCreaterNode",
"ListRerouteNode",
"LoadImageWithMetadataNode",
@ -7970,6 +7971,7 @@
"https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": [
[
"AMT VFI",
"ATM VFI",
"CAIN VFI",
"FILM VFI",
"FLAVR VFI",
@ -9110,6 +9112,14 @@
"title_aux": "ComfyUI-DeepseekOCR"
}
],
"https://github.com/GeorgeJiang/comfyui-save-image-no-meta": [
[
"\ud83d\udcbe Save Image (No Meta)"
],
{
"title_aux": "ComfyUI Save Image Without Metadata"
}
],
"https://github.com/GeraldWie/ComfyUI-I2I-slim": [
[
"Color Transfer Slim",
@ -9399,6 +9409,7 @@
"GRAnySelector",
"GRAudioSelector",
"GRImageSelector",
"GRLiveGroupController",
"GRLoraLoader",
"GRMenuHook",
"GRPromptReplacer",
@ -11619,6 +11630,7 @@
"ImagetoTD",
"ImagetoTD(JPEG)",
"LoadTDImage",
"StringtoTD",
"Tripo3DtoTD",
"TripoSRtoTD",
"VideotoTD"
@ -13898,7 +13910,9 @@
],
"https://github.com/MONKEYFOREVER2/ComfyUI-CameraForensicRealism": [
[
"CameraForensicRealismEngine"
"CameraForensicRealismEngine",
"LUTApply",
"LUTLoader"
],
{
"title_aux": "ComfyUI-CameraForensicRealism"
@ -14825,6 +14839,7 @@
"iToolsPaintNode",
"iToolsPreviewImage",
"iToolsPreviewText",
"iToolsPromptBuilder",
"iToolsPromptLoader",
"iToolsPromptRecord",
"iToolsPromptSaver",
@ -20325,6 +20340,7 @@
"StarDynamicLora",
"StarDynamicLoraModelOnly",
"StarEasyTextStorage",
"StarEverythingToIntStr",
"StarFP8Converter",
"StarFP8ModelPatchLoader",
"StarFiveWildcards",
@ -23173,12 +23189,15 @@
],
"https://github.com/Xz3r0-M/ComfyUI-Xz3r0-Nodes": [
[
"XAnyToString",
"XAudioSave",
"XDateTimeString",
"XImageResize",
"XImageSave",
"XKleinRefConditioning",
"XLatentLoad",
"XLatentSave",
"XMarkdownSave",
"XMath",
"XResolution",
"XStringGroup",
@ -25223,6 +25242,7 @@
"https://github.com/aiolicollective/aioli-nodes": [
[
"BBoxMultipleFix",
"InpaintColorFix",
"RatioOutpaintCalc"
],
{
@ -28793,7 +28813,7 @@
],
"https://github.com/bulldog68/ComfyUI_FMJ_SP": [
[
"FMJSpeedPrompt"
"\u2728 FMJ-speed-Prompt"
],
{
"title_aux": "FMJ-speed-Prompt"
@ -29179,9 +29199,10 @@
"Data_select",
"Easy_QwenEdit2509",
"IO_EasyMark",
"IO_LoadImgBatch",
"IO_LoadImgList",
"IO_LoadShotList",
"IO_LoadTextList",
"IO_LoadShotBatch",
"IO_LoadTextBatch",
"IO_PathProcessor",
"IO_RegexPreset",
"IO_ShotCreate",
@ -34437,6 +34458,7 @@
"CLIPSaveQwen",
"CLIPScaleDualSDXLBlock",
"CLIPScaleQwenBlock",
"CLIPTextEncodeWithOffload",
"HDR Effects with LAB Adjust",
"HDREffectsLabAdjust",
"ModelMergeHiDream",
@ -35692,6 +35714,7 @@
"FL_AnimeLineExtractor",
"FL_ApplyMask",
"FL_Ascii",
"FL_AudioFrameCalculator",
"FL_Audio_BPM_Analyzer",
"FL_Audio_Beat_Visualizer",
"FL_Audio_Crop",
@ -38150,6 +38173,7 @@
],
"https://github.com/hetima/ComfyUI-SingleLinePicker": [
[
"SLPDirectoryContents",
"SLPFilenamePrefix",
"SLPLoraLoader",
"SLPLoraLoaderModelOnly",
@ -38230,6 +38254,7 @@
"WWAA_DisplayAny",
"WWAA_DitherNode",
"WWAA_GBCamera",
"WWAA_GaussianDenoiseFilter",
"WWAA_GridLayoutNode",
"WWAA_ImageDimensionCalculator",
"WWAA_ImageDimensionSize",
@ -38726,10 +38751,12 @@
"File List To File Path",
"Fix Dimensions",
"Get Timestamp",
"ImageConcatenateAuto",
"LoadImageFromPath",
"MP3 Embed In Image",
"MP3 Extract From Image",
"MP3 Path To Audio",
"MaxFramesByResolution",
"MaxFramesCalculator",
"RAMCleanup",
"RemoveFirstLine",
@ -38751,6 +38778,7 @@
"TunnelAutoReconnect",
"VF9_SetValue",
"VHS_ExtractVideoPath",
"VideoSyncConcatenate",
"_LoopAdd",
"_LoopLessThan",
"image_to_sha256",
@ -42116,6 +42144,7 @@
"CustomControlNetWeightsFluxFromList",
"CustomSigmas",
"CutAndDragOnPath",
"DecodeAndSaveVideo",
"DiTBlockLoraLoader",
"DifferentialDiffusionAdvanced",
"DiffusionModelLoaderKJ",
@ -42231,6 +42260,7 @@
"PlotCoordinates",
"PointsEditor",
"PreviewAnimation",
"PreviewImageOrMask",
"PreviewLatentNoiseMask",
"RemapImageRange",
"RemapMaskRange",
@ -47594,7 +47624,8 @@
"RT_LTX2_Extended_Duration_Node",
"RT_LTX2_RoyalPrompt",
"RT_LTX2_STG_Guider",
"RT_LTX2_SelfRefiningPatch"
"RT_LTX2_SelfRefiningPatch",
"RT_LTX2_Video_LoRA_Injector"
],
{
"title_aux": "ComfyUI-RT-LTX2-RareTools"
@ -52724,6 +52755,7 @@
"BatchAverageImage",
"GazeOffsetCalculator",
"LoadExternalLoraModelOnly",
"NanoBananaEdit",
"RuucmShareScreen"
],
{
@ -54244,7 +54276,9 @@
"LoraReduceRank",
"LoraRemapStrength",
"LoraSmartCombine",
"MatAnyone2",
"PowerLoraLoaderV2",
"VideoInpaint",
"VideoMergeABC",
"VideoTextEncodeCached_KJ",
"WanFMLF",
@ -55168,8 +55202,7 @@
"SuperColorAdjustAllInOne",
"SuperCreateTiles",
"SuperHueSaturation",
"SuperLatentStats",
"SuperLevelsNormalize",
"SuperModelDownloader",
"SuperPadImage",
"SuperResizeImage",
"SuperSVRCalcTiles",
@ -55683,7 +55716,7 @@
"https://github.com/stuttlepress/ComfyUI-Wan-VACE-Prep": [
[
"LoadVideosFromFolderSimple",
"VACESmooth",
"VACEInline",
"VisualFrameSelector",
"WanVACEBatchContext",
"WanVACEExtend",
@ -55881,6 +55914,7 @@
"BlackWhiteColor_Element",
"ChessboardPattern_Element",
"ElementEasyImageSize",
"Element_ImageCurve",
"Element_SigmaGraph",
"Element_SigmaGraph_Curve",
"EmptyImageRGB_Element",
@ -56097,18 +56131,6 @@
"title_aux": "ComfyUI-JM-Volcengine-API"
}
],
"https://github.com/synthetai/ComfyUI-ToolBox": [
[
"AutoDLDownload",
"CreatePaths",
"FolderDeleter",
"FolderViewe",
"PathOutput"
],
{
"title_aux": "ComfyUI-ToolBox"
}
],
"https://github.com/synthetai/ComfyUI_FaceEnhancer": [
[
"GFPGANFaceEnhancer",
@ -56822,20 +56844,26 @@
],
"https://github.com/tmode-1960/TA-ComfyUI-Nodes-Pack": [
[
"TAEbuLMStudioLoadModel",
"TAEbuLMStudioUnload",
"TAEbuLMStudioVisionRequest",
"TACaptioning",
"TACleanupSwitch",
"TADiscordLink",
"TAFilenameGenerator",
"TALMStudioLoadOnRun",
"TALMStudioLoadedModels",
"TALMStudioModelSelector",
"TALMStudioSmartLoader",
"TALoadCheckpointModelWithName",
"TALoadDiffusionModelWithName",
"TALoadGGUFModelWithName",
"TAFluxGuidanceGate",
"TAHelpLink",
"TAKSampler",
"TALatentPreview",
"TALoadModelWithName",
"TAModelPreset",
"TAPromptController",
"TAPromptHub",
"TASageAttentionToggler",
"TASamplerPreset",
"TASaveImageOptional",
"TASaveImageWithPrompt",
"ta_captioning"
"TASeedVR2Gate",
"TASmartLLM",
"TAUnifiedModelSwitcher",
"TA_LLM_PromptSelector"
],
{
"title_aux": "TA-ComfyUI-Nodes-Pack"
@ -58071,6 +58099,8 @@
[
"Trellis2BatchSimplifyMeshAndExport",
"Trellis2Continue",
"Trellis2Continue3",
"Trellis2Continue4",
"Trellis2DecodeLatents",
"Trellis2ExportMesh",
"Trellis2FillHolesWithCuMesh",
@ -58089,6 +58119,7 @@
"Trellis2MeshWithVoxelMultiViewGenerator",
"Trellis2MeshWithVoxelToMeshlibMesh",
"Trellis2MeshWithVoxelToTrimesh",
"Trellis2MultiViewTexturing",
"Trellis2OvoxelExportToGLB",
"Trellis2PostProcess2",
"Trellis2PostProcessAndUnWrapAndRasterizer",
@ -58393,6 +58424,7 @@
"vsLinx_BypassOnBool",
"vsLinx_FitImageIntoBBoxMask",
"vsLinx_ImpactMultilineWildcardText",
"vsLinx_LoadLastGeneratedImage",
"vsLinx_LoadSelectedImagesBatch",
"vsLinx_LoadSelectedImagesList",
"vsLinx_MuteOnBool",
@ -61069,7 +61101,12 @@
"https://github.com/zaknak/ComfyUi_zaknak_nodes": [
[
"CensorBarsByMask",
"MosaicByMask"
"ChatOnce",
"CompatibleEndpoint",
"CompatibleModelSelector",
"MosaicByMask",
"PromptPreset",
"VisionChatOnce"
],
{
"title_aux": "ComfyUi_zaknak_nodes"

File diff suppressed because it is too large Load Diff

View File

@ -1314,13 +1314,22 @@ export class CustomNodesManager {
}
cList.forEach(key => {
const nodeItem = node_packs[key];
if(!nodeItem || !nodeItem.nodesMap) {
return;
}
const extItem = nodeItem.nodesMap[extName];
if(!extItem) {
return;
}
if(!extItem.conflicts) {
extItem.conflicts = []
}
const conflictsList = cList.filter(k => k !== key);
conflictsList.forEach(k => {
const nItem = node_packs[k];
if(!nItem) {
return;
}
extItem.conflicts.push({
key: k,
title: nItem.title,

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "synthetai",
"title": "ComfyUI-ToolBox [NAME CONFLICT]",
"reference": "https://github.com/synthetai/ComfyUI-ToolBox",
"files": [
"https://github.com/synthetai/ComfyUI-ToolBox"
],
"install_type": "git-clone",
"description": "A collection of utility nodes for ComfyUI, including audio/video processing, file uploads, and AI image generation."
},
{
"author": "davidjshin1",
"title": "ComfyUI-NanobananaPro [NAME CONFLICT]",

View File

@ -4316,6 +4316,7 @@
"LatentPrependCache",
"LatentShapeDebug",
"PixelatedBorderNode",
"VaceControlPrepare",
"VideoLatentMask",
"VideoSegmentPrepare",
"VideoSegmentSave"
@ -8947,6 +8948,7 @@
"HolafBundleCreator",
"HolafBundleExtractor",
"HolafBypasser",
"HolafChunkedVAEDecode",
"HolafGroupBypasser",
"HolafImageAdjustment",
"HolafImageBatchSlice",
@ -10597,6 +10599,7 @@
"CSVRandomPicker",
"CSVRandomPickerAdv",
"CheckpointName",
"CodeableString",
"ControlNetName",
"CudaDevicePatcher",
"DrawMaskOnImage_lhy",
@ -11432,8 +11435,10 @@
"https://github.com/mrCodinghero/ComfyUI-Codinghero": [
[
"Basic Settings",
"Flux.2 Settings",
"Image Size Calculator",
"Model Selector",
"RES4LYF Flux.2 Settings",
"Settings",
"Upscale Settings Calculator"
],
@ -12130,6 +12135,7 @@
"przewodo ImageScaleFactor",
"przewodo ImageSizer",
"przewodo IsInputDisabled",
"przewodo LtxKeyFrameIndexes",
"przewodo SendFirstValidValue",
"przewodo SwapAnyComparison",
"przewodo SwapAnyCondition",
@ -13323,14 +13329,16 @@
"https://github.com/stalkervr/ComfyUI-StalkerVr": [
[
"AnyCollector",
"ConsoleLog",
"CalculateFrameCount",
"CreateProjectStructure",
"DebugConditioningStructure",
"FixJson",
"DesiredResolution",
"FormatDatePath",
"GenerateCreationTime",
"ImageBatchCrop",
"ImageGetSize",
"ImageGridCropper",
"ImageRatioResizer",
"ImageWatermark",
"JsonArraySplitter",
"JsonBuilder",
"JsonDeserializeObject",
@ -13344,23 +13352,24 @@
"JsonPromptToTextPromptConverter",
"JsonRootListExtractor",
"JsonSerializeObject",
"JsonToPromptNode",
"JsonToString",
"ListItemExtractor",
"LoadImageWithMetadata",
"LoadImagesWithMetadata",
"LogValue",
"Logger",
"LoopAny",
"PipeIn",
"PipeOut",
"NormalizeString",
"NudePresetSelector",
"PromptPartJoin",
"SaveImageWithMetadata",
"SaveTextFile",
"SaveVideoWithMetadata",
"ShotCameraAngle",
"StringBuilder",
"StringCollector",
"StringConcatenation",
"StringListToString",
"StringWrapper",
"SwitchAny",
"TextWatermark",
"WanVideoEnhanceMotionAdvanced",
"WanVideoEnhanceMotionAdvancedKJ",
"WanVideoEnhanceSVI",

View File

@ -1,5 +1,58 @@
{
"custom_nodes": [
{
"author": "senjinthedragon",
"title": "ComfyUI Gender Tag Filter",
"reference": "https://github.com/senjinthedragon/comfyui-gender-tag-filter",
"files": [
"https://github.com/senjinthedragon/comfyui-gender-tag-filter"
],
"install_type": "git-clone",
"category": "utils/tags",
"description": "Filters and rewrites gendered vocabulary in Danbooru tags and natural language prompts to fix female-biased output from models like TIPO."
},
{
"author": "ketle-man",
"title": "ComfyUI 2D Pose Editor",
"id": "comfyui-2dpose-editor",
"reference": "https://github.com/ketle-man/comfyui-2dpose-editor",
"files": [
"https://github.com/ketle-man/comfyui-2dpose-editor"
],
"install_type": "git-clone",
"description": "Interactive 2D rigging pose editor embedded inside a ComfyUI node. Drag joints to pose a figure, control eye direction, and export as IMAGE."
},
{
"author": "Rimor-dev",
"title": "Diana - Interactive Assistant",
"reference": "https://github.com/Rimor-dev/ComfyUI-Diana",
"files": [
"https://github.com/Rimor-dev/ComfyUI-Diana"
],
"install_type": "git-clone",
"description": "🧝 Interactive assistant that lives in your ComfyUI workspace. Reacts to queue events with animated sprites, voice lines, and text bubbles. Features multiple personalities: Diana (calm), Kitty (cute), Kerrigan (dark). Includes audio toggle, idle timer, and smart error detection."
},
{
"author": "Dangocan",
"title": "ComfyUI GLM-OCR",
"id": "comfyui-glm-ocr",
"reference": "https://github.com/Dangocan/comfyui_glm_ocr",
"files": [
"https://github.com/Dangocan/comfyui_glm_ocr"
],
"install_type": "git-clone",
"description": "Load and run GLM-OCR (zai-org/GLM-OCR) locally in ComfyUI. Supports text recognition, formula recognition, table extraction, and general image description. Picks up models from any ComfyUI checkpoint directory."
},
{
"author": "George Jiang",
"title": "ComfyUI Save Image Without Metadata",
"reference": "https://github.com/GeorgeJiang/comfyui-save-image-no-meta",
"files": [
"https://github.com/GeorgeJiang/comfyui-save-image-no-meta"
],
"install_type": "git-clone",
"description": "Save images without embedding workflow or prompt metadata"
},
{
"author": "cuzelac",
"title": "ComfyUI-CLAHE-Preprocessor",

View File

@ -5485,7 +5485,6 @@
"PrimereAnyDetailer",
"PrimereAnyOutput",
"PrimereApiProcessor",
"PrimereAutoSamplerSettings",
"PrimereCKPT",
"PrimereCKPTLoader",
"PrimereCLIPEncoder",
@ -5521,6 +5520,7 @@
"PrimereMetaTupleCollector",
"PrimereMidjourneyStyles",
"PrimereModelConceptSelector",
"PrimereModelControl",
"PrimereModelKeyword",
"PrimereMultiImage",
"PrimereNetworkDataCollector",
@ -6338,6 +6338,7 @@
"DiffusionModelSelectorNode",
"ImageResizeNode",
"LORASelectorNode",
"ListCombinerNode",
"ListCreaterNode",
"ListRerouteNode",
"LoadImageWithMetadataNode",
@ -7970,6 +7971,7 @@
"https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": [
[
"AMT VFI",
"ATM VFI",
"CAIN VFI",
"FILM VFI",
"FLAVR VFI",
@ -9110,6 +9112,14 @@
"title_aux": "ComfyUI-DeepseekOCR"
}
],
"https://github.com/GeorgeJiang/comfyui-save-image-no-meta": [
[
"\ud83d\udcbe Save Image (No Meta)"
],
{
"title_aux": "ComfyUI Save Image Without Metadata"
}
],
"https://github.com/GeraldWie/ComfyUI-I2I-slim": [
[
"Color Transfer Slim",
@ -9399,6 +9409,7 @@
"GRAnySelector",
"GRAudioSelector",
"GRImageSelector",
"GRLiveGroupController",
"GRLoraLoader",
"GRMenuHook",
"GRPromptReplacer",
@ -11619,6 +11630,7 @@
"ImagetoTD",
"ImagetoTD(JPEG)",
"LoadTDImage",
"StringtoTD",
"Tripo3DtoTD",
"TripoSRtoTD",
"VideotoTD"
@ -13898,7 +13910,9 @@
],
"https://github.com/MONKEYFOREVER2/ComfyUI-CameraForensicRealism": [
[
"CameraForensicRealismEngine"
"CameraForensicRealismEngine",
"LUTApply",
"LUTLoader"
],
{
"title_aux": "ComfyUI-CameraForensicRealism"
@ -14825,6 +14839,7 @@
"iToolsPaintNode",
"iToolsPreviewImage",
"iToolsPreviewText",
"iToolsPromptBuilder",
"iToolsPromptLoader",
"iToolsPromptRecord",
"iToolsPromptSaver",
@ -20325,6 +20340,7 @@
"StarDynamicLora",
"StarDynamicLoraModelOnly",
"StarEasyTextStorage",
"StarEverythingToIntStr",
"StarFP8Converter",
"StarFP8ModelPatchLoader",
"StarFiveWildcards",
@ -23173,12 +23189,15 @@
],
"https://github.com/Xz3r0-M/ComfyUI-Xz3r0-Nodes": [
[
"XAnyToString",
"XAudioSave",
"XDateTimeString",
"XImageResize",
"XImageSave",
"XKleinRefConditioning",
"XLatentLoad",
"XLatentSave",
"XMarkdownSave",
"XMath",
"XResolution",
"XStringGroup",
@ -25223,6 +25242,7 @@
"https://github.com/aiolicollective/aioli-nodes": [
[
"BBoxMultipleFix",
"InpaintColorFix",
"RatioOutpaintCalc"
],
{
@ -28793,7 +28813,7 @@
],
"https://github.com/bulldog68/ComfyUI_FMJ_SP": [
[
"FMJSpeedPrompt"
"\u2728 FMJ-speed-Prompt"
],
{
"title_aux": "FMJ-speed-Prompt"
@ -29179,9 +29199,10 @@
"Data_select",
"Easy_QwenEdit2509",
"IO_EasyMark",
"IO_LoadImgBatch",
"IO_LoadImgList",
"IO_LoadShotList",
"IO_LoadTextList",
"IO_LoadShotBatch",
"IO_LoadTextBatch",
"IO_PathProcessor",
"IO_RegexPreset",
"IO_ShotCreate",
@ -34437,6 +34458,7 @@
"CLIPSaveQwen",
"CLIPScaleDualSDXLBlock",
"CLIPScaleQwenBlock",
"CLIPTextEncodeWithOffload",
"HDR Effects with LAB Adjust",
"HDREffectsLabAdjust",
"ModelMergeHiDream",
@ -35692,6 +35714,7 @@
"FL_AnimeLineExtractor",
"FL_ApplyMask",
"FL_Ascii",
"FL_AudioFrameCalculator",
"FL_Audio_BPM_Analyzer",
"FL_Audio_Beat_Visualizer",
"FL_Audio_Crop",
@ -38150,6 +38173,7 @@
],
"https://github.com/hetima/ComfyUI-SingleLinePicker": [
[
"SLPDirectoryContents",
"SLPFilenamePrefix",
"SLPLoraLoader",
"SLPLoraLoaderModelOnly",
@ -38230,6 +38254,7 @@
"WWAA_DisplayAny",
"WWAA_DitherNode",
"WWAA_GBCamera",
"WWAA_GaussianDenoiseFilter",
"WWAA_GridLayoutNode",
"WWAA_ImageDimensionCalculator",
"WWAA_ImageDimensionSize",
@ -38726,10 +38751,12 @@
"File List To File Path",
"Fix Dimensions",
"Get Timestamp",
"ImageConcatenateAuto",
"LoadImageFromPath",
"MP3 Embed In Image",
"MP3 Extract From Image",
"MP3 Path To Audio",
"MaxFramesByResolution",
"MaxFramesCalculator",
"RAMCleanup",
"RemoveFirstLine",
@ -38751,6 +38778,7 @@
"TunnelAutoReconnect",
"VF9_SetValue",
"VHS_ExtractVideoPath",
"VideoSyncConcatenate",
"_LoopAdd",
"_LoopLessThan",
"image_to_sha256",
@ -42116,6 +42144,7 @@
"CustomControlNetWeightsFluxFromList",
"CustomSigmas",
"CutAndDragOnPath",
"DecodeAndSaveVideo",
"DiTBlockLoraLoader",
"DifferentialDiffusionAdvanced",
"DiffusionModelLoaderKJ",
@ -42231,6 +42260,7 @@
"PlotCoordinates",
"PointsEditor",
"PreviewAnimation",
"PreviewImageOrMask",
"PreviewLatentNoiseMask",
"RemapImageRange",
"RemapMaskRange",
@ -47594,7 +47624,8 @@
"RT_LTX2_Extended_Duration_Node",
"RT_LTX2_RoyalPrompt",
"RT_LTX2_STG_Guider",
"RT_LTX2_SelfRefiningPatch"
"RT_LTX2_SelfRefiningPatch",
"RT_LTX2_Video_LoRA_Injector"
],
{
"title_aux": "ComfyUI-RT-LTX2-RareTools"
@ -52724,6 +52755,7 @@
"BatchAverageImage",
"GazeOffsetCalculator",
"LoadExternalLoraModelOnly",
"NanoBananaEdit",
"RuucmShareScreen"
],
{
@ -54244,7 +54276,9 @@
"LoraReduceRank",
"LoraRemapStrength",
"LoraSmartCombine",
"MatAnyone2",
"PowerLoraLoaderV2",
"VideoInpaint",
"VideoMergeABC",
"VideoTextEncodeCached_KJ",
"WanFMLF",
@ -55168,8 +55202,7 @@
"SuperColorAdjustAllInOne",
"SuperCreateTiles",
"SuperHueSaturation",
"SuperLatentStats",
"SuperLevelsNormalize",
"SuperModelDownloader",
"SuperPadImage",
"SuperResizeImage",
"SuperSVRCalcTiles",
@ -55683,7 +55716,7 @@
"https://github.com/stuttlepress/ComfyUI-Wan-VACE-Prep": [
[
"LoadVideosFromFolderSimple",
"VACESmooth",
"VACEInline",
"VisualFrameSelector",
"WanVACEBatchContext",
"WanVACEExtend",
@ -55881,6 +55914,7 @@
"BlackWhiteColor_Element",
"ChessboardPattern_Element",
"ElementEasyImageSize",
"Element_ImageCurve",
"Element_SigmaGraph",
"Element_SigmaGraph_Curve",
"EmptyImageRGB_Element",
@ -56097,18 +56131,6 @@
"title_aux": "ComfyUI-JM-Volcengine-API"
}
],
"https://github.com/synthetai/ComfyUI-ToolBox": [
[
"AutoDLDownload",
"CreatePaths",
"FolderDeleter",
"FolderViewe",
"PathOutput"
],
{
"title_aux": "ComfyUI-ToolBox"
}
],
"https://github.com/synthetai/ComfyUI_FaceEnhancer": [
[
"GFPGANFaceEnhancer",
@ -56822,20 +56844,26 @@
],
"https://github.com/tmode-1960/TA-ComfyUI-Nodes-Pack": [
[
"TAEbuLMStudioLoadModel",
"TAEbuLMStudioUnload",
"TAEbuLMStudioVisionRequest",
"TACaptioning",
"TACleanupSwitch",
"TADiscordLink",
"TAFilenameGenerator",
"TALMStudioLoadOnRun",
"TALMStudioLoadedModels",
"TALMStudioModelSelector",
"TALMStudioSmartLoader",
"TALoadCheckpointModelWithName",
"TALoadDiffusionModelWithName",
"TALoadGGUFModelWithName",
"TAFluxGuidanceGate",
"TAHelpLink",
"TAKSampler",
"TALatentPreview",
"TALoadModelWithName",
"TAModelPreset",
"TAPromptController",
"TAPromptHub",
"TASageAttentionToggler",
"TASamplerPreset",
"TASaveImageOptional",
"TASaveImageWithPrompt",
"ta_captioning"
"TASeedVR2Gate",
"TASmartLLM",
"TAUnifiedModelSwitcher",
"TA_LLM_PromptSelector"
],
{
"title_aux": "TA-ComfyUI-Nodes-Pack"
@ -58071,6 +58099,8 @@
[
"Trellis2BatchSimplifyMeshAndExport",
"Trellis2Continue",
"Trellis2Continue3",
"Trellis2Continue4",
"Trellis2DecodeLatents",
"Trellis2ExportMesh",
"Trellis2FillHolesWithCuMesh",
@ -58089,6 +58119,7 @@
"Trellis2MeshWithVoxelMultiViewGenerator",
"Trellis2MeshWithVoxelToMeshlibMesh",
"Trellis2MeshWithVoxelToTrimesh",
"Trellis2MultiViewTexturing",
"Trellis2OvoxelExportToGLB",
"Trellis2PostProcess2",
"Trellis2PostProcessAndUnWrapAndRasterizer",
@ -58393,6 +58424,7 @@
"vsLinx_BypassOnBool",
"vsLinx_FitImageIntoBBoxMask",
"vsLinx_ImpactMultilineWildcardText",
"vsLinx_LoadLastGeneratedImage",
"vsLinx_LoadSelectedImagesBatch",
"vsLinx_LoadSelectedImagesList",
"vsLinx_MuteOnBool",
@ -61069,7 +61101,12 @@
"https://github.com/zaknak/ComfyUi_zaknak_nodes": [
[
"CensorBarsByMask",
"MosaicByMask"
"ChatOnce",
"CompatibleEndpoint",
"CompatibleModelSelector",
"MosaicByMask",
"PromptPreset",
"VisionChatOnce"
],
{
"title_aux": "ComfyUi_zaknak_nodes"