AIAny
AI Model2026
Icon for item

TenStrip/LTX2.3-10Eros

Image-to-video (I2V) diffusion model merge tuned for prompt-conditioned motion and evolution. Uses layer-scaled weight merges (not straight averaging) with BF16 and FP8 checkpoint options; prompt engineering is required for predictable motion and audio. Avoid large distilled Loras for best results.

Introduction

Most I2V merges simply average weights or load large Lora adapters; LTX2.3 tries a different trade-off: layer-scaled merges across multiple checkpoints to preserve conditional responsiveness while keeping a compact checkpoint suitable for BF16/FP8 workflows. The practical result is a model that behaves more predictably under stronger, structured prompts — but it requires explicit direction for frame-to-frame motion and audio cues.

Key Capabilities
  • Layer-scaled merged weights: merges are performed with per-layer scaling rather than a straight weight average, which helps retain conditional behavior from source checkpoints and reduces the “washed-out” effect common in naive merges. So what: you get better adherence to prompt instructions for motion and scene evolution.
  • Multi-format checkpoint support (BF16, FP8): provides BF16 checkpoint and FP8 variants (including an fp8_mixed_learned option) so you can run compact, faster inference or fine-tune smaller-footprint versions. So what: enables deployment on setups that favour lower-precision runtimes while keeping acceptable fidelity.
  • Prompt-first behaviour: the model has limited self-directed reasoning — it expects precise, prescriptive prompts for the initial frame, subsequent motions, and audio. So what: with careful prompt engineering you can control fine-grained temporal changes; without that the model will produce generic or stagnant outputs.
  • Compatibility notes: relies on Sulphur-2-base and other merges; Kijai-split files exist for a 10Eros FP8 transformer structure and some assets must be placed under diffusion_models. So what: integration requires knowing which file-structure variant you need for your chosen runtime.
Who it's for and trade-offs

Great fit if you are experimenting with multimodal I2V pipelines and want a merged checkpoint that keeps prompt control at the center of generation. It’s useful for researchers and creators who can invest in prompt design and want BF16/FP8 options for constrained inference environments. Look elsewhere if you need plug-and-play, highly autonomous storyboarding — LTX2.3 deliberately shifts responsibility for motion and audio direction to the prompt. Also avoid applying large distilled Loras on top of this model: larger distilled Loras can degrade the model’s fine-tuned conditional behaviour; prefer the smaller cond_safe distilled Loras if augmentation is needed.

Where it fits

Positioned as a middle-ground merged I2V checkpoint: more controllable than a straight weight merge and lighter than heavyweight multi-stage stacks. Best used as the core generator in research prototypes or creative pipelines where prompt engineering and checkpoint precision choices (BF16/FP8) are part of the workflow.

Information

Categories

More Items

Hugging Face
AI Model2026

Provides GGUF-quantized Inkling multimodal model weights for local image/audio-to-text and conversational inference. Includes quantization variants (example: 1-bit UD-IQ1_S), Apache-2.0 license, and compatibility with Unsloth Studio, vLLM and common inference stacks.

Hugging Face
AI Video2026

Generates a new camera viewpoint from a reference video: an IC‑LoRA adapter for LTX‑Video 2.3 that re‑renders the same scene from a requested discrete camera angle while preserving subject and content. Trained on synthetic multi‑view data, proof‑of‑concept with limited viewpoint range and best for small, chained angle shifts.

Hugging Face
AI Model2026

Runs a full 27B-class Qwen3.6-derived LLM in a ~7.2 GB ternary/2‑bit format for on-device or single‑GPU text generation, retaining ~95% of FP16 performance and supporting a 262K‑token context. Designed for laptop/GPU deployment; exceeds typical phone memory limits.