AIAny
AI Video2024
Icon for item

ComfyUI-LTXVideo

Custom ComfyUI nodes that run Lightricks' LTX-Video diffusion-transformer models for text-to-video and image-to-video, adding IC-LoRA control over depth, pose, edges, and motion plus distilled and low-VRAM variants for node-based workflows.

Introduction

Most open-source video generators make you trade controllability for speed, then bolt control on afterward. Lightricks designed LTX-Video as a diffusion transformer fast enough to iterate on, and these nodes expose that pipeline as a graph where every conditioning signal — a depth map, a pose track, a keyframe — is just another wire.

What Sets It Apart
  • Control as a first-class input, not an afterthought. IC-LoRAs route depth, pose, edge, and motion-tracking signals straight into generation, so you direct a shot instead of rolling the dice on a prompt.
  • A speed/quality dial built into the graph. Distilled model variants and downsampled latent processing trade fidelity for turnaround — rough out a shot cheaply, then re-run the same graph on the full model.
  • Beyond plain text-to-video. The same node set handles two-stage refinement, lipdub/rephrasing, joint audio-video synthesis, and camera-move LoRAs (dolly, jib, static) — production tasks most ComfyUI video packs skip.
  • Memory has an escape hatch. Low-VRAM loader nodes and --reserve-vram keep large models runnable on constrained cards instead of OOM-ing the graph.
Who Should Use It

Great fit if you already live in ComfyUI and want directable, repeatable video — keyframed shots, controlled motion, or audio-synced output you can wire into a larger pipeline. Look elsewhere if you want a one-click app: this assumes comfort with node graphs, and the full LTX-2 models expect a 32GB+ CUDA GPU and 100GB+ of disk, so a managed hosted service is simpler for casual or low-VRAM use.

Information

  • Websitegithub.com
  • AuthorsLightricks
  • Published date2024/11/22

Categories

More Items

Hugging Face
AI Video2026

Provides Parallel Decoding Distillation (PDD) LoRA adapters that accelerate MiniMax-H3 video generation into few inference steps. Includes official 8-step Acc LoRAs for FL2VA and Ref2VA (rank=64, network_alpha=64, BF16), demo comparison videos, and example scripts using Diffusers' MiniMax-H3 ModularPipeline.

Hugging Face
AI Video2026

Conditions a MiniMax‑H3 video generator with a single ControlNet‑Union checkpoint to accept Canny, Depth, HED, MLSD or Pose control videos and run video inpainting. Guidance‑distilled for one‑pass inference; requires the base MiniMax‑H3 weights and specific control-branch config.

Hugging Face
AI Video2026

Upscales Minimax H3 24-channel VAE latents in-place to increase spatial resolution while preserving the time dimension. Replaces the decode→pixel-upscale→encode round-trip with a learned 2D/3D latent upscaler to save compute and avoid interpolation ghosting; supports 1.0–4.0× scaling.