You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code works very well with SD 1.x models, thanks. Can it be modified to re-basin existing SD 1.x checkpoints -- there are many -- with the new SD 2.1 models? I've tried but it throws an Runtime error pointing to line 55, that "the size of tensor a (768) must match the size of tensor b (1024) ,,,"
The text was updated successfully, but these errors were encountered:
I can add the perm spec for SD 2 later but a bit busy right now. When I do, you should be able to merge multiple v2 models but merging v1 and v2 models together will not work
You can merge with re-basin by excluding done layers and I've tried that but it just spits out a model that produces colorful noise so far.
The code works very well with SD 1.x models, thanks. Can it be modified to re-basin existing SD 1.x checkpoints -- there are many -- with the new SD 2.1 models? I've tried but it throws an Runtime error pointing to line 55, that "the size of tensor a (768) must match the size of tensor b (1024) ,,,"
The text was updated successfully, but these errors were encountered: