-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Update Stable Cascade Conversion Scripts #7271
Conversation
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.
Looks clean!
Do we want to update the docs with a mention of the lite checkpoint as well?
Also is it not possible to repurpose the existing cascade conversion script to account for the lite variant?
|
…/diffusers into convert-cascade-lite
I think the doc entry for the lite variant is pending? |
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!
@DN6 let's add the docs and ship this! |
…/diffusers into convert-cascade-lite
Done. Also added a few flags to make the scripts for flexible (skipping stages, optionally creating combined pipeline, changing save folder names etc) |
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.
This looks solid to me except for the comment on skip_*
args.
Feel free to merge once #7271 (comment) is addressed. |
…/diffusers into convert-cascade-lite
What does this PR do?
variant
argumentFixes # (issue)
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.