From 2f307c88b11d28c1251556c78284d204877972d0 Mon Sep 17 00:00:00 2001 From: Sumeth Sathnindu <65599800+LucipherDev@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:02:09 +0530 Subject: [PATCH] Update custom-node-list.json Add custom node: ComfyUI-TangoFlux --- custom-node-list.json | 48 ++++++++++++++++++++++++++----------------- 1 file changed, 29 insertions(+), 19 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index f7eb8a1d..3b3b8d00 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -18103,6 +18103,16 @@ "install_type": "git-clone", "description": "ComfyUI Custom Nodes for 'AniDoc: Animation Creation Made Easier'. This approach automates line art video colorization using a novel model that aligns color information from references, ensures temporal consistency, and reduces manual effort in animation production." }, + { + "author": "LucipherDev", + "title": "ComfyUI-TangoFlux", + "reference": "https://github.com/LucipherDev/ComfyUI-TangoFlux", + "files": [ + "https://github.com/LucipherDev/ComfyUI-TangoFlux" + ], + "install_type": "git-clone", + "description": "ComfyUI Custom Nodes for 'TangoFlux: Super Fast and Faithful Text to Audio Generation with Flow Matching'. This generates high-quality 44.1kHz audio up to 30 seconds using just a text prompt." + }, { "author": "envy-ai", "title": "ComfyUI-ConDelta", @@ -19063,25 +19073,6 @@ "install_type": "git-clone", "description": "Unofficial implementation of [ali-vilab/TeaCache](https://github.com/ali-vilab/TeaCache) for ComfyUI" }, - { - "author": "calcuis", - "title": "gguf", - "id": "gguf", - "reference": "https://github.com/calcuis/gguf", - "files": [ - "https://github.com/calcuis/gguf" - ], - "preemptions":[ - "LoaderGGUF", - "ClipLoaderGGUF", - "DualClipLoaderGGUF", - "TripleClipLoaderGGUF", - "LoaderGGUFAdvanced", - "GGUFSave" - ], - "install_type": "git-clone", - "description": "gguf node for comfyui" - }, @@ -19544,6 +19535,25 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "calcuis", + "title": "gguf", + "id": "gguf", + "reference": "https://github.com/calcuis/gguf", + "files": [ + "https://github.com/calcuis/gguf" + ], + "preemptions":[ + "LoaderGGUF", + "ClipLoaderGGUF", + "DualClipLoaderGGUF", + "TripleClipLoaderGGUF", + "LoaderGGUFAdvanced", + "GGUFSave" + ], + "install_type": "git-clone", + "description": "gguf node for comfyui" } ] }