ogkalu2 / Merge-Stable-Diffusion-models-without-distortion

Adaptation of the merging method described in the paper - Git Re-Basin: Merging Models modulo Permutation Symmetries (https://arxiv.org/abs/2209.04836) for Stable Diffusion
MIT License
139 stars 21 forks source link

Torch 12+ #22

Closed brucethemoose closed 1 year ago

brucethemoose commented 1 year ago

What is blocking higher versions of pytorch from being used?

Also this is a very interesting implementation. Gonna test it out, and I hope it gets merged into other repos, given all the interest in merging :+1:

ogkalu2 commented 1 year ago

Pytorch removed cpu support for some operations in 1.12

brucethemoose commented 1 year ago

My merges seem to work well.

:+1: Hope it can get worked around eventually, as thats kinda a blocker for pulling this into bigger projects.