update DB

This commit is contained in:
Dr.Lt.Data 2025-05-01 01:13:31 +09:00
parent 2eeebb32dc
commit d2ce35d2e6
5 changed files with 2871 additions and 2777 deletions

View File

@ -19403,17 +19403,6 @@
"description": "The KimaraAIWatermarker custom node allows you to apply watermark text and logo overlays to images. Optionally, the watermark can be moved by the move_watermark_step amount of pixels after each generated image. To apply a moving watermark to a list of images, use the KimaraAIBatchImages node to concatenate the list into a single tensor, then use that as an input for the watermark node, as shown in the example image below.", "description": "The KimaraAIWatermarker custom node allows you to apply watermark text and logo overlays to images. Optionally, the watermark can be moved by the move_watermark_step amount of pixels after each generated image. To apply a moving watermark to a list of images, use the KimaraAIBatchImages node to concatenate the list into a single tensor, then use that as an input for the watermark node, as shown in the example image below.",
"install_type": "git-clone" "install_type": "git-clone"
}, },
{
"author": "magic-quill",
"title": "ComfyUI_MagicQuill",
"id": "MagicQuill",
"reference": "https://github.com/magic-quill/ComfyUI_MagicQuill",
"files": [
"https://github.com/magic-quill/ComfyUI_MagicQuill"
],
"install_type": "git-clone",
"description": "Towards GPT-4 like large language and visual assistant."
},
{ {
"author": "weilin9999", "author": "weilin9999",
"title": "WeiLin-Comfyui-Tools", "title": "WeiLin-Comfyui-Tools",
@ -23997,7 +23986,7 @@
"https://github.com/brantje/ComfyUI_MagicQuill" "https://github.com/brantje/ComfyUI_MagicQuill"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Fixed version of MagicQuill. Make sure you have atleast 25GB of free space." "description": "Fixed version of the original [a/MagicQuill](https://github.com/magic-quill/ComfyUI_MagicQuill) node. Required nodes: ComfyUI-Brushnet and ComfyUI Controlnet AUX"
}, },
{ {
"author": "oshtz", "author": "oshtz",
@ -24675,18 +24664,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI nodes for the different projection models and camera movements" "description": "ComfyUI nodes for the different projection models and camera movements"
}, },
{
"author": "somesomebody",
"title": "comfyui-lorainfo-sidebar",
"id": "somesomebody-lorainfo-sidebar",
"reference": "https://github.com/somesomebody/comfyui-lorainfo-sidebar",
"files": [
"https://github.com/somesomebody/comfyui-lorainfo-sidebar"
],
"install_type": "git-clone",
"description": "Preview images of LoRA files and edit their associated JSON files."
},
@ -25133,17 +25121,6 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "somesomebody",
"title": "comfyui-lorainfo-sidebar",
"id": "somesomebody-lorainfo-sidebar",
"reference": "https://github.com/somesomebody/comfyui-lorainfo-sidebar",
"files": [
"https://github.com/somesomebody/comfyui-lorainfo-sidebar"
],
"install_type": "git-clone",
"description": "Preview images of LoRA files and edit their associated JSON files."
} }
] ]
} }

View File

