AIAny
AI Video2026
Icon for item

SCAIL-2

End-to-end pose-driven image-to-video model that animates a reference character from a driving video, supporting cross-identity replacement and multi-character scenarios without intermediate pose representations; performs best at 704p and ships as a diffusers-compatible checkpoint.

Introduction

Most character-animation pipelines depend on intermediate pose or mask representations, which break down for complex motion, non-human drivers, and identity replacement. This model removes those intermediates and trains end-to-end so the network learns direct driving and representation unification from synthesized motion pairs—yielding capabilities beyond its teacher modules.

Key Capabilities
  • End-to-end driving without explicit skeletons or inpainting masks: the model maps a driving video to a reference character directly, reducing ambiguity in complex motion and non-human driving sources (e.g., animals).
  • Cross-identity character replacement and multi-character support: trained on a unified motion-transfer interface, it can replace identities and animate multiple characters in a scene without separate pose pipelines.
  • Emergent compatibility with advanced controls: reverse-driving training and unified inputs enable zero-shot use of richer intermediates (examples include SAM3D-Body mesh renderings used as auxiliary control channels).
  • Practical resolution and packaging: supports 512p and 704p (recommended 704p for pose-driven/replacement tasks) and bundles Wan VAE and a T5-like module in the checkpoint for convenience.
Who it's for and trade-offs

Great fit if you want a single diffusers-style checkpoint to prototype character animation workflows that avoid brittle intermediate pipelines, or to experiment with cross-identity and non-human driving scenarios. It’s useful for researchers and artists who can afford GPU resources for image-to-video inference at 512–704p. Look elsewhere if you need lightweight real-time animation on constrained hardware, strict reproducibility to match a specific teacher model exactly, or a solution that provides explicit editable skeleton outputs as primary artifacts.

Where it fits

This is an applied research / model-release aimed at bridging research-quality motion synthesis and practical animation workflows. Compared with skeleton-first pipelines it reduces intermediate engineering effort, but requires larger checkpoints and inference budgets typical of diffusion-based image-to-video models.

Technical notes: the public model card reports training on ~60K synthesized motion pairs derived from several teacher modules, a reverse-driving recipe that encourages generalization, and constraints that H and W be divisible by 32 (e.g., 704×1280).

Information

More Items

Hugging Face
AI Model2026

Integrates a pretrained vision–language model with a BEV perception head and a Planning Expert to provide 3D perception, driving VQA and motion planning for autonomous driving while keeping the base VLM architecture unchanged.

Hugging Face
AI Audio2026

Generates full songs from lyrics and a style prompt, producing vocals and accompaniment and exporting editable symbolic scores for melody/chord control. Uses symbolic planning with agentic multi-turn editing and runs local 48 kHz inference on a 24GB GPU.

Hugging Face
AI Video2026

Replaces a character in a video using a single repainted frame from the same clip and propagates that edit across the shot while preserving motion, camera and lighting; requires no pose estimator, segmentation, face tracker or text prompt. Key facts: a 33.1B MiniMax-H3 finetune, DMD-distilled to three forward passes, 124 frames in ~26s on one B200 GPU.