Open zen-d opened 10 months ago
Actually I think "prior noise injection" can not always work. I have tried Faster Diffusion for SDXL, the prior noise injection would hurt the quality a lot.
@Zhuoyao1012 Thanks for sharing your experience empirically. Theoretically, the motivation and solution seem also confusing to me.
@hutaiHang Thanks for your great work. In the paper, it is said that "prior noise injection" is to enrich the texture information, but not much explanation about it. Could you please provide more motivation or insights about this technique, specifically this line of code https://github.com/hutaiHang/Faster-Diffusion/blob/main/utils_sd.py#L323, why it could boost the texture detail representation? Thank you.