-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add Community Example Consistency Training Script #6717
Add Community Example Consistency Training Script #6717
Conversation
Could you add to the |
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
…consistency_training
The script has been moved from |
Awesome - great effort @dg845! |
* initial commit for unconditional/class-conditional consistency training script * make style * Add entry for consistency training script in community README. * Move consistency training script from community to research_projects/consistency_training * Add requirements.txt and README to research_projects/consistency_training directory. * Manually revert community README changes for consistency training. * Fix path to script after moving script to research projects. * Add option to load U-Net weights from pretrained model. --------- Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
What does this PR do?
This PR adds a script which implements consistency training (CT), an algorithm which trains consistency models (CMs) from scratch, which was introduced in Consistency Models and refined in Improved Techniques for Training Consistency Models. The script supports both unconditional and class-conditional training.
Before submitting
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.
@patrickvonplaten
@sayakpaul