LatentMan: Generating Consistent Animated Characters using Image Diffusion Models
Abdelrahman Eldesokey, Peter Wonka
TL;DR
LatentMan tackles the challenge of generating temporally coherent videos of animated characters in a zero-shot setting by combining text-driven motion diffusion with a pre-trained Text-to-Image model. It introduces Spatial Latent Alignment to propagate latent codes along cross-frame correspondences derived from DensePose and implements Pixel-Wise Guidance to reduce high-frequency frame-to-frame discrepancies. The approach leverages a text-based Motion Diffusion Model to provide continuous motion cues, rendered as depth maps for ControlNet conditioning, enabling bidirectional consistency between motion and appearance without reference videos. Quantitatively, LatentMan reduces temporal inconsistency by approximately 9–10% on a pixel-difference metric and is preferred by a majority of users in perceptual studies, demonstrating strong improvements over zero-shot baselines.
Abstract
We propose a zero-shot approach for generating consistent videos of animated characters based on Text-to-Image (T2I) diffusion models. Existing Text-to-Video (T2V) methods are expensive to train and require large-scale video datasets to produce diverse characters and motions. At the same time, their zero-shot alternatives fail to produce temporally consistent videos with continuous motion. We strive to bridge this gap, and we introduce LatentMan, which leverages existing text-based motion diffusion models to generate diverse continuous motions to guide the T2I model. To boost the temporal consistency, we introduce the Spatial Latent Alignment module that exploits cross-frame dense correspondences that we compute to align the latents of the video frames. Furthermore, we propose Pixel-Wise Guidance to steer the diffusion process in a direction that minimizes visual discrepancies between frames. Our proposed approach outperforms existing zero-shot T2V approaches in generating videos of animated characters in terms of pixel-wise consistency and user preference. Project page https://abdo-eldesokey.github.io/latentman/.
