Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about lognorm #57

Closed
jiashenggu opened this issue Jun 13, 2024 · 3 comments
Closed

Question about lognorm #57

jiashenggu opened this issue Jun 13, 2024 · 3 comments

Comments

@jiashenggu
Copy link

Hi, great work! The paper mentions lognorm, but I couldn't find the implementation. Could you let me know if it's used in the code? If so, please tell me where I can find it. Thank you very much!

@zhuole1025
Copy link
Contributor

Thanks for your interest! The lognorm schedule is used in our ImageNet models. You can find the implementation here:

elif self.snr_type == SNRType.LOGNORM:

@jiashenggu
Copy link
Author

Thanks for your interest! The lognorm schedule is used in our ImageNet models. You can find the implementation here:

elif self.snr_type == SNRType.LOGNORM:

Thank you for your response! I'm curious why you only use it in ImageNet.

@zhuole1025
Copy link
Contributor

That's because we tested the lognorm schedule only at the very beginning of our T2I project and found no significant improvements. However, it is worth paying more attention to the schedule for training large-scale flow and diffusion models.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants