ELLA icon indicating copy to clipboard operation
ELLA copied to clipboard

the Training details of ella

Open icelighting opened this issue 1 year ago • 3 comments

ELLA 后出来的embedding 和diffusion model的 alignment 表现是怎么表现的,可以讲一下吗?谢谢~

icelighting avatar Apr 30 '24 06:04 icelighting

同问,请问在训练的时候训练的损失函数是如何设计的呢?

DthdZK avatar May 16 '24 03:05 DthdZK

ELLA only used the Diffusion MSE loss.

Replace the code in https://github.com/huggingface/diffusers/blob/main/examples/text_to_image/train_text_to_image_sdxl.py that optimizes the UNet with code that optimizes the connector instead.

budui avatar May 16 '24 05:05 budui

Thanks a lot! I'm going to try to reproduce the training.

DthdZK avatar May 17 '24 07:05 DthdZK