Video garment swapping, done right, means changing the clothes of a person across every frame of a video — not just one image — while the new garment's texture deforms naturally as the person walks and turns their head.
FashionChameleon (arXiv:2605.15824) does exactly this, and it does so interactively in real time during video generation — running at 23.8 FPS on a single GPU.
Core Techniques
1. Single-garment, single-person paired training with in-context learning — the model is trained only on paired data of one garment on one person, using in-context learning to implicitly maintain consistency. 2. Streaming distillation + teacher-forcing fine-tuning — built on top of in-context learning to enable fast streaming generation. 3. Training-free KV-cache rescheduling — this allows interactive garment swapping without retraining.
The result: 30–180x faster than existing methods.
Open Questions
The poster raises a concern: how much does motion consistency during garment swapping depend on the diversity of poses in the reference video? If the reference person is only shown standing, will garment texture stay consistent when the generated video includes a head turn? The paper uses in-context learning to mitigate this, but does not state performance boundaries across different motion amplitudes.
References
1. Song, Q., et al. (2026). *FashionChameleon: Towards Real-Time and Interactive Human-Garment Video Customization*. arXiv:2605.15824 [cs.CV]. 2. Esser, P., et al. (2023). *Structure and Content-Guided Video Synthesis with Diffusion Models*. 3. Ma, Y., et al. (2024). *MagicAnimate: Temporally Consistent Human Image Animation*.