From 73f477941d2544da0b6b41e0a09852847e2f4770 Mon Sep 17 00:00:00 2001 From: Michael Kupchick Date: Fri, 22 Nov 2024 15:43:20 +0200 Subject: [PATCH] LTXVideo for ComfyUI. (#1261) Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b9be1ba2..91f2a1ea 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17548,6 +17548,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "lightricks", + "title": "ComfyUI-LTXVideo", + "id": "ltxv", + "reference": "https://github.com/Lightricks/ComfyUI-LTXVideo", + "files": [ + "https://github.com/Lightricks/ComfyUI-LTXVideo" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for LTXVideo model." } ] }