A set of custom nodes enabling LoRA support for LTX Video in ComfyUI.
- Update the LTXV LoRA Loader node for the GGUF support as a generic way
- Remove useless LTXV Checkpoint Loader with LoRA node
Please refer to the quantized versions of :
- calcuis - GGUF quantized and fp8 scaled versions of LTX-Video (here)
- city96 - direct GGUF conversion of Lightricks/LTX-Video (here)
Add LoRA support as a individual LTXV LoRA Loader node > for Lightricks ComfyUI-LTXVideoAdd LoRA support inside a LTXV Checkpoint Loader with LoRA node > for log(td) ComfyUI-LTXTricks- Add LoRA selector node that can be chained using multiple LTXV LoRA Selector
Installation via ComfyUI-Manager is preferred. Simply search for ComfyUI-LTXVideoLoRA
in the list of nodes.
Simply clone this repository to custom-nodes
folder in your ComfyUI installation directory.
Caution
Because the LTXV Loader official node use a specific model structure, you need to put the ltxv_loader_as_input option as true.
Note
Here the input node can be the 'Load Diffusion Model' node or the 'Load Checkpoint' node as well.
Tip
As you can see, you can use the GGUF with the LoRA loader followed by the modified LTX model by log(td)'s LTXTricks nodes.
For a blazing fast training of your LTXV LoRA you can use:
- a-r-r-o-w's finetrainers (here)
The main code is inspired by: