-
Notifications
You must be signed in to change notification settings - Fork 942
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
New optimizer:AdEMAMix8bit and PagedAdEMAMix8bit #1640
Conversation
Thank you! But I think, by updating the dependent library, we can use optimizer_type arg like |
It's true that you can do this for non-invasive optimizers, but it's a bit of a gateway for non-developers, and the 8bit class of optimizers is sort of more commonly used. |
The extra code section is now removed and only the version of the dependency libraries and the comments section are modified.Additional release notes are needed regarding the use of |
@sdbds which optimizer you find best at the moment for sd 1.5 sdxl and flux? Individually for each |
Maybe it can be fully qualified path in the help text. Regular users would then easily know what to enter.
|
Is it possible to combine with schedule free? |
It has been submitted to schedulfree officials. |
I can tell you if you keep my credits in your videos or whatever: |
Thanks you, I merged this PR. I forgot that optimizer_type needs to be specified with a full path. So it works with It has also been merged into the sd3 branch. |
Tested to work better than AdamW.