update DB

This commit is contained in:
Dr.Lt.Data 2025-06-24 23:39:31 +09:00
parent 86dd0b4963
commit 2795d00d1e
10 changed files with 3156 additions and 3268 deletions

View File

@ -16472,6 +16472,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "This is a custom node to add timestep for FreeU V2." "description": "This is a custom node to add timestep for FreeU V2."
}, },
{
"author": "Shiba-2-shiba",
"title": "ComfyUI-Magcache-for-SDXL",
"reference": "https://github.com/Shiba-2-shiba/ComfyUI-Magcache-for-SDXL",
"files": [
"https://github.com/Shiba-2-shiba/ComfyUI-Magcache-for-SDXL"
],
"install_type": "git-clone",
"description": "An experimental implementation of MagCache for SDXL"
},
{ {
"author": "Bao Pham", "author": "Bao Pham",
"title": "ComfyUI-LyraVSIH", "title": "ComfyUI-LyraVSIH",
@ -24784,6 +24794,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A collection of ComfyUI custom nodes that integrate with MiniMax API services." "description": "A collection of ComfyUI custom nodes that integrate with MiniMax API services."
}, },
{
"author": "synthetai",
"title": "ComfyUI-JM-Volcengine-API",
"reference": "https://github.com/synthetai/ComfyUI-JM-Volcengine-API",
"files": [
"https://github.com/synthetai/ComfyUI-JM-Volcengine-API"
],
"install_type": "git-clone",
"description": "volcengine comfyui api"
},
{ {
"author": "chou18194766xx", "author": "chou18194766xx",
"title": "comfyui-EncryptSave", "title": "comfyui-EncryptSave",
@ -28078,6 +28098,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI custom nodes for Telegram bot integration" "description": "ComfyUI custom nodes for Telegram bot integration"
}, },
{
"author": "leonardomiramondi",
"title": "Flux Context ComfyUI Node",
"reference": "https://github.com/leonardomiramondi/flux-context-comfyui",
"files": [
"https://github.com/leonardomiramondi/flux-context-comfyui"
],
"install_type": "git-clone",
"description": "ComfyUI node for Flux Context (Kontext) image editing"
},

View File

