-
Notifications
You must be signed in to change notification settings - Fork 6.1k
[docs] Zero SNR #3776
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
[docs] Zero SNR #3776
Conversation
The documentation is not available anymore as the PR was closed or merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for putting this together!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super!
@patrickvonplaten the test (see the change in the test file) probably ignored the wrong argument, no?
@@ -0,0 +1,45 @@ | |||
# Control image brightness |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool!
* add zero snr doc * fix image link * apply feedback * separate page
Documents how to enable the new zero SNR parameter (and others from the paper) in the
DDIMScheduler
to generate images with better lighting quality. I added it to this page as a more general doc on how to improve image quality since it felt a little too specific (as I understand, its only limited to theDDIMScheduler
for now) to include here as suggested by @sayakpaul. Let me know what you think!