update DB

This commit is contained in:
Dr.Lt.Data 2025-10-20 06:57:50 +09:00
parent 1337def888
commit 0aa9faad2e
6 changed files with 383 additions and 160 deletions

View File

@ -34415,16 +34415,6 @@
"install_type": "git-clone",
"description": "A fully automated ComfyUI custom node that uses Joy Caption Alpha Two to generate high-quality image captions. Perfect for: LoRA/model training dataset preparation, Image tagging and organization, NSFW content captioning, Batch processing large image collections"
},
{
"author": "EricRollei",
"title": "Hyper-ComfyUI: HYPIR Image Restoration Node",
"reference": "https://github.com/EricRollei/HYPIR-ComfyUI",
"files": [
"https://github.com/EricRollei/HYPIR-ComfyUI"
],
"install_type": "git-clone",
"description": "Custom ComfyUI nodes that embed the HYPIR image restoration method for Stable Diffusion 2.1. The upstream research was created by Xinqi Lin, Fanghua Yu, Jinfan Hu, Zhiyuan You, Wu Shi, Jimmy S. Ren, Jinjin Gu, and collaborators. Source: [a/https://github.com/XPixelGroup/HYPIR](https://github.com/XPixelGroup/HYPIR)."
},
{
"author": "EricRollei",
"title": "Eric's Prompt Enhancers for ComfyUI",
@ -34445,6 +34435,16 @@
"install_type": "git-clone",
"description": "Utility collection of ComfyUI V3 nodes for stabilizing temporal segmentation masks while staying deterministic and torch-only."
},
{
"author": "nomadoor",
"title": "ComfyUI Dual Panel Subgraph Viewer",
"reference": "https://github.com/nomadoor/ComfyUI-DualPanel-Subgraph-Viewer",
"files": [
"https://github.com/nomadoor/ComfyUI-DualPanel-Subgraph-Viewer"
],
"install_type": "git-clone",
"description": "A frontend extension for ComfyUI that allows you to open and edit subgraphs in a right-hand panel, instead of replacing the main canvas."
},
{
"author": "neo-editer",
"title": "ComfyUI-Better-Dimensions-wan-v2",
@ -34505,6 +34505,67 @@
"install_type": "git-clone",
"description": "Ollama in ComfyUI"
},
{
"author": "OmiX",
"title": "OmiXdev Custom Nodes",
"id": "omixdev-custom-nodes",
"reference": "https://github.com/omixmaxdimo/OmiXDev",
"files": [
"https://github.com/omixmaxdimo/OmiXDev"
],
"install_type": "git-clone",
"description": "A collection of custom node for online chat with APIKey to OpenAI ChatGpt4xx... Grok ...."
},
{
"author": "AlcAI-AnimeHaven",
"title": "AlcAI Nodes for ComfyUI",
"reference": "https://github.com/AlcAI-AnimeHaven/AlcAI-nodes",
"files": [
"https://github.com/AlcAI-AnimeHaven/AlcAI-nodes"
],
"install_type": "git-clone",
"description": "AlcAI Nodes is a collection of custom nodes for ComfyUI, a modular interface for image generation with Stable Diffusion. This project focuses on tools optimized for creating anime-style images and stylized effects, inspired by the AnimeHaven universe. It aims to simplify workflows for artists and AI creativity enthusiasts."
},
{
"author": "diffussy69",
"title": "ComfyUI-curved_weight_schedule",
"reference": "https://github.com/diffussy69/comfyui-curved_weight_schedule",
"files": [
"https://github.com/diffussy69/comfyui-curved_weight_schedule"
],
"install_type": "git-clone",
"description": "Custom Node for ComfyUI that allows you set a weighted curve to your ControlNet giving you more control over the weight of the model over the course of generation."
},
{
"author": "smbdsbrain",
"title": "ComfyUI PK Load Image Paste",
"reference": "https://github.com/smbdsbrain/ComfyUI-PK_load_image_paste",
"files": [
"https://github.com/smbdsbrain/ComfyUI-PK_load_image_paste"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node that extends the standard Load Image functionality with a convenient 'Paste from clipboard' button. This allows you to directly paste images from your clipboard without workflow conflicts, ensuring only images are pasted."
},
{
"author": "rdawgemfl",
"title": "RDAWG 3D Pack (CUDA 12.8 + PyTorch 2.9.0)",
"reference": "https://github.com/rdawgemfl/rdawg_3D_pack",
"files": [
"https://github.com/rdawgemfl/rdawg_3D_pack"
],
"install_type": "git-clone",
"description": "Modern 3D Processing Nodes for ComfyUI - Optimized for CUDA 12.8 + PyTorch 2.9.0"
},
{
"author": "ashtar1984",
"title": "comfyui-find-perfect-resolution",
"reference": "https://github.com/ashtar1984/comfyui-find-perfect-resolution",
"files": [
"https://github.com/ashtar1984/comfyui-find-perfect-resolution"
],
"install_type": "git-clone",
"description": "This custom ComfyUI node, Find Perfect Resolution, calculates an optimal output resolution for an input image while preserving its aspect ratio and ensuring dimensions are divisible by a specified value. It is designed to work seamlessly in ComfyUI workflows, particularly for resizing images with nodes like 'Resize Image v2'."
},
@ -34965,17 +35026,6 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "OmiX",
"title": "OmiXdev Custom Nodes",
"id": "omixdev-custom-nodes",
"reference": "https://github.com/omixmaxdimo/OmiXDev",
"files": [
"https://github.com/omixmaxdimo/OmiXDev"
],
"install_type": "git-clone",
"description": "A collection of custom node for online chat with APIKey to OpenAI ChatGpt4xx... Grok ...."
}
]
}

