update DB

This commit is contained in:
Dr.Lt.Data 2025-01-20 23:36:17 +09:00
parent f4fb9e3ab4
commit 9643aed8f8
8 changed files with 3009 additions and 2627 deletions

View File

@ -430,7 +430,7 @@
"https://github.com/EllangoK/ComfyUI-post-processing-nodes"
],
"install_type": "git-clone",
"description": "A collection of post processing nodes for ComfyUI, simply download this repo and drag."
"description": "A collection of post processing nodes for ComfyUI, which enable a variety of visually striking image effects."
},
{
"author": "LEv145",
@ -19669,6 +19669,91 @@
"install_type": "git-clone",
"description": "A super simple node that outputs common video resolutions as 2 integers for Hunyuan and others!"
},
{
"author": "benjiyaya",
"title": "Kokoro TextToSpeech Node for ComfyUI",
"reference": "https://github.com/benjiyaya/ComfyUI-KokoroTTS",
"files": [
"https://github.com/benjiyaya/ComfyUI-KokoroTTS"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that provides Text-to-Speech capabilities using the Kokoro TTS engine."
},
{
"author": "WangPengxing",
"title": "ComfyUI WPX Nodes",
"reference": "https://github.com/WangPengxing/ComfyUI_WPX_Node",
"files": [
"https://github.com/WangPengxing/ComfyUI_WPX_Node"
],
"install_type": "git-clone",
"description": "A custom node collection for ComfyUI, offering enhanced image processing features."
},
{
"author": "PixelFunAI",
"title": "Hunyuan LoRA Loader Nodes",
"reference": "https://github.com/PixelFunAI/ComfyUI_PixelFun",
"files": [
"https://github.com/PixelFunAI/ComfyUI_PixelFun"
],
"install_type": "git-clone",
"description": "This collection provides four additional nodes for loading and managing Hunyuan Video LoRAs in ComfyUI"
},
{
"author": "Burgstall-labs",
"title": "ComfyUI-BS_Kokoro-onnx",
"reference": "https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx",
"files": [
"https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx"
],
"install_type": "git-clone",
"description": "A ComfyUI wrapper for [a/Kokoro-onnx](https://github.com/thewh1teagle/kokoro-onnx)"
},
{
"author": "Kidev",
"title": "ComfyUI Fisheye Effects Nodes",
"reference": "https://github.com/Kidev/ComfyUI-Fisheye-effects",
"files": [
"https://github.com/Kidev/ComfyUI-Fisheye-effects"
],
"install_type": "git-clone",
"description": "Provides tools for applying and removing fisheye lens effects from images."
},
{
"author": "feixuetuba",
"title": "Spleeter",
"reference": "https://github.com/feixuetuba/Spleeter",
"files": [
"https://github.com/feixuetuba/Spleeter"
],
"install_type": "git-clone",
"description": "This is a ComfyUI plugin based on [a/Spleeter](https://github.com/deezer/spleete). The model files are available on BaiduNetDisk. After downloading the model, place it in the checkpoints directory."
},
{
"author": "aidec",
"title": "Comfyui_TextBatch_aidec",
"reference": "https://github.com/aidec/Comfyui_TextBatch_aidec",
"files": [
"https://github.com/aidec/Comfyui_TextBatch_aidec"
],
"install_type": "git-clone",
"description": "The Text Queue Processor can split text into groups line by line for batch processing (unfinished, with noticeable bugs still being fixed). Currently, on the first run, it may only process one item. Once that is completed, running it again usually works fine. After each run, the `start_index` needs to be manually reset. Occasionally, strange issues occur, such as multiple queues being added at once, while other times it works perfectly fine. The potential causes are still under investigation."
},

View File

@ -1869,6 +1869,7 @@
],
"https://github.com/BennyKok/comfyui-deploy": [
[
"ComfyDeployOutputImage",
"ComfyDeployWebscoketImageInput",
"ComfyDeployWebscoketImageOutput",
"ComfyUIDeployExternalBoolean",
@ -2130,15 +2131,26 @@
"BriaEraser",
"BriaGenFill",
"BriaTailoredGen",
"ReimagineNode",
"ShotByImageNode",
"ShotByTextNode",
"TailoredModelInfoNode",
"Text2ImageBaseNode"
"Text2ImageBaseNode",
"Text2ImageFastNode",
"Text2ImageHDNode"
],
{
"title_aux": "BRIA AI API nodes"
}
],
"https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": [
[
"Kokoro TTS"
],
{
"title_aux": "ComfyUI-BS_Kokoro-onnx"
}
],
"https://github.com/CC-BryanOttho/ComfyUI_API_Manager": [
[
"APIRequestNode",
@ -4868,6 +4880,15 @@
"title_aux": "ComfyUI-kewky_tools"
}
],
"https://github.com/Kidev/ComfyUI-Fisheye-effects": [
[
"Defisheye",
"Fisheye"
],
{
"title_aux": "ComfyUI Fisheye Effects Nodes"
}
],
"https://github.com/KohakuBlueleaf/z-tipo-extension": [
[
"TIPO",
@ -5261,6 +5282,7 @@
"Texturaizer_GetImageData",
"Texturaizer_GetJsonData",
"Texturaizer_GetLoraData",
"Texturaizer_GetMaterialTileData",
"Texturaizer_GetModelName",
"Texturaizer_GetPromptData",
"Texturaizer_GetRenderData",
@ -6068,6 +6090,7 @@
"BlackBarsV1",
"BlackBarsV2",
"BlackBarsV3",
"CRT_Effect_v1",
"ClassicFilmEffect",
"CombineAudio",
"DJZ-LoadLatent",
@ -6083,6 +6106,7 @@
"DjzDatamoshV6",
"DjzDatamoshV7",
"DjzDatamoshV8",
"FilmGateWeave",
"FilmGrainEffect",
"FilmGrainEffect_v2",
"FishEyeEffect",
@ -6090,16 +6114,20 @@
"FractalGenerator",
"FractalGeneratorV2",
"FractalGeneratorV3",
"HalationBloom",
"ImageInterleavedUpscaler",
"ImageInterleavedUpscalerV2",
"ImageSizeAdjuster",
"ImageSizeAdjusterV2",
"ImageSizeAdjusterV3",
"JitterEffect",
"KeyframeBasedUpscalerV1",
"KinescopeEffectV1",
"LensLeaks",
"LoadTextDirectory",
"LoadVideoDirectory",
"LoadVideoDirectoryV2",
"MotionBlending",
"NoiseFactory",
"NoiseFactoryV2",
"NoiseFactoryV3",
@ -6123,16 +6151,22 @@
"TrianglesPlus",
"TrianglesPlusV2",
"UncleanSpeech",
"VGA_Effect_v1",
"VHS_Effect_V3",
"VHS_Effect_v1",
"VHS_Effect_v2",
"VideoBitClamp",
"VideoChromaticAberration",
"VideoFilmDamage",
"VideoInterlaceFastV4",
"VideoInterlaceGANV3",
"VideoInterlaced",
"VideoInterlacedV2",
"VideoNoiseFactory",
"VideoRingPainter",
"VideoTemperatureV1",
"VideoTimecode",
"VideoVignettingV1",
"WaveletCompose",
"WaveletDecompose",
"WinampViz",
@ -6704,6 +6738,17 @@
"title_aux": "Remade_nodes"
}
],
"https://github.com/PixelFunAI/ComfyUI_PixelFun": [
[
"HunyuanLoadAndEditLoraBlocks",
"HunyuanLoadFromBlockCache",
"HunyuanLoraFromJson",
"HunyuanLoraFromPrompt"
],
{
"title_aux": "Hunyuan LoRA Loader Nodes"
}
],
"https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": [
[
"AgenticflowAIVariable",
@ -8041,13 +8086,17 @@
"SDVN Exif check",
"SDVN Filter List",
"SDVN IC-Light v2",
"SDVN Image Adjust",
"SDVN Image Film Grain",
"SDVN Image Info",
"SDVN Image Layout",
"SDVN Image Repeat",
"SDVN Image Scraper",
"SDVN Image Size",
"SDVN Image White Balance",
"SDVN Inpaint",
"SDVN Join Parameter",
"SDVN Joy Caption",
"SDVN KSampler",
"SDVN Load Checkpoint",
"SDVN Load Image",
@ -8179,12 +8228,18 @@
"CXH_DownloadAndLoadFlorence2Model",
"CXH_Florence2Run",
"CXH_HG_Model_Load",
"CXH_IC_Lora_Florence2Run",
"CXH_IC_lora_reversal",
"CXH_Ic_lora_Joy_batch",
"CXH_Min2_6_classifiy",
"CXH_Min2_6_prompt_Run",
"CXH_MinCP3_4B_Chat",
"CXH_MinCP3_4B_Load",
"CXH_SmolVlm_Load",
"CXH_SmolVlm_Run",
"Joy_caption",
"Joy_caption_alpha_batch",
"Joy_caption_alpha_batch_Dirs",
"Joy_caption_alpha_load",
"Joy_caption_alpha_prompt",
"Joy_caption_alpha_run",
@ -9568,6 +9623,21 @@
"title_aux": "ComfyUI-SaveImageCivitAI"
}
],
"https://github.com/WangPengxing/ComfyUI_WPX_Node": [
[
"AnimalContour",
"AnimalContourSilhouette",
"CircleContour",
"DetermineRowsAndCols",
"PenetrateStyle",
"RectangleContour",
"SplitMaskElements",
"SplitStickers"
],
{
"title_aux": "ComfyUI WPX Nodes"
}
],
"https://github.com/WebDev9000/WebDev9000-Nodes": [
[
"IgnoreBraces",
@ -10326,6 +10396,16 @@
"title_aux": "Comfy UI FatLabels"
}
],
"https://github.com/aidec/Comfyui_TextBatch_aidec": [
[
"TextBatch",
"TextQueueProcessor",
"TextSplitCounter"
],
{
"title_aux": "Comfyui_TextBatch_aidec"
}
],
"https://github.com/aidenli/ComfyUI_NYJY": [
[
"CivitaiPrompt",
@ -10400,6 +10480,7 @@
"AK_AudioreactiveDilationMask",
"AK_AudioreactiveDynamicDilationMask",
"AK_BinaryAmplitudeGate",
"AK_BlobTrack",
"AK_BrightnessToFloatList",
"AK_ConvertAudioToSaltAudio",
"AK_ConvertListToFloatList",
@ -11023,6 +11104,7 @@
],
"https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": [
[
"Bedrock - Amazon Nova Canvas Text to Image",
"Bedrock - Claude",
"Bedrock - Claude Multimodal",
"Bedrock - SDXL",
@ -11326,6 +11408,14 @@
"title_aux": "ComfyUI-HunyuanVideoImagesGuider"
}
],
"https://github.com/benjiyaya/ComfyUI-KokoroTTS": [
[
"Kokoro TextToSpeech"
],
{
"title_aux": "Kokoro TextToSpeech Node for ComfyUI"
}
],
"https://github.com/bentoml/comfy-pack": [
[
"CPackInputAny",
@ -13941,6 +14031,7 @@
"D2 XY Prompt SR",
"D2 XY Prompt SR2",
"D2 XY Seed",
"D2 XY Seed2",
"D2 XY String To Plot"
],
{
@ -15027,6 +15118,14 @@
"title_aux": "Fearnworks Nodes"
}
],
"https://github.com/feixuetuba/Spleeter": [
[
"Spleeter"
],
{
"title_aux": "Spleeter"
}
],
"https://github.com/fexli/fexli-util-node-comfyui": [
[
"FEBCPrompt",
@ -16897,6 +16996,7 @@
"Light-Tool: SaveToAliyunOSS",
"Light-Tool: SaveVideo",
"Light-Tool: ShowText",
"Light-Tool: SimpleImageOverlay",
"Light-Tool: SolidColorBackground",
"Light-Tool: TextConnect"
],
@ -19575,6 +19675,7 @@
"StringTranslate",
"TemplateToImage",
"TimeFormatter",
"UnifiedPromptGenerator",
"WebpageScreenshot"
],
{
@ -20913,8 +21014,7 @@
],
"https://github.com/meanin2/comfyui-watermarking": [
[
"ImageWatermarkNode",
"TextWatermarkNode"
"ImageWatermarkNode"
],
{
"title_aux": "ComfyUI Watermark Image Node"
@ -24024,15 +24124,6 @@
"title_aux": "\u2601\ufe0fBizyAir Nodes"
}
],
"https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": [
[
"CheckpointLoaderNF4",
"UNETLoaderNF4"
],
{
"title_aux": "Model and Checkpoint Loaders for NF4 and FP4"
}
],
"https://github.com/sipherxyz/comfyui-art-venture": [
[
"AV_AwsBedrockClaudeApi",

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,36 @@
{
"author": "hunterssl",
"title": "ComfyUI_SSLNodes",
"reference": "https://github.com/hunterssl/ComfyUI_SSLNodes",
"files": [
"https://github.com/hunterssl/ComfyUI_SSLNodes"
],
"install_type": "git-clone",
"description": "NODES: SSL Load Json, SSL Get Json Keys Count, SSL Load Checkpoint By Name, SSL Random Num In Loop, SSL Save Image Outside"
},
{
"author": "ammahmoudi",
"title": "ComfyUI-Legendary-Nodes",
"reference": "https://github.com/ammahmoudi/ComfyUI-Legendary-Nodes",
"files": [
"https://github.com/ammahmoudi/ComfyUI-Legendary-Nodes"
],
"install_type": "git-clone",
"description": "NODES: Legendary Lora URL Loader, Legendary Lora URL Loader"
},
{
"author": "yichengup",
"title": "Comfyui-NodeSpark",
"reference": "https://github.com/yichengup/Comfyui-NodeSpark",
"files": [
"https://github.com/yichengup/Comfyui-NodeSpark"
],
"install_type": "git-clone",
"description": "NODES: Image Circle Warp, Image Stretch, Image Wave Warp, Liquify Effect"
},
{
"author": "vpakarinen",
"title": "ComfyUI-GenerationTimer",

View File

@ -1630,6 +1630,15 @@
"title_aux": "Dream Project Video Batches [WIP]"
}
],
"https://github.com/ammahmoudi/ComfyUI-Legendary-Nodes": [
[
"Legendary Dataset Saver",
"Legendary Lora URL Loader"
],
{
"title_aux": "ComfyUI-Legendary-Nodes"
}
],
"https://github.com/animEEEmpire/ComfyUI-Animemory-Loader": [
[
"AnimemoryNode"
@ -2857,6 +2866,19 @@
"title_aux": "ComfyUI_Easy_Nodes_hui"
}
],
"https://github.com/hunterssl/ComfyUI_SSLNodes": [
[
"SSLGetJsonKeysCount",
"SSLLoadCheckpointByName",
"SSLLoadJson",
"SSLRandomNumInLoop",
"SSLRandomSeedInLoop",
"SSLSaveImageOutside"
],
{
"title_aux": "ComfyUI_SSLNodes"
}
],
"https://github.com/hy134300/comfyui-hb-node": [
[
"generate story",
@ -3126,6 +3148,7 @@
[
"KAndyCivitImagesAPI",
"KAndyCivitPromptAPI",
"KAndyImageSave",
"KAndyImagesByCss",
"KAndyLoadImageFromUrl",
"KAndyNoiseCondition",
@ -4624,6 +4647,17 @@
"title_aux": "ComfyUI-FairLab"
}
],
"https://github.com/yichengup/Comfyui-NodeSpark": [
[
"ImageCircleWarp",
"ImageStretch",
"ImageWaveWarp",
"LiquifyNode"
],
{
"title_aux": "Comfyui-NodeSpark"
}
],
"https://github.com/yojimbodayne/ComfyUI-Dropbox-API": [
[
"FetchTokenFromDropbox",

File diff suppressed because it is too large Load Diff

View File

@ -10,6 +10,67 @@
{
"author": "benjiyaya",
"title": "Kokoro TextToSpeech Node for ComfyUI",
"reference": "https://github.com/benjiyaya/ComfyUI-KokoroTTS",
"files": [
"https://github.com/benjiyaya/ComfyUI-KokoroTTS"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that provides Text-to-Speech capabilities using the Kokoro TTS engine."
},
{
"author": "WangPengxing",
"title": "ComfyUI WPX Nodes",
"reference": "https://github.com/WangPengxing/ComfyUI_WPX_Node",
"files": [
"https://github.com/WangPengxing/ComfyUI_WPX_Node"
],
"install_type": "git-clone",
"description": "A custom node collection for ComfyUI, offering enhanced image processing features."
},
{
"author": "PixelFunAI",
"title": "Hunyuan LoRA Loader Nodes",
"reference": "https://github.com/PixelFunAI/ComfyUI_PixelFun",
"files": [
"https://github.com/PixelFunAI/ComfyUI_PixelFun"
],
"install_type": "git-clone",
"description": "This collection provides four additional nodes for loading and managing Hunyuan Video LoRAs in ComfyUI"
},
{
"author": "Kidev",
"title": "ComfyUI Fisheye Effects Nodes",
"reference": "https://github.com/Kidev/ComfyUI-Fisheye-effects",
"files": [
"https://github.com/Kidev/ComfyUI-Fisheye-effects"
],
"install_type": "git-clone",
"description": "Provides tools for applying and removing fisheye lens effects from images."
},
{
"author": "feixuetuba",
"title": "Spleeter",
"reference": "https://github.com/feixuetuba/Spleeter",
"files": [
"https://github.com/feixuetuba/Spleeter"
],
"install_type": "git-clone",
"description": "This is a ComfyUI plugin based on [a/Spleeter](https://github.com/deezer/spleete). The model files are available on BaiduNetDisk. After downloading the model, place it in the checkpoints directory."
},
{
"author": "aidec",
"title": "Comfyui_TextBatch_aidec",
"reference": "https://github.com/aidec/Comfyui_TextBatch_aidec",
"files": [
"https://github.com/aidec/Comfyui_TextBatch_aidec"
],
"install_type": "git-clone",
"description": "The Text Queue Processor can split text into groups line by line for batch processing (unfinished, with noticeable bugs still being fixed). Currently, on the first run, it may only process one item. Once that is completed, running it again usually works fine. After each run, the `start_index` needs to be manually reset. Occasionally, strange issues occur, such as multiple queues being added at once, while other times it works perfectly fine. The potential causes are still under investigation."
},
{
"author": "hellercommaa",
"title": "Hunyuan Video Resolutions",
@ -631,66 +692,6 @@
],
"install_type": "git-clone",
"description": "SASolver for Comfyui. Adapted from [a/comfyanonymous/ComfyUI#4454](https://github.com/comfyanonymous/ComfyUI/pull/4454) and [a/https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler](https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler)"
},
{
"author": "gremlation",
"title": "ComfyUI-JMESPath",
"reference": "https://github.com/gremlation/ComfyUI-JMESPath",
"files": [
"https://github.com/gremlation/ComfyUI-JMESPath"
],
"install_type": "git-clone",
"description": "A ComfyUI node that runs a [a/JMESPath](https://jmespath.org/) query against input JSON and outputs the result."
},
{
"author": "gremlation",
"title": "ComfyUI-jq",
"reference": "https://github.com/gremlation/ComfyUI-jq",
"files": [
"https://github.com/gremlation/ComfyUI-jq"
],
"install_type": "git-clone",
"description": "A ComfyUI node that runs a [a/jq](https://jqlang.github.io/jq/) query against input JSON and outputs the result."
},
{
"author": "gremlation",
"title": "ComfyUI-ImageLabel",
"reference": "https://github.com/gremlation/ComfyUI-ImageLabel",
"files": [
"https://github.com/gremlation/ComfyUI-ImageLabel"
],
"install_type": "git-clone",
"description": "A ComfyUI node that extends an image vertically to add a label either above or below it."
},
{
"author": "gremlation",
"title": "ComfyUI-TrackAndWheel",
"reference": "https://github.com/gremlation/ComfyUI-TrackAndWheel",
"files": [
"https://github.com/gremlation/ComfyUI-TrackAndWheel"
],
"install_type": "git-clone",
"description": "A ComfyUI extension that improves panning and zooming on trackpads and with the mouse wheel."
},
{
"author": "nmlen",
"title": "comfyui-mosaic-blur",
"reference": "https://github.com/nmlen/comfyui-mosaic-blur",
"files": [
"https://github.com/nmlen/comfyui-mosaic-blur"
],
"install_type": "git-clone",
"description": "A simple mosaic blur node for ComfyUI that uses CV2 or Pillow"
},
{
"author": "jerrylongyan",
"title": "ComfyUI-My-Mask",
"reference": "https://github.com/jerrylongyan/ComfyUI-My-Mask",
"files": [
"https://github.com/jerrylongyan/ComfyUI-My-Mask"
],
"install_type": "git-clone",
"description": "Some nodes for processing masks, currently including nodes that fill in the concave parts of existing masks with convex hulls."
}
]
}

View File

@ -1869,6 +1869,7 @@
],
"https://github.com/BennyKok/comfyui-deploy": [
[
"ComfyDeployOutputImage",
"ComfyDeployWebscoketImageInput",
"ComfyDeployWebscoketImageOutput",
"ComfyUIDeployExternalBoolean",
@ -2130,15 +2131,26 @@
"BriaEraser",
"BriaGenFill",
"BriaTailoredGen",
"ReimagineNode",
"ShotByImageNode",
"ShotByTextNode",
"TailoredModelInfoNode",
"Text2ImageBaseNode"
"Text2ImageBaseNode",
"Text2ImageFastNode",
"Text2ImageHDNode"
],
{
"title_aux": "BRIA AI API nodes"
}
],
"https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": [
[
"Kokoro TTS"
],
{
"title_aux": "ComfyUI-BS_Kokoro-onnx"
}
],
"https://github.com/CC-BryanOttho/ComfyUI_API_Manager": [
[
"APIRequestNode",
@ -4868,6 +4880,15 @@
"title_aux": "ComfyUI-kewky_tools"
}
],
"https://github.com/Kidev/ComfyUI-Fisheye-effects": [
[
"Defisheye",
"Fisheye"
],
{
"title_aux": "ComfyUI Fisheye Effects Nodes"
}
],
"https://github.com/KohakuBlueleaf/z-tipo-extension": [
[
"TIPO",
@ -5261,6 +5282,7 @@
"Texturaizer_GetImageData",
"Texturaizer_GetJsonData",
"Texturaizer_GetLoraData",
"Texturaizer_GetMaterialTileData",
"Texturaizer_GetModelName",
"Texturaizer_GetPromptData",
"Texturaizer_GetRenderData",
@ -6068,6 +6090,7 @@
"BlackBarsV1",
"BlackBarsV2",
"BlackBarsV3",
"CRT_Effect_v1",
"ClassicFilmEffect",
"CombineAudio",
"DJZ-LoadLatent",
@ -6083,6 +6106,7 @@
"DjzDatamoshV6",
"DjzDatamoshV7",
"DjzDatamoshV8",
"FilmGateWeave",
"FilmGrainEffect",
"FilmGrainEffect_v2",
"FishEyeEffect",
@ -6090,16 +6114,20 @@
"FractalGenerator",
"FractalGeneratorV2",
"FractalGeneratorV3",
"HalationBloom",
"ImageInterleavedUpscaler",
"ImageInterleavedUpscalerV2",
"ImageSizeAdjuster",
"ImageSizeAdjusterV2",
"ImageSizeAdjusterV3",
"JitterEffect",
"KeyframeBasedUpscalerV1",
"KinescopeEffectV1",
"LensLeaks",
"LoadTextDirectory",
"LoadVideoDirectory",
"LoadVideoDirectoryV2",
"MotionBlending",
"NoiseFactory",
"NoiseFactoryV2",
"NoiseFactoryV3",
@ -6123,16 +6151,22 @@
"TrianglesPlus",
"TrianglesPlusV2",
"UncleanSpeech",
"VGA_Effect_v1",
"VHS_Effect_V3",
"VHS_Effect_v1",
"VHS_Effect_v2",
"VideoBitClamp",
"VideoChromaticAberration",
"VideoFilmDamage",
"VideoInterlaceFastV4",
"VideoInterlaceGANV3",
"VideoInterlaced",
"VideoInterlacedV2",
"VideoNoiseFactory",
"VideoRingPainter",
"VideoTemperatureV1",
"VideoTimecode",
"VideoVignettingV1",
"WaveletCompose",
"WaveletDecompose",
"WinampViz",
@ -6704,6 +6738,17 @@
"title_aux": "Remade_nodes"
}
],
"https://github.com/PixelFunAI/ComfyUI_PixelFun": [
[
"HunyuanLoadAndEditLoraBlocks",
"HunyuanLoadFromBlockCache",
"HunyuanLoraFromJson",
"HunyuanLoraFromPrompt"
],
{
"title_aux": "Hunyuan LoRA Loader Nodes"
}
],
"https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": [
[
"AgenticflowAIVariable",
@ -8041,13 +8086,17 @@
"SDVN Exif check",
"SDVN Filter List",
"SDVN IC-Light v2",
"SDVN Image Adjust",
"SDVN Image Film Grain",
"SDVN Image Info",
"SDVN Image Layout",
"SDVN Image Repeat",
"SDVN Image Scraper",
"SDVN Image Size",
"SDVN Image White Balance",
"SDVN Inpaint",
"SDVN Join Parameter",
"SDVN Joy Caption",
"SDVN KSampler",
"SDVN Load Checkpoint",
"SDVN Load Image",
@ -8179,12 +8228,18 @@
"CXH_DownloadAndLoadFlorence2Model",
"CXH_Florence2Run",
"CXH_HG_Model_Load",
"CXH_IC_Lora_Florence2Run",
"CXH_IC_lora_reversal",
"CXH_Ic_lora_Joy_batch",
"CXH_Min2_6_classifiy",
"CXH_Min2_6_prompt_Run",
"CXH_MinCP3_4B_Chat",
"CXH_MinCP3_4B_Load",
"CXH_SmolVlm_Load",
"CXH_SmolVlm_Run",
"Joy_caption",
"Joy_caption_alpha_batch",
"Joy_caption_alpha_batch_Dirs",
"Joy_caption_alpha_load",
"Joy_caption_alpha_prompt",
"Joy_caption_alpha_run",
@ -9568,6 +9623,21 @@
"title_aux": "ComfyUI-SaveImageCivitAI"
}
],
"https://github.com/WangPengxing/ComfyUI_WPX_Node": [
[
"AnimalContour",
"AnimalContourSilhouette",
"CircleContour",
"DetermineRowsAndCols",
"PenetrateStyle",
"RectangleContour",
"SplitMaskElements",
"SplitStickers"
],
{
"title_aux": "ComfyUI WPX Nodes"
}
],
"https://github.com/WebDev9000/WebDev9000-Nodes": [
[
"IgnoreBraces",
@ -10326,6 +10396,16 @@
"title_aux": "Comfy UI FatLabels"
}
],
"https://github.com/aidec/Comfyui_TextBatch_aidec": [
[
"TextBatch",
"TextQueueProcessor",
"TextSplitCounter"
],
{
"title_aux": "Comfyui_TextBatch_aidec"
}
],
"https://github.com/aidenli/ComfyUI_NYJY": [
[
"CivitaiPrompt",
@ -10400,6 +10480,7 @@
"AK_AudioreactiveDilationMask",
"AK_AudioreactiveDynamicDilationMask",
"AK_BinaryAmplitudeGate",
"AK_BlobTrack",
"AK_BrightnessToFloatList",
"AK_ConvertAudioToSaltAudio",
"AK_ConvertListToFloatList",
@ -11023,6 +11104,7 @@
],
"https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": [
[
"Bedrock - Amazon Nova Canvas Text to Image",
"Bedrock - Claude",
"Bedrock - Claude Multimodal",
"Bedrock - SDXL",
@ -11326,6 +11408,14 @@
"title_aux": "ComfyUI-HunyuanVideoImagesGuider"
}
],
"https://github.com/benjiyaya/ComfyUI-KokoroTTS": [
[
"Kokoro TextToSpeech"
],
{
"title_aux": "Kokoro TextToSpeech Node for ComfyUI"
}
],
"https://github.com/bentoml/comfy-pack": [
[
"CPackInputAny",
@ -13941,6 +14031,7 @@
"D2 XY Prompt SR",
"D2 XY Prompt SR2",
"D2 XY Seed",
"D2 XY Seed2",
"D2 XY String To Plot"
],
{
@ -15027,6 +15118,14 @@
"title_aux": "Fearnworks Nodes"
}
],
"https://github.com/feixuetuba/Spleeter": [
[
"Spleeter"
],
{
"title_aux": "Spleeter"
}
],
"https://github.com/fexli/fexli-util-node-comfyui": [
[
"FEBCPrompt",
@ -16897,6 +16996,7 @@
"Light-Tool: SaveToAliyunOSS",
"Light-Tool: SaveVideo",
"Light-Tool: ShowText",
"Light-Tool: SimpleImageOverlay",
"Light-Tool: SolidColorBackground",
"Light-Tool: TextConnect"
],
@ -19575,6 +19675,7 @@
"StringTranslate",
"TemplateToImage",
"TimeFormatter",
"UnifiedPromptGenerator",
"WebpageScreenshot"
],
{
@ -20913,8 +21014,7 @@
],
"https://github.com/meanin2/comfyui-watermarking": [
[
"ImageWatermarkNode",
"TextWatermarkNode"
"ImageWatermarkNode"
],
{
"title_aux": "ComfyUI Watermark Image Node"
@ -24024,15 +24124,6 @@
"title_aux": "\u2601\ufe0fBizyAir Nodes"
}
],
"https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": [
[
"CheckpointLoaderNF4",
"UNETLoaderNF4"
],
{
"title_aux": "Model and Checkpoint Loaders for NF4 and FP4"
}
],
"https://github.com/sipherxyz/comfyui-art-venture": [
[
"AV_AwsBedrockClaudeApi",