@ -298,11 +298,10 @@
"https://github.com/1hew/ComfyUI-1hewNodes": [ "https://github.com/1hew/ComfyUI-1hewNodes": [
[ [
"ImageAddLabel", "ImageAddLabel",
"ImageBBoxMaskCrop",
"ImageBBoxMaskPaste",
"ImageBatchToList", "ImageBatchToList",
"ImageBlendModesByAlpha", "ImageBlendModesByAlpha",
"ImageBlendModesByCSS", "ImageBlendModesByCSS",
"ImageCropByMaskAlpha",
"ImageCropEdge", "ImageCropEdge",
"ImageCropSquare", "ImageCropSquare",
"ImageCropWithBBoxMask", "ImageCropWithBBoxMask",
@ -311,6 +310,7 @@
"ImageListAppend", "ImageListAppend",
"ImageListToBatch", "ImageListToBatch",
"ImageLumaMatte", "ImageLumaMatte",
"ImagePasteByBBoxMask",
"ImagePlot", "ImagePlot",
"ImageResizeUniversal", "ImageResizeUniversal",
"ImageSolid", "ImageSolid",
@ -319,13 +319,14 @@
"ListCustomFloat", "ListCustomFloat",
"ListCustomInt", "ListCustomInt",
"ListCustomString", "ListCustomString",
"MaskBBoxMaskCrop",
"MaskBatchMathOps", "MaskBatchMathOps",
"MaskBatchToList", "MaskBatchToList",
"MaskCropByBBoxMask",
"MaskListToBatch", "MaskListToBatch",
"MaskMathOps", "MaskMathOps",
"PathBuild", "PathBuild",
"RangeMapping", "RangeMapping",
"StringCoordinateToBBoxMask",
"StringCoordinateToBBoxes", "StringCoordinateToBBoxes",
"TextCustomExtract" "TextCustomExtract"
], ],
@ -10560,6 +10561,15 @@
"title_aux": "ComfyUI-Image-Inpainting" "title_aux": "ComfyUI-Image-Inpainting"
} }
], ],
"https://github.com/Shiba-2-shiba/ComfyUI-Magcache-for-SDXL": [
[
"MagCacheSDXL",
"MagCacheSDXLCalibration"
],
{
"title_aux": "ComfyUI-Magcache-for-SDXL"
}
],
"https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": [ "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": [
[ [
"ClipFP8ConverterNode", "ClipFP8ConverterNode",
@ -13804,8 +13814,7 @@
[ [
"LoadOmniGen2Image", "LoadOmniGen2Image",
"LoadOmniGen2Model", "LoadOmniGen2Model",
"OmniGen2", "OmniGen2"
"SaveOmniGen2Image"
], ],
{ {
"title_aux": "ComfyUI-OmniGen2" "title_aux": "ComfyUI-OmniGen2"
@ -19099,6 +19108,8 @@
"ModelMergeBlocks", "ModelMergeBlocks",
"ModelMergeCosmos14B", "ModelMergeCosmos14B",
"ModelMergeCosmos7B", "ModelMergeCosmos7B",
"ModelMergeCosmosPredict2_14B",
"ModelMergeCosmosPredict2_2B",
"ModelMergeFlux1", "ModelMergeFlux1",
"ModelMergeLTXV", "ModelMergeLTXV",
"ModelMergeMochiPreview", "ModelMergeMochiPreview",
@ -27170,6 +27181,14 @@
"title_aux": "ComfyUI-LLMs" "title_aux": "ComfyUI-LLMs"
} }
], ],
"https://github.com/leonardomiramondi/flux-context-comfyui": [
[
"FluxContextNode"
],
{
"title_aux": "Flux Context ComfyUI Node"
}
],
"https://github.com/lepiai/ComfyUI-Minitools": [ "https://github.com/lepiai/ComfyUI-Minitools": [
[ [
"LP-CropTransparentEdges", "LP-CropTransparentEdges",
@ -28790,9 +28809,12 @@
"https://github.com/m-sokes/ComfyUI-Sokes-Nodes": [ "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": [
[ [
"Current Date & Time | sokes \ud83e\uddac", "Current Date & Time | sokes \ud83e\uddac",
"Generate Random Background | sokes \ud83e\uddac",
"Hex Color Swatch | sokes \ud83e\uddac",
"Hex to Color Name | sokes \ud83e\uddac", "Hex to Color Name | sokes \ud83e\uddac",
"Latent Switch x9 | sokes \ud83e\uddac", "Latent Switch x9 | sokes \ud83e\uddac",
"Load Random Image | sokes \ud83e\uddac", "Load Random Image | sokes \ud83e\uddac",
"Random Hex Color | sokes \ud83e\uddac",
"Random Number | sokes \ud83e\uddac", "Random Number | sokes \ud83e\uddac",
"Replace Text with RegEx | sokes \ud83e\uddac" "Replace Text with RegEx | sokes \ud83e\uddac"
], ],
@ -30449,7 +30471,8 @@
"LayeredInfiniteZoom", "LayeredInfiniteZoom",
"Replicate flux 1.1 pro ultra", "Replicate flux 1.1 pro ultra",
"ReplicateAPI_flux_1_1_pro_ultra", "ReplicateAPI_flux_1_1_pro_ultra",
"ReplicateAPI_flux_fill_pro" "ReplicateAPI_flux_fill_pro",
"StringLower"
], ],
{ {
"title_aux": "Node_Fun_ComfyUI" "title_aux": "Node_Fun_ComfyUI"
@ -31051,7 +31074,8 @@
"SlidingWindowGuidanceAdvanced", "SlidingWindowGuidanceAdvanced",
"SmoothedEnergyGuidanceAdvanced", "SmoothedEnergyGuidanceAdvanced",
"TRTAttachPag", "TRTAttachPag",
"TRTPerturbedAttention" "TRTPerturbedAttention",
"TokenPerturbationGuidance"
], ],
{ {
"title_aux": "sd-perturbed-attention" "title_aux": "sd-perturbed-attention"
@ -31536,6 +31560,7 @@
], ],
"https://github.com/ptmaster/comfyui-audio-speed": [ "https://github.com/ptmaster/comfyui-audio-speed": [
[ [
"PT48KHZ",
"PTAudioSpeed" "PTAudioSpeed"
], ],
{ {
@ -34594,6 +34619,14 @@
"title_aux": "ComfyUI-JM-MiniMax-API" "title_aux": "ComfyUI-JM-MiniMax-API"
} }
], ],
"https://github.com/synthetai/ComfyUI-JM-Volcengine-API": [
[
"volcengine-seedream-v3"
],
{
"title_aux": "ComfyUI-JM-Volcengine-API"
}
],
"https://github.com/synthetai/ComfyUI-ToolBox": [ "https://github.com/synthetai/ComfyUI-ToolBox": [
[ [
"AutoDLDownload", "AutoDLDownload",
@ -35315,9 +35348,9 @@
"PromptCounter", "PromptCounter",
"Random_Prompt_Multipicker", "Random_Prompt_Multipicker",
"Random_Prompt_Selector", "Random_Prompt_Selector",
"Randomzier_Chaos", "Randomizer_Chaos",
"Randomzier_Mayhem", "Randomizer_Mayhem",
"Randomzier_Pandemonium", "Randomizer_Pandemonium",
"SDXLBatchPrompts", "SDXLBatchPrompts",
"SimpleBatchPrompts", "SimpleBatchPrompts",
"Six_Input_Int_Switch", "Six_Input_Int_Switch",
@ -35913,187 +35946,36 @@
"https://github.com/whmc76/ComfyUI-UniversalToolkit": [ "https://github.com/whmc76/ComfyUI-UniversalToolkit": [
[ [
"AudioCropProcessUTK", "AudioCropProcessUTK",
"CheckMask_UTK",
"CropByMask_UTK",
"DepthMapBlur_UTK", "DepthMapBlur_UTK",
"EmptyUnitGenerator_UTK", "EmptyUnitGenerator_UTK",
"FillMaskedArea_UTK", "FillMaskedArea_UTK",
"ImageAndMaskPreview_UTK", "ImageAndMaskPreview_UTK",
"ImageCombineAlpha_UTK",
"ImageConcatenateMulti_UTK", "ImageConcatenateMulti_UTK",
"ImageConcatenate_UTK", "ImageConcatenate_UTK",
"ImageMaskScaleAs_UTK",
"ImagePadForOutpaintMasked_UTK", "ImagePadForOutpaintMasked_UTK",
"ImageRatioDetector_UTK", "ImageRatioDetector_UTK",
"ImageRemoveAlpha_UTK",
"ImageScaleByAspectRatio_UTK",
"ImageScaleRestore_UTK",
"ImitationHueNode_UTK", "ImitationHueNode_UTK",
"LayerColor: AutoAdjust",
"LayerColor: AutoAdjustV2",
"LayerColor: AutoBrightness",
"LayerColor: Brightness & Contrast",
"LayerColor: BrightnessContrastV2",
"LayerColor: Color of Shadow & Highlight",
"LayerColor: ColorAdapter",
"LayerColor: ColorBalance",
"LayerColor: ColorTemperature",
"LayerColor: ColorofShadowHighlightV2",
"LayerColor: Exposure",
"LayerColor: Gamma",
"LayerColor: HSV",
"LayerColor: LAB",
"LayerColor: LUT Apply",
"LayerColor: Levels",
"LayerColor: RGB",
"LayerColor: YUV",
"LayerFilter: AddGrain",
"LayerFilter: ChannelShake",
"LayerFilter: ColorMap",
"LayerFilter: Film",
"LayerFilter: FilmV2",
"LayerFilter: GaussianBlur",
"LayerFilter: GaussianBlurV2",
"LayerFilter: HDREffects",
"LayerFilter: HalfTone",
"LayerFilter: LightLeak",
"LayerFilter: MotionBlur",
"LayerFilter: Sharp & Soft",
"LayerFilter: SkinBeauty",
"LayerFilter: SoftLight",
"LayerFilter: WaterColor",
"LayerMask: BlendIf Mask",
"LayerMask: CreateGradientMask",
"LayerMask: ImageToMask",
"LayerMask: LoadSegformerModel",
"LayerMask: MaskBoxDetect",
"LayerMask: MaskByColor",
"LayerMask: MaskEdgeShrink",
"LayerMask: MaskEdgeUltraDetail",
"LayerMask: MaskEdgeUltraDetail V2",
"LayerMask: MaskGradient",
"LayerMask: MaskGrain",
"LayerMask: MaskGrow",
"LayerMask: MaskInvert",
"LayerMask: MaskMotionBlur",
"LayerMask: MaskPreview",
"LayerMask: MaskStroke",
"LayerMask: PixelSpread",
"LayerMask: RemBgUltra",
"LayerMask: RmBgUltra V2",
"LayerMask: SegformerB2ClothesUltra",
"LayerMask: SegformerClothesPipelineLoader",
"LayerMask: SegformerClothesSetting",
"LayerMask: SegformerFashionPipelineLoader",
"LayerMask: SegformerFashionSetting",
"LayerMask: SegformerUltraV2",
"LayerMask: SegformerUltraV3",
"LayerMask: Shadow & Highlight Mask",
"LayerMask: ShadowHighlightMaskV2",
"LayerStyle: ColorOverlay",
"LayerStyle: ColorOverlay V2",
"LayerStyle: DropShadow",
"LayerStyle: DropShadow V2",
"LayerStyle: DropShadow V3",
"LayerStyle: Gradient Map",
"LayerStyle: GradientOverlay",
"LayerStyle: GradientOverlay V2",
"LayerStyle: InnerGlow",
"LayerStyle: InnerGlow V2",
"LayerStyle: InnerShadow",
"LayerStyle: InnerShadow V2",
"LayerStyle: OuterGlow",
"LayerStyle: OuterGlow V2",
"LayerStyle: Stroke",
"LayerStyle: Stroke V2",
"LayerUtility: AnyRerouter",
"LayerUtility: BatchSelector",
"LayerUtility: Boolean",
"LayerUtility: BooleanOperator",
"LayerUtility: BooleanOperatorV2",
"LayerUtility: CheckMask",
"LayerUtility: CheckMaskV2",
"LayerUtility: ChoiceTextPreset",
"LayerUtility: ColorImage",
"LayerUtility: ColorImage V2",
"LayerUtility: ColorName",
"LayerUtility: ColorPicker",
"LayerUtility: CropBoxResolve",
"LayerUtility: CropByMask",
"LayerUtility: CropByMask V2",
"LayerUtility: CropByMask V3",
"LayerUtility: ExtendCanvas",
"LayerUtility: ExtendCanvasV2",
"LayerUtility: Float",
"LayerUtility: GetImageSize",
"LayerUtility: GetMainColors",
"LayerUtility: GetMainColorsV2",
"LayerUtility: GradientImage",
"LayerUtility: GradientImage V2",
"LayerUtility: GrayValue",
"LayerUtility: HLFrequencyDetailRestore",
"LayerUtility: HSV Value",
"LayerUtility: ICMask",
"LayerUtility: ICMaskCropBack",
"LayerUtility: If",
"LayerUtility: ImageBlend",
"LayerUtility: ImageBlend V2",
"LayerUtility: ImageBlendAdvance",
"LayerUtility: ImageBlendAdvance V2",
"LayerUtility: ImageBlendAdvance V3",
"LayerUtility: ImageChannelMerge",
"LayerUtility: ImageChannelSplit",
"LayerUtility: ImageCombineAlpha",
"LayerUtility: ImageHub",
"LayerUtility: ImageMaskScaleAs",
"LayerUtility: ImageMaskScaleAsV2",
"LayerUtility: ImageOpacity",
"LayerUtility: ImageReel",
"LayerUtility: ImageReelComposit",
"LayerUtility: ImageRemoveAlpha",
"LayerUtility: ImageScaleByAspectRatio",
"LayerUtility: ImageScaleByAspectRatio V2",
"LayerUtility: ImageScaleRestore",
"LayerUtility: ImageScaleRestore V2",
"LayerUtility: ImageShift",
"LayerUtility: ImageTaggerSave",
"LayerUtility: Integer",
"LayerUtility: LayerImageTransform",
"LayerUtility: LayerMaskTransform",
"LayerUtility: LoadVQAModel",
"LayerUtility: NameToColor",
"LayerUtility: NumberCalculator",
"LayerUtility: NumberCalculatorV2",
"LayerUtility: PrintInfo",
"LayerUtility: PurgeVRAM",
"LayerUtility: PurgeVRAM V2",
"LayerUtility: QueueStop",
"LayerUtility: RGB Value",
"LayerUtility: RandomGenerator",
"LayerUtility: RandomGeneratorV2",
"LayerUtility: RestoreCropBox",
"LayerUtility: RoundedRectangle",
"LayerUtility: Seed",
"LayerUtility: SimpleTextImage",
"LayerUtility: String",
"LayerUtility: StringCondition",
"LayerUtility: SwitchCase",
"LayerUtility: TextBox",
"LayerUtility: TextImage",
"LayerUtility: TextImage V2",
"LayerUtility: TextJoin",
"LayerUtility: TextJoinV2",
"LayerUtility: TextPreseter",
"LayerUtility: VQAPrompt",
"LayerUtility: XY to Percent",
"LoadAudioPlusFromPath_UTK", "LoadAudioPlusFromPath_UTK",
"MaskAdd_UTK", "MaskAdd_UTK",
"MaskAnd_UTK", "MaskAnd_UTK",
"MaskSub_UTK", "MaskSub_UTK",
"PreviewMask_UTK", "PreviewMask_UTK",
"PurgeVRAM_UTK",
"RestoreCropBox_UTK",
"ShowFloat_UTK", "ShowFloat_UTK",
"ShowInt_UTK", "ShowInt_UTK",
"ShowList_UTK", "ShowList_UTK",
"ShowText_UTK" "ShowText_UTK",
"Show_UTK"
], ],
{ {
"author": "chflame",
"description": "A set of nodes for ComfyUI that can composite layer and mask to achieve Photoshop like functionality.",
"nickname": "LayerStyle",
"title": "LayerStyle",
"title_aux": "ComfyUI-UniversalToolkit" "title_aux": "ComfyUI-UniversalToolkit"
} }
], ],

File diff suppressed because it is too large Load Diff

View File

@ -1,14 +1,24 @@
{ {
"custom_nodes": [ "custom_nodes": [
{ {
"author": "armandgw84", "author": "diogod",
"title": "comfyui-custom-v6", "title": "Comfy Inpainting Works [WIP]",
"reference": "https://github.com/armandgw84/comfyui-custom-v6", "reference": "https://github.com/diodiogod/Comfy-Inpainting-Works",
"files": [ "files": [
"https://github.com/armandgw84/comfyui-custom-v6" "https://github.com/diodiogod/Comfy-Inpainting-Works"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "NODES: Resize With Padding, Wan 2.1 Transition Prompter, Wan Prompt Crafter" "description": "Go to the top menu>Workflow>Browse Templates. This is a collection of my Inpainting workflows for Flux (expanded and COMPACT) + others. Previously called: 'Proper Flux Control-Net inpainting and/or outpainting with batch size - Alimama or Flux Fill'. By installing this 'node' you can always keep them up to date by updating on the manager. This is not a new custom node. You will still need to install all other custom nodes used on the workflows. You will also find my 'Flux LoRA Block Weights Preset Tester' here as well.\nNOTE: The files in the repo are not organized."
},
{
"author": "Malloc-pix",
"title": "comfyui-QwenVL",
"reference": "https://github.com/Malloc-pix/comfyui-QwenVL",
"files": [
"https://github.com/Malloc-pix/comfyui-QwenVL"
],
"install_type": "git-clone",
"description": "NODES: Qwen2.5VL, Qwen2.5"
}, },
{ {
"author": "artifyfun", "author": "artifyfun",
@ -3045,13 +3055,13 @@
}, },
{ {
"author": "HuangYuChuh", "author": "HuangYuChuh",
"title": "ComfyUI-DeepSeek-Toolkit [WIP]", "title": "ComfyUI-LLMs-Toolkit [WIP]",
"reference": "https://github.com/HuangYuChuh/ComfyUI-DeepSeek-Toolkit", "reference": "https://github.com/HuangYuChuh/ComfyUI-LLMs-Toolkit",
"files": [ "files": [
"https://github.com/HuangYuChuh/ComfyUI-DeepSeek-Toolkit" "https://github.com/HuangYuChuh/ComfyUI-LLMs-Toolkit"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI-DeepSeek-Toolkit is a deep learning toolkit for ComfyUI that integrates the DeepSeek Janus model, offering functionalities for image generation and image understanding.\nNOTE: The files in the repo are not organized." "description": "Enhance your ComfyUI workflows with powerful LLMs! This custom node suite integrates DeepSeek, Qwen, and other leading Chinese LLMs directly into your ComfyUI environment. Create innovative AI-powered applications with a range of useful nodes designed to leverage the advanced capabilities of these LLMs for image generation, understanding, and more.\nNOTE: The files in the repo are not organized."
}, },
{ {
"author": "comfyuiblog", "author": "comfyuiblog",

View File

@ -149,11 +149,10 @@
"https://github.com/1hew/ComfyUI-1hewNodes": [ "https://github.com/1hew/ComfyUI-1hewNodes": [
[ [
"ImageAddLabel", "ImageAddLabel",
"ImageBBoxMaskCrop",
"ImageBBoxMaskPaste",
"ImageBatchToList", "ImageBatchToList",
"ImageBlendModesByAlpha", "ImageBlendModesByAlpha",
"ImageBlendModesByCSS", "ImageBlendModesByCSS",
"ImageCropByMaskAlpha",
"ImageCropEdge", "ImageCropEdge",
"ImageCropSquare", "ImageCropSquare",
"ImageCropWithBBoxMask", "ImageCropWithBBoxMask",
@ -162,6 +161,7 @@
"ImageListAppend", "ImageListAppend",
"ImageListToBatch", "ImageListToBatch",
"ImageLumaMatte", "ImageLumaMatte",
"ImagePasteByBBoxMask",
"ImagePlot", "ImagePlot",
"ImageResizeUniversal", "ImageResizeUniversal",
"ImageSolid", "ImageSolid",
@ -170,13 +170,14 @@
"ListCustomFloat", "ListCustomFloat",
"ListCustomInt", "ListCustomInt",
"ListCustomString", "ListCustomString",
"MaskBBoxMaskCrop",
"MaskBatchMathOps", "MaskBatchMathOps",
"MaskBatchToList", "MaskBatchToList",
"MaskCropByBBoxMask",
"MaskListToBatch", "MaskListToBatch",
"MaskMathOps", "MaskMathOps",
"PathBuild", "PathBuild",
"RangeMapping", "RangeMapping",
"StringCoordinateToBBoxMask",
"StringCoordinateToBBoxes", "StringCoordinateToBBoxes",
"TextCustomExtract" "TextCustomExtract"
], ],
@ -1931,7 +1932,7 @@
"title_aux": "This n that (Hapse)" "title_aux": "This n that (Hapse)"
} }
], ],
"https://github.com/HuangYuChuh/ComfyUI-DeepSeek-Toolkit": [ "https://github.com/HuangYuChuh/ComfyUI-LLMs-Toolkit": [
[ [
"DeepSeekImageAnalyst", "DeepSeekImageAnalyst",
"DeepSeekImageGeneration", "DeepSeekImageGeneration",
@ -1942,7 +1943,7 @@
"VideoFileUploader" "VideoFileUploader"
], ],
{ {
"title_aux": "ComfyUI-DeepSeek-Toolkit [WIP]" "title_aux": "ComfyUI-LLMs-Toolkit [WIP]"
} }
], ],
"https://github.com/IfnotFr/ComfyUI-Ifnot-Pack": [ "https://github.com/IfnotFr/ComfyUI-Ifnot-Pack": [
@ -2397,6 +2398,15 @@
"title_aux": "ComfyUI-MakkiTools" "title_aux": "ComfyUI-MakkiTools"
} }
], ],
"https://github.com/Malloc-pix/comfyui-QwenVL": [
[
"Qwen2.5",
"Qwen2.5VL"
],
{
"title_aux": "comfyui-QwenVL"
}
],
"https://github.com/ManuShamil/ComfyUI_BodyEstimation_Nodes": [ "https://github.com/ManuShamil/ComfyUI_BodyEstimation_Nodes": [
[ [
"CogitareLabsPoseIDExtractor" "CogitareLabsPoseIDExtractor"
@ -3136,6 +3146,7 @@
"SDVN Pipe Out All", "SDVN Pipe Out All",
"SDVN QuadrupleCLIP Download", "SDVN QuadrupleCLIP Download",
"SDVN Quick Menu", "SDVN Quick Menu",
"SDVN RGBA to RGB",
"SDVN Run Python Code", "SDVN Run Python Code",
"SDVN Run Test", "SDVN Run Test",
"SDVN Save Text", "SDVN Save Text",
@ -3837,16 +3848,6 @@
"title_aux": "ComfyUI-camietagger-onnx" "title_aux": "ComfyUI-camietagger-onnx"
} }
], ],
"https://github.com/armandgw84/comfyui-custom-v6": [
[
"ResizeWithPadding",
"Wan21PromptCrafter",
"Wan21TransitionPrompter"
],
{
"title_aux": "comfyui-custom-v6"
}
],
"https://github.com/artem-konevskikh/comfyui-split-merge-video": [ "https://github.com/artem-konevskikh/comfyui-split-merge-video": [
[ [
"VideoMerger", "VideoMerger",
@ -4618,6 +4619,8 @@
"ModelMergeBlocks", "ModelMergeBlocks",
"ModelMergeCosmos14B", "ModelMergeCosmos14B",
"ModelMergeCosmos7B", "ModelMergeCosmos7B",
"ModelMergeCosmosPredict2_14B",
"ModelMergeCosmosPredict2_2B",
"ModelMergeFlux1", "ModelMergeFlux1",
"ModelMergeLTXV", "ModelMergeLTXV",
"ModelMergeMochiPreview", "ModelMergeMochiPreview",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "joaomede",
"title": "ComfyUI-Unload-Model-Fork",
"reference": "https://github.com/joaomede/ComfyUI-Unload-Model-Fork",
"files": [
"https://github.com/joaomede/ComfyUI-Unload-Model-Fork"
],
"install_type": "git-clone",
"description": "For unloading a model or all models, using the memory management that is already present in ComfyUI. Copied from [a/https://github.com/willblaschko/ComfyUI-Unload-Models](https://github.com/willblaschko/ComfyUI-Unload-Models) but without the unnecessary extra stuff."
},
{ {
"author": "SanDiegoDude", "author": "SanDiegoDude",
"title": "ComfyUI-HiDream-Sampler [WIP]", "title": "ComfyUI-HiDream-Sampler [WIP]",

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "armandgw84",
"title": "comfyui-custom-v6 [REMOVED]",
"reference": "https://github.com/armandgw84/comfyui-custom-v6",
"files": [
"https://github.com/armandgw84/comfyui-custom-v6"
],
"install_type": "git-clone",
"description": "NODES: Resize With Padding, Wan 2.1 Transition Prompter, Wan Prompt Crafter"
},
{ {
"author": "markuryy", "author": "markuryy",
"title": "ComfyUI Spiritparticle Nodes [REMOVED]", "title": "ComfyUI Spiritparticle Nodes [REMOVED]",

View File

@ -1,5 +1,35 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "leonardomiramondi",
"title": "Flux Context ComfyUI Node",
"reference": "https://github.com/leonardomiramondi/flux-context-comfyui",
"files": [
"https://github.com/leonardomiramondi/flux-context-comfyui"
],
"install_type": "git-clone",
"description": "ComfyUI node for Flux Context (Kontext) image editing"
},
{
"author": "Shiba-2-shiba",
"title": "ComfyUI-Magcache-for-SDXL",
"reference": "https://github.com/Shiba-2-shiba/ComfyUI-Magcache-for-SDXL",
"files": [
"https://github.com/Shiba-2-shiba/ComfyUI-Magcache-for-SDXL"
],
"install_type": "git-clone",
"description": "An experimental implementation of MagCache for SDXL"
},
{
"author": "synthetai",
"title": "ComfyUI-JM-Volcengine-API",
"reference": "https://github.com/synthetai/ComfyUI-JM-Volcengine-API",
"files": [
"https://github.com/synthetai/ComfyUI-JM-Volcengine-API"
],
"install_type": "git-clone",
"description": "volcengine comfyui api"
},
{ {
"author": "fredconex", "author": "fredconex",
"title": "SongBloom", "title": "SongBloom",

View File

@ -298,11 +298,10 @@
"https://github.com/1hew/ComfyUI-1hewNodes": [ "https://github.com/1hew/ComfyUI-1hewNodes": [
[ [
"ImageAddLabel", "ImageAddLabel",
"ImageBBoxMaskCrop",
"ImageBBoxMaskPaste",
"ImageBatchToList", "ImageBatchToList",
"ImageBlendModesByAlpha", "ImageBlendModesByAlpha",
"ImageBlendModesByCSS", "ImageBlendModesByCSS",
"ImageCropByMaskAlpha",
"ImageCropEdge", "ImageCropEdge",
"ImageCropSquare", "ImageCropSquare",
"ImageCropWithBBoxMask", "ImageCropWithBBoxMask",
@ -311,6 +310,7 @@
"ImageListAppend", "ImageListAppend",
"ImageListToBatch", "ImageListToBatch",
"ImageLumaMatte", "ImageLumaMatte",
"ImagePasteByBBoxMask",
"ImagePlot", "ImagePlot",
"ImageResizeUniversal", "ImageResizeUniversal",
"ImageSolid", "ImageSolid",
@ -319,13 +319,14 @@
"ListCustomFloat", "ListCustomFloat",
"ListCustomInt", "ListCustomInt",
"ListCustomString", "ListCustomString",
"MaskBBoxMaskCrop",
"MaskBatchMathOps", "MaskBatchMathOps",
"MaskBatchToList", "MaskBatchToList",
"MaskCropByBBoxMask",
"MaskListToBatch", "MaskListToBatch",
"MaskMathOps", "MaskMathOps",
"PathBuild", "PathBuild",
"RangeMapping", "RangeMapping",
"StringCoordinateToBBoxMask",
"StringCoordinateToBBoxes", "StringCoordinateToBBoxes",
"TextCustomExtract" "TextCustomExtract"
], ],
@ -10560,6 +10561,15 @@
"title_aux": "ComfyUI-Image-Inpainting" "title_aux": "ComfyUI-Image-Inpainting"
} }
], ],
"https://github.com/Shiba-2-shiba/ComfyUI-Magcache-for-SDXL": [
[
"MagCacheSDXL",
"MagCacheSDXLCalibration"
],
{
"title_aux": "ComfyUI-Magcache-for-SDXL"
}
],
"https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": [ "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": [
[ [
"ClipFP8ConverterNode", "ClipFP8ConverterNode",
@ -13804,8 +13814,7 @@
[ [
"LoadOmniGen2Image", "LoadOmniGen2Image",
"LoadOmniGen2Model", "LoadOmniGen2Model",
"OmniGen2", "OmniGen2"
"SaveOmniGen2Image"
], ],
{ {
"title_aux": "ComfyUI-OmniGen2" "title_aux": "ComfyUI-OmniGen2"
@ -19099,6 +19108,8 @@
"ModelMergeBlocks", "ModelMergeBlocks",
"ModelMergeCosmos14B", "ModelMergeCosmos14B",
"ModelMergeCosmos7B", "ModelMergeCosmos7B",
"ModelMergeCosmosPredict2_14B",
"ModelMergeCosmosPredict2_2B",
"ModelMergeFlux1", "ModelMergeFlux1",
"ModelMergeLTXV", "ModelMergeLTXV",
"ModelMergeMochiPreview", "ModelMergeMochiPreview",
@ -27170,6 +27181,14 @@
"title_aux": "ComfyUI-LLMs" "title_aux": "ComfyUI-LLMs"
} }
], ],
"https://github.com/leonardomiramondi/flux-context-comfyui": [
[
"FluxContextNode"
],
{
"title_aux": "Flux Context ComfyUI Node"
}
],
"https://github.com/lepiai/ComfyUI-Minitools": [ "https://github.com/lepiai/ComfyUI-Minitools": [
[ [
"LP-CropTransparentEdges", "LP-CropTransparentEdges",
@ -28790,9 +28809,12 @@
"https://github.com/m-sokes/ComfyUI-Sokes-Nodes": [ "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": [
[ [
"Current Date & Time | sokes \ud83e\uddac", "Current Date & Time | sokes \ud83e\uddac",
"Generate Random Background | sokes \ud83e\uddac",
"Hex Color Swatch | sokes \ud83e\uddac",
"Hex to Color Name | sokes \ud83e\uddac", "Hex to Color Name | sokes \ud83e\uddac",
"Latent Switch x9 | sokes \ud83e\uddac", "Latent Switch x9 | sokes \ud83e\uddac",
"Load Random Image | sokes \ud83e\uddac", "Load Random Image | sokes \ud83e\uddac",
"Random Hex Color | sokes \ud83e\uddac",
"Random Number | sokes \ud83e\uddac", "Random Number | sokes \ud83e\uddac",
"Replace Text with RegEx | sokes \ud83e\uddac" "Replace Text with RegEx | sokes \ud83e\uddac"
], ],
@ -30449,7 +30471,8 @@
"LayeredInfiniteZoom", "LayeredInfiniteZoom",
"Replicate flux 1.1 pro ultra", "Replicate flux 1.1 pro ultra",
"ReplicateAPI_flux_1_1_pro_ultra", "ReplicateAPI_flux_1_1_pro_ultra",
"ReplicateAPI_flux_fill_pro" "ReplicateAPI_flux_fill_pro",
"StringLower"
], ],
{ {
"title_aux": "Node_Fun_ComfyUI" "title_aux": "Node_Fun_ComfyUI"
@ -31051,7 +31074,8 @@
"SlidingWindowGuidanceAdvanced", "SlidingWindowGuidanceAdvanced",
"SmoothedEnergyGuidanceAdvanced", "SmoothedEnergyGuidanceAdvanced",
"TRTAttachPag", "TRTAttachPag",
"TRTPerturbedAttention" "TRTPerturbedAttention",
"TokenPerturbationGuidance"
], ],
{ {
"title_aux": "sd-perturbed-attention" "title_aux": "sd-perturbed-attention"
@ -31536,6 +31560,7 @@
], ],
"https://github.com/ptmaster/comfyui-audio-speed": [ "https://github.com/ptmaster/comfyui-audio-speed": [
[ [
"PT48KHZ",
"PTAudioSpeed" "PTAudioSpeed"
], ],
{ {
@ -34594,6 +34619,14 @@
"title_aux": "ComfyUI-JM-MiniMax-API" "title_aux": "ComfyUI-JM-MiniMax-API"
} }
], ],
"https://github.com/synthetai/ComfyUI-JM-Volcengine-API": [
[
"volcengine-seedream-v3"
],
{
"title_aux": "ComfyUI-JM-Volcengine-API"
}
],
"https://github.com/synthetai/ComfyUI-ToolBox": [ "https://github.com/synthetai/ComfyUI-ToolBox": [
[ [
"AutoDLDownload", "AutoDLDownload",
@ -35315,9 +35348,9 @@
"PromptCounter", "PromptCounter",
"Random_Prompt_Multipicker", "Random_Prompt_Multipicker",
"Random_Prompt_Selector", "Random_Prompt_Selector",
"Randomzier_Chaos", "Randomizer_Chaos",
"Randomzier_Mayhem", "Randomizer_Mayhem",
"Randomzier_Pandemonium", "Randomizer_Pandemonium",
"SDXLBatchPrompts", "SDXLBatchPrompts",
"SimpleBatchPrompts", "SimpleBatchPrompts",
"Six_Input_Int_Switch", "Six_Input_Int_Switch",
@ -35913,187 +35946,36 @@
"https://github.com/whmc76/ComfyUI-UniversalToolkit": [ "https://github.com/whmc76/ComfyUI-UniversalToolkit": [
[ [
"AudioCropProcessUTK", "AudioCropProcessUTK",
"CheckMask_UTK",
"CropByMask_UTK",
"DepthMapBlur_UTK", "DepthMapBlur_UTK",
"EmptyUnitGenerator_UTK", "EmptyUnitGenerator_UTK",
"FillMaskedArea_UTK", "FillMaskedArea_UTK",
"ImageAndMaskPreview_UTK", "ImageAndMaskPreview_UTK",
"ImageCombineAlpha_UTK",
"ImageConcatenateMulti_UTK", "ImageConcatenateMulti_UTK",
"ImageConcatenate_UTK", "ImageConcatenate_UTK",
"ImageMaskScaleAs_UTK",
"ImagePadForOutpaintMasked_UTK", "ImagePadForOutpaintMasked_UTK",
"ImageRatioDetector_UTK", "ImageRatioDetector_UTK",
"ImageRemoveAlpha_UTK",
"ImageScaleByAspectRatio_UTK",
"ImageScaleRestore_UTK",
"ImitationHueNode_UTK", "ImitationHueNode_UTK",
"LayerColor: AutoAdjust",
"LayerColor: AutoAdjustV2",
"LayerColor: AutoBrightness",
"LayerColor: Brightness & Contrast",
"LayerColor: BrightnessContrastV2",
"LayerColor: Color of Shadow & Highlight",
"LayerColor: ColorAdapter",
"LayerColor: ColorBalance",
"LayerColor: ColorTemperature",
"LayerColor: ColorofShadowHighlightV2",
"LayerColor: Exposure",
"LayerColor: Gamma",
"LayerColor: HSV",
"LayerColor: LAB",
"LayerColor: LUT Apply",
"LayerColor: Levels",
"LayerColor: RGB",
"LayerColor: YUV",
"LayerFilter: AddGrain",
"LayerFilter: ChannelShake",
"LayerFilter: ColorMap",
"LayerFilter: Film",
"LayerFilter: FilmV2",
"LayerFilter: GaussianBlur",
"LayerFilter: GaussianBlurV2",
"LayerFilter: HDREffects",
"LayerFilter: HalfTone",
"LayerFilter: LightLeak",
"LayerFilter: MotionBlur",
"LayerFilter: Sharp & Soft",
"LayerFilter: SkinBeauty",
"LayerFilter: SoftLight",
"LayerFilter: WaterColor",
"LayerMask: BlendIf Mask",
"LayerMask: CreateGradientMask",
"LayerMask: ImageToMask",
"LayerMask: LoadSegformerModel",
"LayerMask: MaskBoxDetect",
"LayerMask: MaskByColor",
"LayerMask: MaskEdgeShrink",
"LayerMask: MaskEdgeUltraDetail",
"LayerMask: MaskEdgeUltraDetail V2",
"LayerMask: MaskGradient",
"LayerMask: MaskGrain",
"LayerMask: MaskGrow",
"LayerMask: MaskInvert",
"LayerMask: MaskMotionBlur",
"LayerMask: MaskPreview",
"LayerMask: MaskStroke",
"LayerMask: PixelSpread",
"LayerMask: RemBgUltra",
"LayerMask: RmBgUltra V2",
"LayerMask: SegformerB2ClothesUltra",
"LayerMask: SegformerClothesPipelineLoader",
"LayerMask: SegformerClothesSetting",
"LayerMask: SegformerFashionPipelineLoader",
"LayerMask: SegformerFashionSetting",
"LayerMask: SegformerUltraV2",
"LayerMask: SegformerUltraV3",
"LayerMask: Shadow & Highlight Mask",
"LayerMask: ShadowHighlightMaskV2",
"LayerStyle: ColorOverlay",
"LayerStyle: ColorOverlay V2",
"LayerStyle: DropShadow",
"LayerStyle: DropShadow V2",
"LayerStyle: DropShadow V3",
"LayerStyle: Gradient Map",
"LayerStyle: GradientOverlay",
"LayerStyle: GradientOverlay V2",
"LayerStyle: InnerGlow",
"LayerStyle: InnerGlow V2",
"LayerStyle: InnerShadow",
"LayerStyle: InnerShadow V2",
"LayerStyle: OuterGlow",
"LayerStyle: OuterGlow V2",
"LayerStyle: Stroke",
"LayerStyle: Stroke V2",
"LayerUtility: AnyRerouter",
"LayerUtility: BatchSelector",
"LayerUtility: Boolean",
"LayerUtility: BooleanOperator",
"LayerUtility: BooleanOperatorV2",
"LayerUtility: CheckMask",
"LayerUtility: CheckMaskV2",
"LayerUtility: ChoiceTextPreset",
"LayerUtility: ColorImage",
"LayerUtility: ColorImage V2",
"LayerUtility: ColorName",
"LayerUtility: ColorPicker",
"LayerUtility: CropBoxResolve",
"LayerUtility: CropByMask",
"LayerUtility: CropByMask V2",
"LayerUtility: CropByMask V3",
"LayerUtility: ExtendCanvas",
"LayerUtility: ExtendCanvasV2",
"LayerUtility: Float",
"LayerUtility: GetImageSize",
"LayerUtility: GetMainColors",
"LayerUtility: GetMainColorsV2",
"LayerUtility: GradientImage",
"LayerUtility: GradientImage V2",
"LayerUtility: GrayValue",
"LayerUtility: HLFrequencyDetailRestore",
"LayerUtility: HSV Value",
"LayerUtility: ICMask",
"LayerUtility: ICMaskCropBack",
"LayerUtility: If",
"LayerUtility: ImageBlend",
"LayerUtility: ImageBlend V2",
"LayerUtility: ImageBlendAdvance",
"LayerUtility: ImageBlendAdvance V2",
"LayerUtility: ImageBlendAdvance V3",
"LayerUtility: ImageChannelMerge",
"LayerUtility: ImageChannelSplit",
"LayerUtility: ImageCombineAlpha",
"LayerUtility: ImageHub",
"LayerUtility: ImageMaskScaleAs",
"LayerUtility: ImageMaskScaleAsV2",
"LayerUtility: ImageOpacity",
"LayerUtility: ImageReel",
"LayerUtility: ImageReelComposit",
"LayerUtility: ImageRemoveAlpha",
"LayerUtility: ImageScaleByAspectRatio",
"LayerUtility: ImageScaleByAspectRatio V2",
"LayerUtility: ImageScaleRestore",
"LayerUtility: ImageScaleRestore V2",
"LayerUtility: ImageShift",
"LayerUtility: ImageTaggerSave",
"LayerUtility: Integer",
"LayerUtility: LayerImageTransform",
"LayerUtility: LayerMaskTransform",
"LayerUtility: LoadVQAModel",
"LayerUtility: NameToColor",
"LayerUtility: NumberCalculator",
"LayerUtility: NumberCalculatorV2",
"LayerUtility: PrintInfo",
"LayerUtility: PurgeVRAM",
"LayerUtility: PurgeVRAM V2",
"LayerUtility: QueueStop",
"LayerUtility: RGB Value",
"LayerUtility: RandomGenerator",
"LayerUtility: RandomGeneratorV2",
"LayerUtility: RestoreCropBox",
"LayerUtility: RoundedRectangle",
"LayerUtility: Seed",
"LayerUtility: SimpleTextImage",
"LayerUtility: String",
"LayerUtility: StringCondition",
"LayerUtility: SwitchCase",
"LayerUtility: TextBox",
"LayerUtility: TextImage",
"LayerUtility: TextImage V2",
"LayerUtility: TextJoin",
"LayerUtility: TextJoinV2",
"LayerUtility: TextPreseter",
"LayerUtility: VQAPrompt",
"LayerUtility: XY to Percent",
"LoadAudioPlusFromPath_UTK", "LoadAudioPlusFromPath_UTK",
"MaskAdd_UTK", "MaskAdd_UTK",
"MaskAnd_UTK", "MaskAnd_UTK",
"MaskSub_UTK", "MaskSub_UTK",
"PreviewMask_UTK", "PreviewMask_UTK",
"PurgeVRAM_UTK",
"RestoreCropBox_UTK",
"ShowFloat_UTK", "ShowFloat_UTK",
"ShowInt_UTK", "ShowInt_UTK",
"ShowList_UTK", "ShowList_UTK",
"ShowText_UTK" "ShowText_UTK",
"Show_UTK"
], ],
{ {
"author": "chflame",
"description": "A set of nodes for ComfyUI that can composite layer and mask to achieve Photoshop like functionality.",
"nickname": "LayerStyle",
"title": "LayerStyle",
"title_aux": "ComfyUI-UniversalToolkit" "title_aux": "ComfyUI-UniversalToolkit"
} }
], ],