View File

@ -2140,6 +2140,14 @@
"title_aux": "seamless-clone-comfyui"
}
],
"https://github.com/AlcAI-AnimeHaven/AlcAI-nodes": [
[
"RandomResSDXL"
],
{
"title_aux": "AlcAI Nodes for ComfyUI"
}
],
"https://github.com/Alectriciti/comfyui-adaptiveprompts": [
[
"NormalizeLoraTags",
@ -5757,14 +5765,6 @@
"title_aux": "ComfyUI-EreNodes"
}
],
"https://github.com/EricRollei/HYPIR-ComfyUI": [
[
"HyperComfyUIHYPIRRestore"
],
{
"title_aux": "Hyper-ComfyUI: HYPIR Image Restoration Node"
}
],
"https://github.com/EricRollei/Local_LLM_Prompt_Enhancer": [
[
"EricImageToImagePromptExpander",
@ -8142,7 +8142,8 @@
"ImageLoader",
"MultiplePathsInput",
"Qwen3_VQA",
"VideoLoader"
"VideoLoader",
"VideoLoaderPath"
],
{
"title_aux": "Comfyui_Qwen3-VL-Instruct"
@ -11327,10 +11328,10 @@
],
"https://github.com/NewLouwa/ComfyUI-Model_preset_Pilot": [
[
"LoadLocalImage",
"ModelPresetLoader",
"ModelPresetLoaderInternal",
"PresetCreator",
"KSamplerHelper",
"ModelPresetManager",
"PresetKSampler",
"PresetToKSampler",
"PreviewImage"
],
{
@ -12114,12 +12115,10 @@
[
"Hy3D21CameraConfig",
"Hy3D21ExportMesh",
"Hy3D21GenerateMultiViewsBatch",
"Hy3D21IMRemesh",
"Hy3D21ImageWithAlphaInput",
"Hy3D21LoadImageWithTransparency",
"Hy3D21LoadMesh",
"Hy3D21MeshGenerationBatch",
"Hy3D21MeshUVWrap",
"Hy3D21MeshlibDecimate",
"Hy3D21MultiViewsGeneratorWithMetaData",
@ -12771,6 +12770,7 @@
"https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image": [
[
"ImageAdjustment",
"ImageAdjustmentColor",
"ImageBlendWithAlpha",
"ImageBoard",
"ImageColor",
@ -12786,6 +12786,7 @@
"ImageOverlay",
"ImagePalette",
"ImagePalette631",
"ImagePaletteContrary",
"ImagePrimaryColor",
"ImageRMBG",
"ImageResize",
@ -13074,6 +13075,7 @@
"RandomLoRACustom",
"RandomLoRAFolder",
"SaveWorkflowAndShutdown",
"SplitBatchWithPrefix",
"WildcardManager"
],
{
@ -15437,6 +15439,7 @@
"StringToolsBalancedChoice",
"StringToolsConcat",
"StringToolsRandomChoice",
"StringToolsSeed",
"StringToolsString",
"StringToolsText"
],
@ -19223,6 +19226,14 @@
"title_aux": "Hunyuan-Multi-Lora-Loader"
}
],
"https://github.com/ashtar1984/comfyui-find-perfect-resolution": [
[
"FindPerfectResolution"
],
{
"title_aux": "comfyui-find-perfect-resolution"
}
],
"https://github.com/asutermo/ComfyUI-Flux-TryOff": [
[
"TryOffFluxFillModelNode",
@ -21125,6 +21136,8 @@
"Image_Upscaletile",
"Image_batch_composite",
"Image_batch_select",
"Image_pad_adjust",
"Image_pad_adjust_restore",
"Image_pad_keep",
"Image_smooth_blur",
"Image_solo_crop",
@ -21146,6 +21159,7 @@
"Model_Preset_Unpack",
"Model_Preset_pack",
"Stack_CN_union",
"Stack_CN_union3",
"Stack_ControlNet",
"Stack_IPA",
"Stack_Kontext_MulCondi",
@ -21184,6 +21198,7 @@
"basic_Ksampler_adv",
"basic_Ksampler_custom",
"basic_Ksampler_full",
"basic_Ksampler_low_gpu",
"basic_Ksampler_mid",
"basic_Ksampler_simple",
"batch_BatchSlice",
@ -21305,6 +21320,7 @@
"pre_latent_light",
"pre_mul_Mulcondi",
"pre_qwen_controlnet",
"pre_ref_condition",
"pre_sample_data",
"sampler_DynamicTileMerge",
"sampler_DynamicTileSplit",
@ -21325,6 +21341,7 @@
"sum_stack_AD",
"sum_stack_Kontext",
"sum_stack_QwenEdit",
"sum_stack_QwenEditPlus",
"sum_stack_Wan",
"sum_stack_all",
"sum_stack_image",
@ -24544,6 +24561,7 @@
"DavchaCLIPMergeSimple",
"DavchaCLIPTextEncode",
"DavchaConditioningConcat",
"DavchaEmptyLatent",
"DavchaEmptyLatentImage",
"DavchaLLM",
"DavchaLLMAdvanced",
@ -24556,6 +24574,7 @@
"DavchaPop",
"DavchaTextEncodeQwenImageEditPlus",
"DavchaWan22LoraTagLoader",
"DavchaWan22LoraTagParser",
"PadAndResize",
"PercentPadding",
"ResizeCropFit",
@ -24709,6 +24728,14 @@
"title_aux": "ComfyUI-Dickson-Nodes"
}
],
"https://github.com/diffussy69/comfyui-curved_weight_schedule": [
[
"CurvedTimestepKeyframes"
],
{
"title_aux": "ComfyUI-curved_weight_schedule"
}
],
"https://github.com/digitaljohn/comfyui-propost": [
[
"ProPostApplyLUT",
@ -25812,6 +25839,7 @@
"QwenProcessedToEmbedding",
"QwenProcessorWrapper",
"QwenSchedulerInfoNode",
"QwenSmartCrop",
"QwenSpatialTokenGenerator",
"QwenTemplateBuilderV2",
"QwenTemplateConnector",
@ -37229,6 +37257,15 @@
"title_aux": "Quality of life Suit:V2"
}
],
"https://github.com/omixmaxdimo/OmiXDev": [
[
"OmixChatPro",
"OmixGeminiPro"
],
{
"title_aux": "OmiXdev Custom Nodes"
}
],
"https://github.com/openvino-dev-samples/comfyui_openvino": [
[
"OpenVINO_TorchCompileModel"
@ -38968,6 +39005,32 @@
"title_aux": "ComfyUI_Florence2SAM2"
}
],
"https://github.com/rdawgemfl/rdawg_3D_pack": [
[
"RDAWG3DAnalyzeMesh",
"RDAWG3DBoundingBox",
"RDAWG3DComputeCurvature",
"RDAWG3DComputeDistance",
"RDAWG3DCreateMesh",
"RDAWG3DDownsamplePointCloud",
"RDAWG3DExtractFeatures",
"RDAWG3DLoadModel",
"RDAWG3DLoadPointCloud",
"RDAWG3DMeshToImage",
"RDAWG3DMeshToPointCloud",
"RDAWG3DPointCloudToMesh",
"RDAWG3DRemeshUniform",
"RDAWG3DRemoveOutliers",
"RDAWG3DSimplifyMesh",
"RDAWG3DSmoothMesh",
"RDAWG3DSubdivideMesh",
"RDAWG3DTransform",
"RDAWG3DTransformPointCloud"
],
{
"title_aux": "RDAWG 3D Pack (CUDA 12.8 + PyTorch 2.9.0)"
}
],
"https://github.com/rdomunky/comfyui-subfolderimageloader": [
[
"SubfolderImageLoader"
@ -40731,17 +40794,16 @@
"https://github.com/silveroxides/ComfyUI-ModelUtils": [
[
"CLIPMetaKeys",
"CLIPPruneKeys",
"CLIPRenameKeys",
"CheckpointMetaKeys",
"CLIPThreeMerger",
"CLIPTwoMerger",
"CheckpointPruneKeys",
"CheckpointRenameKeys",
"LoRAMetaKeys",
"LoRAPruneKeys",
"LoRARenameKeys",
"CheckpointThreeMerger",
"CheckpointTwoMerger",
"LoRAThreeMerger",
"LoRATwoMerger",
"UNetMetaKeys",
"UNetPruneKeys",
"UNetRenameKeys"
"UNetThreeMerger",
"UNetTwoMerger"
],
{
"title_aux": "Model Utility Toolkit"
@ -41029,6 +41091,14 @@
"title_aux": "kb-comfyui-nodes"
}
],
"https://github.com/smbdsbrain/ComfyUI-PK_load_image_paste": [
[
"PKLoadImagePaste"
],
{
"title_aux": "ComfyUI PK Load Image Paste"
}
],
"https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": [
[
"SML_FluxProUltra_Replicate_Standalone",

View File

@ -1,8 +1,28 @@
{
"custom_nodes": [
{
"author": "EricRollei",
"title": "Hyper-ComfyUI: HYPIR Image Restoration Node [WIP]",
"reference": "https://github.com/EricRollei/HYPIR-ComfyUI",
"files": [
"https://github.com/EricRollei/HYPIR-ComfyUI"
],
"install_type": "git-clone",
"description": "Custom ComfyUI nodes that embed the HYPIR image restoration method for Stable Diffusion 2.1. The upstream research was created by Xinqi Lin, Fanghua Yu, Jinfan Hu, Zhiyuan You, Wu Shi, Jimmy S. Ren, Jinjin Gu, and collaborators. Source: [a/https://github.com/XPixelGroup/HYPIR](https://github.com/XPixelGroup/HYPIR).\nNOTE:The file node_list.json is incorrectly written."
},
{
"author": "yamanacn",
"title": "ComfyUI-QwenVL3-image [WIP]",
"reference": "https://github.com/yamanacn/ComfyUI-QwenVL3-image",
"files": [
"https://github.com/yamanacn/ComfyUI-QwenVL3-image"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that integrates the Qwen3-VL-4B-Instruct-FP8 vision-language model for efficient image understanding and description.\nNOTE: The files in the repo are not organized."
},
{
"author": "DeyanSrossturkhahov",
"title": "ComfyUI Primitive Mesh Generator[WIP]",
"title": "ComfyUI Primitive Mesh Generator [WIP]",
"reference": "https://github.com/rossturk/comfyui-primitive-mesh",
"files": [
"https://github.com/rossturk/comfyui-primitive-mesh"

View File

@ -415,6 +415,7 @@
"A1r Denoise InputSwitch",
"A1r Image InputSwitch",
"A1r Image OutputSwitch",
"A1r ImageUpscale Mode Picker",
"A1r ImageUpscaleSwitch Toggle",
"A1r Int to Boolean",
"A1r JoyTag TextBox",
@ -1191,7 +1192,12 @@
"FalAILipSyncNode",
"FalAPIOmniProNode",
"FalAPIVideoGeneratorI2V",
"FalAPIVideoGeneratorT2V"
"FalAPIVideoGeneratorT2V",
"FalI2V",
"FalLipSync",
"FalOmniPro",
"FalOmniProV2",
"FalT2V"
],
{
"title_aux": "ComfyUI-BS_FalAi-API-Video [WIP]"
@ -1825,6 +1831,14 @@
"title_aux": "Comfy-Metadata-System [WIP]"
}
],
"https://github.com/EricRollei/HYPIR-ComfyUI": [
[
"HyperComfyUIHYPIRRestore"
],
{
"title_aux": "Hyper-ComfyUI: HYPIR Image Restoration Node [WIP]"
}
],
"https://github.com/Estanislao-Oviedo/ComfyUI-CustomNodes": [
[
"Attention couple",
@ -9823,7 +9837,8 @@
"rakete.BuildString",
"rakete.GetWidgetValue",
"rakete.GpuGarbageCollector",
"rakete.JoinStrings"
"rakete.JoinStrings",
"rakete.SelectSamplerName"
],
{
"author": "Rakete",
@ -10069,7 +10084,7 @@
"PrimitiveMeshNode"
],
{
"title_aux": "ComfyUI Primitive Mesh Generator[WIP]"
"title_aux": "ComfyUI Primitive Mesh Generator [WIP]"
}
],
"https://github.com/rouxianmantou/comfyui-rxmt-nodes": [
@ -10307,10 +10322,9 @@
],
"https://github.com/silveroxides/ComfyUI_CondsUtils": [
[
"InsertT5XXLEmb",
"InsertTEConds",
"LoadReduxEmb",
"LoadT5XXLConds",
"LoadT5XXLEmb",
"LoadTEConds",
"SaveCondsEmb",
"SaveReduxEmb"
],
@ -10320,10 +10334,9 @@
],
"https://github.com/silveroxides/ComfyUI_ReduxEmbedToolkit": [
[
"InsertT5XXLEmb",
"InsertTEConds",
"LoadReduxEmb",
"LoadT5XXLConds",
"LoadT5XXLEmb",
"LoadTEConds",
"SaveCondsEmb",
"SaveReduxEmb"
],
@ -11163,6 +11176,7 @@
"IndexOffsetAdjuster",
"IndexUrlPairDeduplicator",
"JsonArrayElementFieldExtractor",
"JsonArrayFieldUniformSetter",
"JsonCompressor",
"JsonExtractSubjectNamesScales",
"JsonFieldDeleter",
@ -11483,6 +11497,15 @@
"title_aux": "ComfyUI-Direct3DS2 [WIP]"
}
],
"https://github.com/yamanacn/ComfyUI-QwenVL3-image": [
[
"QwenVL3_image",
"QwenVLUnloadModel"
],
{
"title_aux": "ComfyUI-QwenVL3-image [WIP]"
}
],
"https://github.com/yamanacn/comfyui_qwen_object": [
[
"BBoxToSAM",

View File

@ -1,5 +1,76 @@
{
"custom_nodes": [
{
"author": "OmiX",
"title": "OmiXdev Custom Nodes",
"id": "omixdev-custom-nodes",
"reference": "https://github.com/omixmaxdimo/OmiXDev",
"files": [
"https://github.com/omixmaxdimo/OmiXDev"
],
"install_type": "git-clone",
"description": "A collection of custom node for online chat with APIKey to OpenAI ChatGpt4xx... Grok ...."
},
{
"author": "AlcAI-AnimeHaven",
"title": "AlcAI Nodes for ComfyUI",
"reference": "https://github.com/AlcAI-AnimeHaven/AlcAI-nodes",
"files": [
"https://github.com/AlcAI-AnimeHaven/AlcAI-nodes"
],
"install_type": "git-clone",
"description": "AlcAI Nodes is a collection of custom nodes for ComfyUI, a modular interface for image generation with Stable Diffusion. This project focuses on tools optimized for creating anime-style images and stylized effects, inspired by the AnimeHaven universe. It aims to simplify workflows for artists and AI creativity enthusiasts."
},
{
"author": "rdawgemfl",
"title": "RDAWG 3D Pack (CUDA 12.8 + PyTorch 2.9.0)",
"reference": "https://github.com/rdawgemfl/rdawg_3D_pack",
"files": [
"https://github.com/rdawgemfl/rdawg_3D_pack"
],
"install_type": "git-clone",
"description": "Modern 3D Processing Nodes for ComfyUI - Optimized for CUDA 12.8 + PyTorch 2.9.0"
},
{
"author": "nomadoor",
"title": "ComfyUI Dual Panel Subgraph Viewer",
"reference": "https://github.com/nomadoor/ComfyUI-DualPanel-Subgraph-Viewer",
"files": [
"https://github.com/nomadoor/ComfyUI-DualPanel-Subgraph-Viewer"
],
"install_type": "git-clone",
"description": "A frontend extension for ComfyUI that allows you to open and edit subgraphs in a right-hand panel, instead of replacing the main canvas."
},
{
"author": "diffussy69",
"title": "ComfyUI-curved_weight_schedule",
"reference": "https://github.com/diffussy69/comfyui-curved_weight_schedule",
"files": [
"https://github.com/diffussy69/comfyui-curved_weight_schedule"
],
"install_type": "git-clone",
"description": "Custom Node for ComfyUI that allows you set a weighted curve to your ControlNet giving you more control over the weight of the model over the course of generation."
},
{
"author": "smbdsbrain",
"title": "ComfyUI PK Load Image Paste",
"reference": "https://github.com/smbdsbrain/ComfyUI-PK_load_image_paste",
"files": [
"https://github.com/smbdsbrain/ComfyUI-PK_load_image_paste"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node that extends the standard Load Image functionality with a convenient 'Paste from clipboard' button. This allows you to directly paste images from your clipboard without workflow conflicts, ensuring only images are pasted."
},
{
"author": "ashtar1984",
"title": "comfyui-find-perfect-resolution",
"reference": "https://github.com/ashtar1984/comfyui-find-perfect-resolution",
"files": [
"https://github.com/ashtar1984/comfyui-find-perfect-resolution"
],
"install_type": "git-clone",
"description": "This custom ComfyUI node, Find Perfect Resolution, calculates an optimal output resolution for an input image while preserving its aspect ratio and ensuring dimensions are divisible by a specified value. It is designed to work seamlessly in ComfyUI workflows, particularly for resizing images with nodes like 'Resize Image v2'."
},
{
"author": "Sean-Bradley",
"title": "ComfyUI Voice Clone",
@ -100,16 +171,6 @@
"install_type": "git-clone",
"description": "Utility collection of ComfyUI V3 nodes for stabilizing temporal segmentation masks while staying deterministic and torch-only."
},
{
"author": "EricRollei",
"title": "Hyper-ComfyUI: HYPIR Image Restoration Node",
"reference": "https://github.com/EricRollei/HYPIR-ComfyUI",
"files": [
"https://github.com/EricRollei/HYPIR-ComfyUI"
],
"install_type": "git-clone",
"description": "Custom ComfyUI nodes that embed the HYPIR image restoration method for Stable Diffusion 2.1. The upstream research was created by Xinqi Lin, Fanghua Yu, Jinfan Hu, Zhiyuan You, Wu Shi, Jimmy S. Ren, Jinjin Gu, and collaborators. Source: [a/https://github.com/XPixelGroup/HYPIR](https://github.com/XPixelGroup/HYPIR)."
},
{
"author": "flybirdxx",
"title": "ComfyUI-Rex-Omni",
@ -620,77 +681,6 @@
],
"install_type": "git-clone",
"description": "A custom ComfyUI node that allows you to combine two LoRAs with adjustable strengths and multiple merging methods."
},
{
"author": "abdozmantar",
"title": "DeepExtract2",
"reference": "https://github.com/abdozmantar/ComfyUI-DeepExtractV2",
"files": [
"https://github.com/abdozmantar/ComfyUI-DeepExtractV2"
],
"install_type": "git-clone",
"description": "DeepExtractV2 lightning-fast, high-quality audio separator. Instantly isolate vocals, drums, bass, and more from any track. Ideal for creators, DJs, and audio pros."
},
{
"author": "Jairodaniel-17",
"title": "ComfyUI-translate-offline",
"reference": "https://github.com/Jairodaniel-17/ComfyUI-translate-offline",
"files": [
"https://github.com/Jairodaniel-17/ComfyUI-translate-offline"
],
"install_type": "git-clone",
"description": "ComfyUI-translate-offline is a custom node for ComfyUI designed to perform offline text translations using ONNXbased translation models from Hugging Face. The project enables integrating multilingual translations into ComfyUI workflows, focusing on text prompts and conditioning for CLIP models. It supports direct translation between configured language pairs as well as pivot translation via English when no direct model exists. It uses lazy model loading to optimize performance and a SQLite-based caching system to avoid repeated translations."
},
{
"author": "Seungyong Lee",
"title": "ComfyUI-PromptEnhancer",
"id": "comfyui-promptenhancer",
"reference": "https://github.com/ryan-seungyong-lee/ComfyUI-PromptEnhancer",
"files": [
"https://github.com/ryan-seungyong-lee/ComfyUI-PromptEnhancer"
],
"install_type": "git-clone",
"description": "ComfyUI-PromptEnhancer is a custom node for Hunyuan PromptEnhancer"
},
{
"author": "voxta-ai",
"title": "Voxta ComfyUI Nodes",
"reference": "https://github.com/voxta-ai/ComfyUI-VoxtaNodes",
"files": [
"https://github.com/voxta-ai/ComfyUI-VoxtaNodes"
],
"install_type": "git-clone",
"description": "ComfyUI nodes to create and integrate with Voxta"
},
{
"author": "AzelusLightvale",
"title": "ComfyUI ARG Toolkit",
"reference": "https://github.com/AzelusLightvale/ComfyUI-ARG-Toolkit",
"files": [
"https://github.com/AzelusLightvale/ComfyUI-ARG-Toolkit"
],
"install_type": "git-clone",
"description": "A collection of ComfyUI nodes for cryptography, steganography, encryption, decryption, and tools needed to both make and solve ARGs (Alternative Reality Games) and secret messages."
},
{
"author": "casc1701",
"title": "ComfyUI_OverlayFrameNumber",
"reference": "https://github.com/casc1701/ComfyUI_OverlayFrameNumber",
"files": [
"https://github.com/casc1701/ComfyUI_OverlayFrameNumber"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node to overlay frame numbers on images (e.g., from VAE Decode) with customizable prefix, zero-padding, font, position, and text outline."
},
{
"author": "bobosola",
"title": "ComfyUI-reboot",
"reference": "https://github.com/bobosola/ComfyUI-reboot",
"files": [
"https://github.com/bobosola/ComfyUI-reboot"
],
"install_type": "git-clone",
"description": "Custom node to reboot ComfyUI server"
}
]
}

View File

@ -2140,6 +2140,14 @@
"title_aux": "seamless-clone-comfyui"
}
],
"https://github.com/AlcAI-AnimeHaven/AlcAI-nodes": [
[
"RandomResSDXL"
],
{
"title_aux": "AlcAI Nodes for ComfyUI"
}
],
"https://github.com/Alectriciti/comfyui-adaptiveprompts": [
[
"NormalizeLoraTags",
@ -5757,14 +5765,6 @@
"title_aux": "ComfyUI-EreNodes"
}
],
"https://github.com/EricRollei/HYPIR-ComfyUI": [
[
"HyperComfyUIHYPIRRestore"
],
{
"title_aux": "Hyper-ComfyUI: HYPIR Image Restoration Node"
}
],
"https://github.com/EricRollei/Local_LLM_Prompt_Enhancer": [
[
"EricImageToImagePromptExpander",
@ -8142,7 +8142,8 @@
"ImageLoader",
"MultiplePathsInput",
"Qwen3_VQA",
"VideoLoader"
"VideoLoader",
"VideoLoaderPath"
],
{
"title_aux": "Comfyui_Qwen3-VL-Instruct"
@ -11327,10 +11328,10 @@
],
"https://github.com/NewLouwa/ComfyUI-Model_preset_Pilot": [
[
"LoadLocalImage",
"ModelPresetLoader",
"ModelPresetLoaderInternal",
"PresetCreator",
"KSamplerHelper",
"ModelPresetManager",
"PresetKSampler",
"PresetToKSampler",
"PreviewImage"
],
{
@ -12114,12 +12115,10 @@
[
"Hy3D21CameraConfig",
"Hy3D21ExportMesh",
"Hy3D21GenerateMultiViewsBatch",
"Hy3D21IMRemesh",
"Hy3D21ImageWithAlphaInput",
"Hy3D21LoadImageWithTransparency",
"Hy3D21LoadMesh",
"Hy3D21MeshGenerationBatch",
"Hy3D21MeshUVWrap",
"Hy3D21MeshlibDecimate",
"Hy3D21MultiViewsGeneratorWithMetaData",
@ -12771,6 +12770,7 @@
"https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image": [
[
"ImageAdjustment",
"ImageAdjustmentColor",
"ImageBlendWithAlpha",
"ImageBoard",
"ImageColor",
@ -12786,6 +12786,7 @@
"ImageOverlay",
"ImagePalette",
"ImagePalette631",
"ImagePaletteContrary",
"ImagePrimaryColor",
"ImageRMBG",
"ImageResize",
@ -13074,6 +13075,7 @@
"RandomLoRACustom",
"RandomLoRAFolder",
"SaveWorkflowAndShutdown",
"SplitBatchWithPrefix",
"WildcardManager"
],
{
@ -15437,6 +15439,7 @@
"StringToolsBalancedChoice",
"StringToolsConcat",
"StringToolsRandomChoice",
"StringToolsSeed",
"StringToolsString",
"StringToolsText"
],
@ -19223,6 +19226,14 @@
"title_aux": "Hunyuan-Multi-Lora-Loader"
}
],
"https://github.com/ashtar1984/comfyui-find-perfect-resolution": [
[
"FindPerfectResolution"
],
{
"title_aux": "comfyui-find-perfect-resolution"
}
],
"https://github.com/asutermo/ComfyUI-Flux-TryOff": [
[
"TryOffFluxFillModelNode",
@ -21125,6 +21136,8 @@
"Image_Upscaletile",
"Image_batch_composite",
"Image_batch_select",
"Image_pad_adjust",
"Image_pad_adjust_restore",
"Image_pad_keep",
"Image_smooth_blur",
"Image_solo_crop",
@ -21146,6 +21159,7 @@
"Model_Preset_Unpack",
"Model_Preset_pack",
"Stack_CN_union",
"Stack_CN_union3",
"Stack_ControlNet",
"Stack_IPA",
"Stack_Kontext_MulCondi",
@ -21184,6 +21198,7 @@
"basic_Ksampler_adv",
"basic_Ksampler_custom",
"basic_Ksampler_full",
"basic_Ksampler_low_gpu",
"basic_Ksampler_mid",
"basic_Ksampler_simple",
"batch_BatchSlice",
@ -21305,6 +21320,7 @@
"pre_latent_light",
"pre_mul_Mulcondi",
"pre_qwen_controlnet",
"pre_ref_condition",
"pre_sample_data",
"sampler_DynamicTileMerge",
"sampler_DynamicTileSplit",
@ -21325,6 +21341,7 @@
"sum_stack_AD",
"sum_stack_Kontext",
"sum_stack_QwenEdit",
"sum_stack_QwenEditPlus",
"sum_stack_Wan",
"sum_stack_all",
"sum_stack_image",
@ -24544,6 +24561,7 @@
"DavchaCLIPMergeSimple",
"DavchaCLIPTextEncode",
"DavchaConditioningConcat",
"DavchaEmptyLatent",
"DavchaEmptyLatentImage",
"DavchaLLM",
"DavchaLLMAdvanced",
@ -24556,6 +24574,7 @@
"DavchaPop",
"DavchaTextEncodeQwenImageEditPlus",
"DavchaWan22LoraTagLoader",
"DavchaWan22LoraTagParser",
"PadAndResize",
"PercentPadding",
"ResizeCropFit",
@ -24709,6 +24728,14 @@
"title_aux": "ComfyUI-Dickson-Nodes"
}
],
"https://github.com/diffussy69/comfyui-curved_weight_schedule": [
[
"CurvedTimestepKeyframes"
],
{
"title_aux": "ComfyUI-curved_weight_schedule"
}
],
"https://github.com/digitaljohn/comfyui-propost": [
[
"ProPostApplyLUT",
@ -25812,6 +25839,7 @@
"QwenProcessedToEmbedding",
"QwenProcessorWrapper",
"QwenSchedulerInfoNode",
"QwenSmartCrop",
"QwenSpatialTokenGenerator",
"QwenTemplateBuilderV2",
"QwenTemplateConnector",
@ -37229,6 +37257,15 @@
"title_aux": "Quality of life Suit:V2"
}
],
"https://github.com/omixmaxdimo/OmiXDev": [
[
"OmixChatPro",
"OmixGeminiPro"
],
{
"title_aux": "OmiXdev Custom Nodes"
}
],
"https://github.com/openvino-dev-samples/comfyui_openvino": [
[
"OpenVINO_TorchCompileModel"
@ -38968,6 +39005,32 @@
"title_aux": "ComfyUI_Florence2SAM2"
}
],
"https://github.com/rdawgemfl/rdawg_3D_pack": [
[
"RDAWG3DAnalyzeMesh",
"RDAWG3DBoundingBox",
"RDAWG3DComputeCurvature",
"RDAWG3DComputeDistance",
"RDAWG3DCreateMesh",
"RDAWG3DDownsamplePointCloud",
"RDAWG3DExtractFeatures",
"RDAWG3DLoadModel",
"RDAWG3DLoadPointCloud",
"RDAWG3DMeshToImage",
"RDAWG3DMeshToPointCloud",
"RDAWG3DPointCloudToMesh",
"RDAWG3DRemeshUniform",
"RDAWG3DRemoveOutliers",
"RDAWG3DSimplifyMesh",
"RDAWG3DSmoothMesh",
"RDAWG3DSubdivideMesh",
"RDAWG3DTransform",
"RDAWG3DTransformPointCloud"
],
{
"title_aux": "RDAWG 3D Pack (CUDA 12.8 + PyTorch 2.9.0)"
}
],
"https://github.com/rdomunky/comfyui-subfolderimageloader": [
[
"SubfolderImageLoader"
@ -40731,17 +40794,16 @@
"https://github.com/silveroxides/ComfyUI-ModelUtils": [
[
"CLIPMetaKeys",
"CLIPPruneKeys",
"CLIPRenameKeys",
"CheckpointMetaKeys",
"CLIPThreeMerger",
"CLIPTwoMerger",
"CheckpointPruneKeys",
"CheckpointRenameKeys",
"LoRAMetaKeys",
"LoRAPruneKeys",
"LoRARenameKeys",
"CheckpointThreeMerger",
"CheckpointTwoMerger",
"LoRAThreeMerger",
"LoRATwoMerger",
"UNetMetaKeys",
"UNetPruneKeys",
"UNetRenameKeys"
"UNetThreeMerger",
"UNetTwoMerger"
],
{
"title_aux": "Model Utility Toolkit"
@ -41029,6 +41091,14 @@
"title_aux": "kb-comfyui-nodes"
}
],
"https://github.com/smbdsbrain/ComfyUI-PK_load_image_paste": [
[
"PKLoadImagePaste"
],
{
"title_aux": "ComfyUI PK Load Image Paste"
}
],
"https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": [
[
"SML_FluxProUltra_Replicate_Standalone",