ToTheBeginning / PuLID

[NeurIPS 2024] Official code for PuLID: Pure and Lightning ID Customization via Contrastive Alignment
Apache License 2.0
2.64k stars 186 forks source link

question about ID Loss #78

Open FORRYKIM opened 2 months ago

FORRYKIM commented 2 months ago

when we train Conventional Diffusion branch, we usually generate noise randomly->image added noise(x_t)->other condition->unet predict noise->calculate loss so we want reconstruct x_0 from x_t, then compare face why in the paper, you use Lightning branch generate images from pure noise? seems have no relationship with conventional branch? the point is "from pure noise" rather than use "x_t, text, face" to generate image thank you