@ -1209,7 +1209,8 @@
], ],
"https://github.com/ALatentPlace/YANC_LMStudio": [ "https://github.com/ALatentPlace/YANC_LMStudio": [
[ [
"> LMStudio" "> LMStudio",
"> Select LMS Model"
], ],
{ {
"title_aux": "YANC_LMStudio" "title_aux": "YANC_LMStudio"
@ -1442,10 +1443,12 @@
"BillBum_Modified_Dalle_API_Node", "BillBum_Modified_Dalle_API_Node",
"BillBum_Modified_DropoutToken_Node", "BillBum_Modified_DropoutToken_Node",
"BillBum_Modified_Flux_API_Node", "BillBum_Modified_Flux_API_Node",
"BillBum_Modified_GPTImage1_API_Node",
"BillBum_Modified_Ideogram_API_Node", "BillBum_Modified_Ideogram_API_Node",
"BillBum_Modified_ImageSplit_Node", "BillBum_Modified_ImageSplit_Node",
"BillBum_Modified_Image_API_Call_Node", "BillBum_Modified_Image_API_Call_Node",
"BillBum_Modified_LLM_API_Node", "BillBum_Modified_LLM_API_Node",
"BillBum_Modified_LLM_ForceStream_Mode",
"BillBum_Modified_Recraft_API_Node", "BillBum_Modified_Recraft_API_Node",
"BillBum_Modified_RegText_Node", "BillBum_Modified_RegText_Node",
"BillBum_Modified_SD3_API_Node", "BillBum_Modified_SD3_API_Node",
@ -2456,6 +2459,7 @@
[ [
"BETACrop", "BETACrop",
"BETAStitch", "BETAStitch",
"LoadTextFromIndex",
"SaveAudioAdvanced_BETA" "SaveAudioAdvanced_BETA"
], ],
{ {
@ -2466,6 +2470,7 @@
[ [
"BETACrop", "BETACrop",
"BETAStitch", "BETAStitch",
"LoadTextFromIndex",
"SaveAudioAdvanced_BETA" "SaveAudioAdvanced_BETA"
], ],
{ {
@ -3090,6 +3095,7 @@
"https://github.com/Creepybits/ComfyUI-Creepy_nodes": [ "https://github.com/Creepybits/ComfyUI-Creepy_nodes": [
[ [
"ArgosTranslateNode", "ArgosTranslateNode",
"AudioKeywordExtractor",
"CLIPSwitch", "CLIPSwitch",
"CollectAndDistributeText", "CollectAndDistributeText",
"CustomNodeManager", "CustomNodeManager",
@ -3105,12 +3111,14 @@
"EvaluaterNode", "EvaluaterNode",
"FilterImages", "FilterImages",
"GeminiAPI", "GeminiAPI",
"GeminiAudioAnalyzer",
"GeminiTokenCounter", "GeminiTokenCounter",
"KeywordExtractor", "KeywordExtractor",
"LoadBatchImagesDir", "LoadBatchImagesDir",
"Modelswitch", "Modelswitch",
"PeopleEvaluationNode", "PeopleEvaluationNode",
"PromptGenerator", "PromptGenerator",
"RandomAudioSegment",
"SanitizeFilename", "SanitizeFilename",
"SummaryWriter", "SummaryWriter",
"SystemPromp", "SystemPromp",
@ -4967,19 +4975,22 @@
"Clip Switch", "Clip Switch",
"Conditioning Switch", "Conditioning Switch",
"Float Selector", "Float Selector",
"Float to Int", "Float to Integer",
"Float to String", "Float to String",
"Image Switch", "Image Switch",
"Int Selector", "Integer Selector",
"Int to Float", "Integer to Float",
"Int to String", "Integer to String",
"Latent Switch", "Latent Switch",
"Math Operation",
"Model Switch", "Model Switch",
"Prompt Combiner", "Prompt Combiner",
"Prompt Styler", "Prompt Styler",
"Sampler Config", "Sampler Config",
"Save Image", "Save Image",
"String Switch", "String Switch",
"String to Float",
"String to Integer",
"Text Box", "Text Box",
"VAE Switch" "VAE Switch"
], ],
@ -7115,6 +7126,7 @@
"ConditionalTextOutput", "ConditionalTextOutput",
"CountOccurrences", "CountOccurrences",
"CustomCrop", "CustomCrop",
"DecodePreview",
"ExtractAndCombineLines", "ExtractAndCombineLines",
"ExtractBeforeAfter", "ExtractBeforeAfter",
"ExtractLinesByIndex", "ExtractLinesByIndex",
@ -7133,7 +7145,10 @@
"FloatToInteger", "FloatToInteger",
"GenerateNumbers", "GenerateNumbers",
"GenerateVideoPrompt", "GenerateVideoPrompt",
"GenericImageLoader",
"GetCurrentTime", "GetCurrentTime",
"GetFloatParam",
"GetIntParam",
"GetRandomIntegerInRange", "GetRandomIntegerInRange",
"ImageAdjuster", "ImageAdjuster",
"LoadAndAdjustImage", "LoadAndAdjustImage",
@ -7154,7 +7169,6 @@
"SimpleTextReplacer", "SimpleTextReplacer",
"SingleTextInput", "SingleTextInput",
"SplitAndExtractText", "SplitAndExtractText",
"SplitIntegers",
"SplitStringByDelimiter", "SplitStringByDelimiter",
"TextConcatenation", "TextConcatenation",
"TextConcatenator", "TextConcatenator",
@ -7385,11 +7399,16 @@
"https://github.com/MontagenAI/ComfyUI-Montagen": [ "https://github.com/MontagenAI/ComfyUI-Montagen": [
[ [
"MontagenAudioAdapter", "MontagenAudioAdapter",
"MontagenAudioConvertResourceAdapter",
"MontagenAudioListAdapter", "MontagenAudioListAdapter",
"MontagenCreateTimeline", "MontagenCreateTimeline",
"MontagenEdgeTTSNode",
"MontagenFishAudioCloneNode",
"MontagenFishAudioTTSNode",
"MontagenImageAdapter", "MontagenImageAdapter",
"MontagenImageListAdapter", "MontagenImageListAdapter",
"MontagenRenderTimeline", "MontagenRenderTimeline",
"MontagenResourceConvertAudioAdapter",
"MontagenSRTListParser", "MontagenSRTListParser",
"MontagenStickerAdapter", "MontagenStickerAdapter",
"MontagenStickerListAdapter", "MontagenStickerListAdapter",
@ -14243,6 +14262,7 @@
"MinimalPauseNode", "MinimalPauseNode",
"MultiLinePromptAT", "MultiLinePromptAT",
"RemoveSilence", "RemoveSilence",
"SaveAudioMW",
"StringEditorPersistentTempFileNode", "StringEditorPersistentTempFileNode",
"TrimAudio" "TrimAudio"
], ],
@ -15964,7 +15984,8 @@
"https://github.com/chenpipi0807/ComfyUI-Index-TTS": [ "https://github.com/chenpipi0807/ComfyUI-Index-TTS": [
[ [
"AudioCleanupNode", "AudioCleanupNode",
"IndexTTSNode" "IndexTTSNode",
"TimbreAudioLoader"
], ],
{ {
"author": "ComfyUI-Index-TTS", "author": "ComfyUI-Index-TTS",
@ -16815,11 +16836,14 @@
], ],
"https://github.com/comfy-deploy/comfyui-llm-toolkit": [ "https://github.com/comfy-deploy/comfyui-llm-toolkit": [
[ [
"ConfigGenerateImage",
"Display_Text", "Display_Text",
"GenerateImage",
"LLMToolkitProviderSelector", "LLMToolkitProviderSelector",
"LLMToolkitTextGenerator", "LLMToolkitTextGenerator",
"LLMToolkitTextGeneratorStream", "LLMToolkitTextGeneratorStream",
"OpenAIProviderNode" "OpenAIProviderNode",
"PromptManager"
], ],
{ {
"author": "ComfyDeploy", "author": "ComfyDeploy",
@ -16878,6 +16902,7 @@
"ControlNetInpaintingAliMamaApply", "ControlNetInpaintingAliMamaApply",
"ControlNetLoader", "ControlNetLoader",
"CosmosImageToVideoLatent", "CosmosImageToVideoLatent",
"CreateVideo",
"CropMask", "CropMask",
"DiffControlNetLoader", "DiffControlNetLoader",
"DifferentialDiffusion", "DifferentialDiffusion",
@ -16905,6 +16930,7 @@
"GITSScheduler", "GITSScheduler",
"GLIGENLoader", "GLIGENLoader",
"GLIGENTextBoxApply", "GLIGENTextBoxApply",
"GetVideoComponents",
"GrowMask", "GrowMask",
"Hunyuan3Dv2Conditioning", "Hunyuan3Dv2Conditioning",
"Hunyuan3Dv2ConditioningMultiView", "Hunyuan3Dv2ConditioningMultiView",
@ -16972,6 +16998,7 @@
"LoadImageMask", "LoadImageMask",
"LoadImageOutput", "LoadImageOutput",
"LoadLatent", "LoadLatent",
"LoadVideo",
"LoraLoader", "LoraLoader",
"LoraLoaderModelOnly", "LoraLoaderModelOnly",
"LoraSave", "LoraSave",
@ -17058,6 +17085,7 @@
"SaveImage", "SaveImage",
"SaveImageWebsocket", "SaveImageWebsocket",
"SaveLatent", "SaveLatent",
"SaveVideo",
"SaveWEBM", "SaveWEBM",
"SelfAttentionGuidance", "SelfAttentionGuidance",
"SetFirstSigma", "SetFirstSigma",
@ -17661,7 +17689,6 @@
], ],
"https://github.com/dadoirie/ComfyUI_Dados_Nodes": [ "https://github.com/dadoirie/ComfyUI_Dados_Nodes": [
[ [
"\"inactivePinterestImageNode\": inactivePinterestImageNode, TextConcatenatorNode",
"DynamicTextLoaderNode", "DynamicTextLoaderNode",
"PinterestFetch", "PinterestFetch",
"SmolVLMNode", "SmolVLMNode",
@ -18603,6 +18630,7 @@
"Load_Embeddings_From_Folder", "Load_Embeddings_From_Folder",
"MaskFromRGB_KMeans", "MaskFromRGB_KMeans",
"MaskedRegionVideoExport", "MaskedRegionVideoExport",
"OrganicFillNode",
"ParallaxZoom", "ParallaxZoom",
"Random_Style_Mixture", "Random_Style_Mixture",
"SDAnyConverter", "SDAnyConverter",
@ -19193,6 +19221,7 @@
"FL_Shadertoy", "FL_Shadertoy",
"FL_SimpleGPTVision", "FL_SimpleGPTVision",
"FL_Switch", "FL_Switch",
"FL_Switch_Big",
"FL_SystemCheck", "FL_SystemCheck",
"FL_TetrisGame", "FL_TetrisGame",
"FL_TextToPDF", "FL_TextToPDF",
@ -19259,6 +19288,7 @@
"PortraitMaster", "PortraitMaster",
"PortraitMasterBaseCharacter", "PortraitMasterBaseCharacter",
"PortraitMasterMakeup", "PortraitMasterMakeup",
"PortraitMasterPromptStyler",
"PortraitMasterSkinDetails", "PortraitMasterSkinDetails",
"PortraitMasterStylePose" "PortraitMasterStylePose"
], ],
@ -21923,7 +21953,8 @@
"https://github.com/jax-explorer/ComfyUI-InstantCharacter": [ "https://github.com/jax-explorer/ComfyUI-InstantCharacter": [
[ [
"InstantCharacterGenerate", "InstantCharacterGenerate",
"InstantCharacterLoadModel" "InstantCharacterLoadModel",
"InstantCharacterLoadModelFromLocal"
], ],
{ {
"title_aux": "ComfyUI-InstantCharacter" "title_aux": "ComfyUI-InstantCharacter"
@ -22812,9 +22843,18 @@
], ],
"https://github.com/kantsche/ComfyUI-MixMod": [ "https://github.com/kantsche/ComfyUI-MixMod": [
[ [
"MixModBandFFTGuiderNode",
"MixModDepthGuiderNode",
"MixModDynamicMaskAlternativeGuiderNode",
"MixModDynamicMaskGuiderNode",
"MixModFFTGuiderNode", "MixModFFTGuiderNode",
"MixModGuiderComponentNode", "MixModGuiderComponentNode",
"MixModGuiderNode" "MixModGuiderComponentPipelineNode",
"MixModGuiderNode",
"MixModOptionsMaskNode",
"MixModOptionsScaleNode",
"MixModOptionsSchedulerNode",
"MixModPipelineNode"
], ],
{ {
"author": "Kantsche", "author": "Kantsche",
@ -26885,6 +26925,7 @@
"https://github.com/niknah/ComfyUI-F5-TTS": [ "https://github.com/niknah/ComfyUI-F5-TTS": [
[ [
"F5TTSAudio", "F5TTSAudio",
"F5TTSAudioAdvanced",
"F5TTSAudioInputs" "F5TTSAudioInputs"
], ],
{ {
@ -29495,7 +29536,9 @@
"GetFloatFromImage", "GetFloatFromImage",
"GetIntFromImage", "GetIntFromImage",
"GetNodesFromImage", "GetNodesFromImage",
"GetStringFromImage" "GetPromptFromImage",
"GetStringFromImage",
"GetWorkflowFromImage"
], ],
{ {
"author": "shinich39", "author": "shinich39",
@ -29740,7 +29783,10 @@
"SmartPointSet", "SmartPointSet",
"SmartPointSetMerge", "SmartPointSetMerge",
"SmartPreviewPalette", "SmartPreviewPalette",
"SmartSemiTransparenceRemove" "SmartSaveAnimatedPNG",
"SmartSavePNG",
"SmartSemiTransparenceRemove",
"SmartVideoPreviewScaled"
], ],
{ {
"title_aux": "ComfyUI-SmartImageTools" "title_aux": "ComfyUI-SmartImageTools"
@ -32016,8 +32062,10 @@
"https://github.com/wjl0313/ComfyUI_KimNodes": [ "https://github.com/wjl0313/ComfyUI_KimNodes": [
[ [
"Add_ImageMetadata", "Add_ImageMetadata",
"BoundingBox_Cropper",
"Crop_Paste", "Crop_Paste",
"Distribute_Icons", "Distribute_Icons",
"Edge_Element_Cropper",
"ExtractDifferenceLora", "ExtractDifferenceLora",
"IconDistributeByGrid", "IconDistributeByGrid",
"Icon_Position_Cropper", "Icon_Position_Cropper",
@ -32027,12 +32075,15 @@
"KimHDR", "KimHDR",
"LoadImage_Metadata", "LoadImage_Metadata",
"Manual_MetadataInput", "Manual_MetadataInput",
"Mask_White_Area_Ratio",
"Percentage_Cropper",
"Prompt_Text", "Prompt_Text",
"Save_Image", "Save_Image",
"Seamless_Icon_Generator", "Seamless_Icon_Generator",
"Split_Mask", "Split_Mask",
"Text_Match", "Text_Match",
"Text_Processor", "Text_Processor",
"Transparent_Area_Cropper",
"Whitening_Node", "Whitening_Node",
"YOLOWorld_Match", "YOLOWorld_Match",
"YOLO_Crop", "YOLO_Crop",
@ -32889,6 +32940,7 @@
"easy whileLoopEnd", "easy whileLoopEnd",
"easy whileLoopStart", "easy whileLoopStart",
"easy wildcards", "easy wildcards",
"easy wildcardsMatrix",
"easy xyAny", "easy xyAny",
"easy zero123Loader" "easy zero123Loader"
], ],
@ -33082,11 +33134,12 @@
"Y7Nodes_CLIP_TokenCounter", "Y7Nodes_CLIP_TokenCounter",
"Y7Nodes_CatchEditTextNodeDual", "Y7Nodes_CatchEditTextNodeDual",
"Y7Nodes_Grid2Batch", "Y7Nodes_Grid2Batch",
"Y7Nodes_ImageRow",
"Y7Nodes_ImageSizePresets",
"Y7Nodes_PromptEnhancerFlux", "Y7Nodes_PromptEnhancerFlux",
"Y7Nodes_ShowAnything", "Y7Nodes_ShowAnything",
"Y7Nodes_T5_TokenCounter", "Y7Nodes_T5_TokenCounter",
"Y7Nodes_Text", "Y7Nodes_Text"
"Y7_ImageRow"
], ],
{ {
"title_aux": "Y7Nodes for ComfyUI" "title_aux": "Y7Nodes for ComfyUI"

File diff suppressed because it is too large Load Diff

View File

@ -10,6 +10,17 @@
}, },
{
"author": "magic-quill",
"title": "ComfyUI_MagicQuill [NOT MAINTAINED]",
"id": "MagicQuill",
"reference": "https://github.com/magic-quill/ComfyUI_MagicQuill",
"files": [
"https://github.com/magic-quill/ComfyUI_MagicQuill"
],
"install_type": "git-clone",
"description": "Towards GPT-4 like large language and visual assistant.\nNOTE: The current version has not been maintained for a long time and does not work. Please use https://github.com/brantje/ComfyUI_MagicQuill instead."
},
{ {
"author": "shinich39", "author": "shinich39",
"title": "comfyui-event-handler [USAFE/REMOVED]", "title": "comfyui-event-handler [USAFE/REMOVED]",

View File

@ -1209,7 +1209,8 @@
], ],
"https://github.com/ALatentPlace/YANC_LMStudio": [ "https://github.com/ALatentPlace/YANC_LMStudio": [
[ [
"> LMStudio" "> LMStudio",
"> Select LMS Model"
], ],
{ {
"title_aux": "YANC_LMStudio" "title_aux": "YANC_LMStudio"
@ -1442,10 +1443,12 @@
"BillBum_Modified_Dalle_API_Node", "BillBum_Modified_Dalle_API_Node",
"BillBum_Modified_DropoutToken_Node", "BillBum_Modified_DropoutToken_Node",
"BillBum_Modified_Flux_API_Node", "BillBum_Modified_Flux_API_Node",
"BillBum_Modified_GPTImage1_API_Node",
"BillBum_Modified_Ideogram_API_Node", "BillBum_Modified_Ideogram_API_Node",
"BillBum_Modified_ImageSplit_Node", "BillBum_Modified_ImageSplit_Node",
"BillBum_Modified_Image_API_Call_Node", "BillBum_Modified_Image_API_Call_Node",
"BillBum_Modified_LLM_API_Node", "BillBum_Modified_LLM_API_Node",
"BillBum_Modified_LLM_ForceStream_Mode",
"BillBum_Modified_Recraft_API_Node", "BillBum_Modified_Recraft_API_Node",
"BillBum_Modified_RegText_Node", "BillBum_Modified_RegText_Node",
"BillBum_Modified_SD3_API_Node", "BillBum_Modified_SD3_API_Node",
@ -2456,6 +2459,7 @@
[ [
"BETACrop", "BETACrop",
"BETAStitch", "BETAStitch",
"LoadTextFromIndex",
"SaveAudioAdvanced_BETA" "SaveAudioAdvanced_BETA"
], ],
{ {
@ -2466,6 +2470,7 @@
[ [
"BETACrop", "BETACrop",
"BETAStitch", "BETAStitch",
"LoadTextFromIndex",
"SaveAudioAdvanced_BETA" "SaveAudioAdvanced_BETA"
], ],
{ {
@ -3090,6 +3095,7 @@
"https://github.com/Creepybits/ComfyUI-Creepy_nodes": [ "https://github.com/Creepybits/ComfyUI-Creepy_nodes": [
[ [
"ArgosTranslateNode", "ArgosTranslateNode",
"AudioKeywordExtractor",
"CLIPSwitch", "CLIPSwitch",
"CollectAndDistributeText", "CollectAndDistributeText",
"CustomNodeManager", "CustomNodeManager",
@ -3105,12 +3111,14 @@
"EvaluaterNode", "EvaluaterNode",
"FilterImages", "FilterImages",
"GeminiAPI", "GeminiAPI",
"GeminiAudioAnalyzer",
"GeminiTokenCounter", "GeminiTokenCounter",
"KeywordExtractor", "KeywordExtractor",
"LoadBatchImagesDir", "LoadBatchImagesDir",
"Modelswitch", "Modelswitch",
"PeopleEvaluationNode", "PeopleEvaluationNode",
"PromptGenerator", "PromptGenerator",
"RandomAudioSegment",
"SanitizeFilename", "SanitizeFilename",
"SummaryWriter", "SummaryWriter",
"SystemPromp", "SystemPromp",
@ -4967,19 +4975,22 @@
"Clip Switch", "Clip Switch",
"Conditioning Switch", "Conditioning Switch",
"Float Selector", "Float Selector",
"Float to Int", "Float to Integer",
"Float to String", "Float to String",
"Image Switch", "Image Switch",
"Int Selector", "Integer Selector",
"Int to Float", "Integer to Float",
"Int to String", "Integer to String",
"Latent Switch", "Latent Switch",
"Math Operation",
"Model Switch", "Model Switch",
"Prompt Combiner", "Prompt Combiner",
"Prompt Styler", "Prompt Styler",
"Sampler Config", "Sampler Config",
"Save Image", "Save Image",
"String Switch", "String Switch",
"String to Float",
"String to Integer",
"Text Box", "Text Box",
"VAE Switch" "VAE Switch"
], ],
@ -7115,6 +7126,7 @@
"ConditionalTextOutput", "ConditionalTextOutput",
"CountOccurrences", "CountOccurrences",
"CustomCrop", "CustomCrop",
"DecodePreview",
"ExtractAndCombineLines", "ExtractAndCombineLines",
"ExtractBeforeAfter", "ExtractBeforeAfter",
"ExtractLinesByIndex", "ExtractLinesByIndex",
@ -7133,7 +7145,10 @@
"FloatToInteger", "FloatToInteger",
"GenerateNumbers", "GenerateNumbers",
"GenerateVideoPrompt", "GenerateVideoPrompt",
"GenericImageLoader",
"GetCurrentTime", "GetCurrentTime",
"GetFloatParam",
"GetIntParam",
"GetRandomIntegerInRange", "GetRandomIntegerInRange",
"ImageAdjuster", "ImageAdjuster",
"LoadAndAdjustImage", "LoadAndAdjustImage",
@ -7154,7 +7169,6 @@
"SimpleTextReplacer", "SimpleTextReplacer",
"SingleTextInput", "SingleTextInput",
"SplitAndExtractText", "SplitAndExtractText",
"SplitIntegers",
"SplitStringByDelimiter", "SplitStringByDelimiter",
"TextConcatenation", "TextConcatenation",
"TextConcatenator", "TextConcatenator",
@ -7385,11 +7399,16 @@
"https://github.com/MontagenAI/ComfyUI-Montagen": [ "https://github.com/MontagenAI/ComfyUI-Montagen": [
[ [
"MontagenAudioAdapter", "MontagenAudioAdapter",
"MontagenAudioConvertResourceAdapter",
"MontagenAudioListAdapter", "MontagenAudioListAdapter",
"MontagenCreateTimeline", "MontagenCreateTimeline",
"MontagenEdgeTTSNode",
"MontagenFishAudioCloneNode",
"MontagenFishAudioTTSNode",
"MontagenImageAdapter", "MontagenImageAdapter",
"MontagenImageListAdapter", "MontagenImageListAdapter",
"MontagenRenderTimeline", "MontagenRenderTimeline",
"MontagenResourceConvertAudioAdapter",
"MontagenSRTListParser", "MontagenSRTListParser",
"MontagenStickerAdapter", "MontagenStickerAdapter",
"MontagenStickerListAdapter", "MontagenStickerListAdapter",
@ -14243,6 +14262,7 @@
"MinimalPauseNode", "MinimalPauseNode",
"MultiLinePromptAT", "MultiLinePromptAT",
"RemoveSilence", "RemoveSilence",
"SaveAudioMW",
"StringEditorPersistentTempFileNode", "StringEditorPersistentTempFileNode",
"TrimAudio" "TrimAudio"
], ],
@ -15964,7 +15984,8 @@
"https://github.com/chenpipi0807/ComfyUI-Index-TTS": [ "https://github.com/chenpipi0807/ComfyUI-Index-TTS": [
[ [
"AudioCleanupNode", "AudioCleanupNode",
"IndexTTSNode" "IndexTTSNode",
"TimbreAudioLoader"
], ],
{ {
"author": "ComfyUI-Index-TTS", "author": "ComfyUI-Index-TTS",
@ -16815,11 +16836,14 @@
], ],
"https://github.com/comfy-deploy/comfyui-llm-toolkit": [ "https://github.com/comfy-deploy/comfyui-llm-toolkit": [
[ [
"ConfigGenerateImage",
"Display_Text", "Display_Text",
"GenerateImage",
"LLMToolkitProviderSelector", "LLMToolkitProviderSelector",
"LLMToolkitTextGenerator", "LLMToolkitTextGenerator",
"LLMToolkitTextGeneratorStream", "LLMToolkitTextGeneratorStream",
"OpenAIProviderNode" "OpenAIProviderNode",
"PromptManager"
], ],
{ {
"author": "ComfyDeploy", "author": "ComfyDeploy",
@ -16878,6 +16902,7 @@
"ControlNetInpaintingAliMamaApply", "ControlNetInpaintingAliMamaApply",
"ControlNetLoader", "ControlNetLoader",
"CosmosImageToVideoLatent", "CosmosImageToVideoLatent",
"CreateVideo",
"CropMask", "CropMask",
"DiffControlNetLoader", "DiffControlNetLoader",
"DifferentialDiffusion", "DifferentialDiffusion",
@ -16905,6 +16930,7 @@
"GITSScheduler", "GITSScheduler",
"GLIGENLoader", "GLIGENLoader",
"GLIGENTextBoxApply", "GLIGENTextBoxApply",
"GetVideoComponents",
"GrowMask", "GrowMask",
"Hunyuan3Dv2Conditioning", "Hunyuan3Dv2Conditioning",
"Hunyuan3Dv2ConditioningMultiView", "Hunyuan3Dv2ConditioningMultiView",
@ -16972,6 +16998,7 @@
"LoadImageMask", "LoadImageMask",
"LoadImageOutput", "LoadImageOutput",
"LoadLatent", "LoadLatent",
"LoadVideo",
"LoraLoader", "LoraLoader",
"LoraLoaderModelOnly", "LoraLoaderModelOnly",
"LoraSave", "LoraSave",
@ -17058,6 +17085,7 @@
"SaveImage", "SaveImage",
"SaveImageWebsocket", "SaveImageWebsocket",
"SaveLatent", "SaveLatent",
"SaveVideo",
"SaveWEBM", "SaveWEBM",
"SelfAttentionGuidance", "SelfAttentionGuidance",
"SetFirstSigma", "SetFirstSigma",
@ -17661,7 +17689,6 @@
], ],
"https://github.com/dadoirie/ComfyUI_Dados_Nodes": [ "https://github.com/dadoirie/ComfyUI_Dados_Nodes": [
[ [
"\"inactivePinterestImageNode\": inactivePinterestImageNode, TextConcatenatorNode",
"DynamicTextLoaderNode", "DynamicTextLoaderNode",
"PinterestFetch", "PinterestFetch",
"SmolVLMNode", "SmolVLMNode",
@ -18603,6 +18630,7 @@
"Load_Embeddings_From_Folder", "Load_Embeddings_From_Folder",
"MaskFromRGB_KMeans", "MaskFromRGB_KMeans",
"MaskedRegionVideoExport", "MaskedRegionVideoExport",
"OrganicFillNode",
"ParallaxZoom", "ParallaxZoom",
"Random_Style_Mixture", "Random_Style_Mixture",
"SDAnyConverter", "SDAnyConverter",
@ -19193,6 +19221,7 @@
"FL_Shadertoy", "FL_Shadertoy",
"FL_SimpleGPTVision", "FL_SimpleGPTVision",
"FL_Switch", "FL_Switch",
"FL_Switch_Big",
"FL_SystemCheck", "FL_SystemCheck",
"FL_TetrisGame", "FL_TetrisGame",
"FL_TextToPDF", "FL_TextToPDF",
@ -19259,6 +19288,7 @@
"PortraitMaster", "PortraitMaster",
"PortraitMasterBaseCharacter", "PortraitMasterBaseCharacter",
"PortraitMasterMakeup", "PortraitMasterMakeup",
"PortraitMasterPromptStyler",
"PortraitMasterSkinDetails", "PortraitMasterSkinDetails",
"PortraitMasterStylePose" "PortraitMasterStylePose"
], ],
@ -21923,7 +21953,8 @@
"https://github.com/jax-explorer/ComfyUI-InstantCharacter": [ "https://github.com/jax-explorer/ComfyUI-InstantCharacter": [
[ [
"InstantCharacterGenerate", "InstantCharacterGenerate",
"InstantCharacterLoadModel" "InstantCharacterLoadModel",
"InstantCharacterLoadModelFromLocal"
], ],
{ {
"title_aux": "ComfyUI-InstantCharacter" "title_aux": "ComfyUI-InstantCharacter"
@ -22812,9 +22843,18 @@
], ],
"https://github.com/kantsche/ComfyUI-MixMod": [ "https://github.com/kantsche/ComfyUI-MixMod": [
[ [
"MixModBandFFTGuiderNode",
"MixModDepthGuiderNode",
"MixModDynamicMaskAlternativeGuiderNode",
"MixModDynamicMaskGuiderNode",
"MixModFFTGuiderNode", "MixModFFTGuiderNode",
"MixModGuiderComponentNode", "MixModGuiderComponentNode",
"MixModGuiderNode" "MixModGuiderComponentPipelineNode",
"MixModGuiderNode",
"MixModOptionsMaskNode",
"MixModOptionsScaleNode",
"MixModOptionsSchedulerNode",
"MixModPipelineNode"
], ],
{ {
"author": "Kantsche", "author": "Kantsche",
@ -26885,6 +26925,7 @@
"https://github.com/niknah/ComfyUI-F5-TTS": [ "https://github.com/niknah/ComfyUI-F5-TTS": [
[ [
"F5TTSAudio", "F5TTSAudio",
"F5TTSAudioAdvanced",
"F5TTSAudioInputs" "F5TTSAudioInputs"
], ],
{ {
@ -29495,7 +29536,9 @@
"GetFloatFromImage", "GetFloatFromImage",
"GetIntFromImage", "GetIntFromImage",
"GetNodesFromImage", "GetNodesFromImage",
"GetStringFromImage" "GetPromptFromImage",
"GetStringFromImage",
"GetWorkflowFromImage"
], ],
{ {
"author": "shinich39", "author": "shinich39",
@ -29740,7 +29783,10 @@
"SmartPointSet", "SmartPointSet",
"SmartPointSetMerge", "SmartPointSetMerge",
"SmartPreviewPalette", "SmartPreviewPalette",
"SmartSemiTransparenceRemove" "SmartSaveAnimatedPNG",
"SmartSavePNG",
"SmartSemiTransparenceRemove",
"SmartVideoPreviewScaled"
], ],
{ {
"title_aux": "ComfyUI-SmartImageTools" "title_aux": "ComfyUI-SmartImageTools"
@ -32016,8 +32062,10 @@
"https://github.com/wjl0313/ComfyUI_KimNodes": [ "https://github.com/wjl0313/ComfyUI_KimNodes": [
[ [
"Add_ImageMetadata", "Add_ImageMetadata",
"BoundingBox_Cropper",
"Crop_Paste", "Crop_Paste",
"Distribute_Icons", "Distribute_Icons",
"Edge_Element_Cropper",
"ExtractDifferenceLora", "ExtractDifferenceLora",
"IconDistributeByGrid", "IconDistributeByGrid",
"Icon_Position_Cropper", "Icon_Position_Cropper",
@ -32027,12 +32075,15 @@
"KimHDR", "KimHDR",
"LoadImage_Metadata", "LoadImage_Metadata",
"Manual_MetadataInput", "Manual_MetadataInput",
"Mask_White_Area_Ratio",
"Percentage_Cropper",
"Prompt_Text", "Prompt_Text",
"Save_Image", "Save_Image",
"Seamless_Icon_Generator", "Seamless_Icon_Generator",
"Split_Mask", "Split_Mask",
"Text_Match", "Text_Match",
"Text_Processor", "Text_Processor",
"Transparent_Area_Cropper",
"Whitening_Node", "Whitening_Node",
"YOLOWorld_Match", "YOLOWorld_Match",
"YOLO_Crop", "YOLO_Crop",
@ -32889,6 +32940,7 @@
"easy whileLoopEnd", "easy whileLoopEnd",
"easy whileLoopStart", "easy whileLoopStart",
"easy wildcards", "easy wildcards",
"easy wildcardsMatrix",
"easy xyAny", "easy xyAny",
"easy zero123Loader" "easy zero123Loader"
], ],
@ -33082,11 +33134,12 @@
"Y7Nodes_CLIP_TokenCounter", "Y7Nodes_CLIP_TokenCounter",
"Y7Nodes_CatchEditTextNodeDual", "Y7Nodes_CatchEditTextNodeDual",
"Y7Nodes_Grid2Batch", "Y7Nodes_Grid2Batch",
"Y7Nodes_ImageRow",
"Y7Nodes_ImageSizePresets",
"Y7Nodes_PromptEnhancerFlux", "Y7Nodes_PromptEnhancerFlux",
"Y7Nodes_ShowAnything", "Y7Nodes_ShowAnything",
"Y7Nodes_T5_TokenCounter", "Y7Nodes_T5_TokenCounter",
"Y7Nodes_Text", "Y7Nodes_Text"
"Y7_ImageRow"
], ],
{ {
"title_aux": "Y7Nodes for ComfyUI" "title_aux": "Y7Nodes for ComfyUI"