sit-ldm-e2e-vavae / README.md
nielsr's picture
nielsr HF Staff
Add pipeline tag and library name
9e9f594 verified
|
raw
history blame
2.92 kB
metadata
license: mit
pipeline_tag: image-to-image
library_name: diffusers

REPA-E: Unlocking VAE for End-to-End Tuning of Latent Diffusion Transformers

Xingjian Leng1*   Β·   Jaskirat Singh1*   Β·   Yunzhong Hou1   Β·   Zhenchang Xing2  Β·   Saining Xie3  Β·   Liang Zheng1 

1 Australian National University   2Data61-CSIRO   3New York University  
*Project Leads  

🌐 Project Page   πŸ€— Models   πŸ“ƒ Paper  

PWC

Overview

We address a fundamental question: Can latent diffusion models and their VAE tokenizer be trained end-to-end? While training both components jointly with standard diffusion loss is observed to be ineffective β€” often degrading final performance β€” we show that this limitation can be overcome using a simple representation-alignment (REPA) loss. Our proposed method, REPA-E, enables stable and effective joint training of both the VAE and the diffusion model.

REPA-E significantly accelerates training β€” achieving over 17Γ— speedup compared to REPA and 45Γ— over the vanilla training recipe. Interestingly, end-to-end tuning also improves the VAE itself: the resulting E2E-VAE provides better latent structure and serves as a drop-in replacement for existing VAEs (e.g., SD-VAE), improving convergence and generation quality across diverse LDM architectures. Our method achieves state-of-the-art FID scores on ImageNet 256Γ—256: 1.26 with CFG and 1.83 without CFG.

News and Updates

[2025-04-15] Initial Release with pre-trained models and codebase. ... (rest of the content remains unchanged)