AIAny
AI Video2026
Icon for item

LTX-2

Provides a DiT-based audio–video foundation model plus an official Python inference and LoRA trainer. Ships multiple production-ready pipelines (text/image/audio→video), checkpoints, and performance optimizations (FP8, distilled pipelines) for high-fidelity synchronized audio–video generation.

Introduction

Most video-generation stacks still assemble multiple specialized models and ad-hoc tooling to get synchronized audio and high-fidelity frames. This project collapses those moving parts into a single DiT-based foundation model and a monorepo that covers inference, LoRA training, and several production pipelines — so you can prototype synchronized audio→video and image→video flows without stitching disparate components.

What Sets It Apart
  • Unified audio+video foundation model: a single DiT-derived checkpoint supports synchronized audio and visual generation, removing the common need to cascade separate audio and video models — which simplifies conditioning and reduces cross-model sync issues.
  • End-to-end monorepo with production pipelines: includes multiple pipelines (two-stage high-quality, single-stage fast, distilled low-step inference, audio-conditioned A2Vid, IC-LoRA for video→video, HDR output), making it straightforward to trade speed vs. fidelity without custom engineering.
  • Practical production optimizations: offers FP8 quantization options, attention kernels support (xFormers/FlashAttention), and distilled LoRAs to lower memory and latency needs — practical knobs for running larger checkpoints on real hardware.
  • LoRA training + tooling included: built-in trainer and examples for IC-LoRA and LoRA detailers let teams fine-tune behaviors (motion, camera control, HDR) rather than retrain full models.
Who It's For & Trade-offs

Great fit if you need to experiment or deploy synchronized audio–video generation with high visual fidelity and want a single codebase that includes inference, trainer, and multiple pipelines. It’s also useful for teams that want plug-and-play checkpoints and LoRAs to iterate quickly. Look elsewhere if you only need lightweight image-only diffusion, need guaranteed permissive licensing for commercial redistribution of model weights, or must run exclusively on CPU—the repository targets GPU-accelerated production and relies on large checkpoints and GPU-optimizations.

More Items

Hugging Face
AI Model2026

Generates L2-normalized multimodal embeddings (default 4,096‑D) for text, images, videos and visual documents, supporting interleaved inputs and flexible dimension truncation (Matryoshka). Designed for cross-modal retrieval, ranking and downstream retrieval systems; audio is not supported.

Hugging Face
AI Model2026

Drop-in abliterated (refusal-removed) build of GLM-5.3-Flash that bakes refusal-direction removal into block-FP8 safetensors, yielding an uncensored 320B (18B active) multimodal MoE model with a 1M-token context. Intended for red-teaming, interpretability, and robustness research; MIT license; not for production without added guardrails.

Hugging Face
AI Model2026

An experimental multimodal model that adds visual understanding to DeepSeek-V4-Flash: accepts text+image inputs and returns text analyses. Improves vision-dependent agent workflows while maintaining comparable text-only performance; released under an MIT license on Hugging Face.