Tencent / HunyuanDiT

Hunyuan-DiT : A Powerful Multi-Resolution Diffusion Transformer with Fine-Grained Chinese Understanding
https://dit.hunyuan.tencent.com/
Other
2.59k stars 180 forks source link

"ema", "module", "distill"这三种模型有什么区别,哪个质量最好 #110

Closed wodsoe closed 5 days ago

wodsoe commented 1 week ago

"ema", "module", "distill"这三种模型有什么区别,哪个质量最好?

zml-ai commented 5 days ago

If you value quality, choose the EMA model. If performance matters more, go for the distillation model. We’ve halved the inference steps in the EMA model using distillation. So, if the EMA takes 50 steps to infer, the distillation model can do the similarity in just 25.