-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Feature request] merge methods #113
Comments
thank you for your information! |
Please see #35 |
this routines are tensor level, it means it could be applied to the model-mixer easily. |
There is a more up to date set of merge method implementations: Everything marked as I can explain any/all of them if you want, as I came up with most of them. You can decide whether any is worth implementing. rotate is the slowest one, it takes ~1h on sdxl and ~9 minutes on sd1.5. |
All merge methods are key-level. I omitted weighted sum and add difference as they are trivial.
I apologize if this is too much text to read. Let me know if I can clarify anything. |
Thank you, this is a great addition for the merger space, but just wanted to ask if you thought about adding various merge_methods?
https://github.com/s1dlx/meh/blob/81515bda3cba52edd263964c5517f4713faad86e/sd_meh/merge_methods.py
Most up to date: https://github.com/ljleb/sd-mecha/blob/main/sd_mecha/merge_methods.py
The text was updated successfully, but these errors were encountered: