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
First of all, great work, used this back then to screw around with models.
Got back into SD, tried to merge 2.x models, got this error: KeyError: 'cond_stage_model.model.transformer.text_model.embeddings.position_ids'
Any 2.x model does this!
Removed ema as per this issue.
Tried some of the fixes proposed. This was the closest to my problem, proposed solutions did nothing, i assumed the code was not made to handle SD 2.x.
Perhaps it has a different/no clip model. There was an issue that detailed it but can't find it at the moment.
Are you planning on supporting 2.x models any time soon? There was an issue that asked a similar question but about 1.x-2.x cross merging, and i feel like my request is different enough.
Love this repo. No rush.
The text was updated successfully, but these errors were encountered:
Hi. Merging 2.x models can be done but it's something I'd have to support in the code first. To be honest, I didn't really have any particular plans to support it since the models seem to be used much less than 1.5 but I'll see what I can do.
Write the permutation spec dedicate for the SD2.X will be good.
I may have a try since SD2 is a subset of SDXL, but the layer name is different
Also I need some more trick to detect a SD2.X model.
First of all, great work, used this back then to screw around with models.
Got back into SD, tried to merge 2.x models, got this error:
KeyError: 'cond_stage_model.model.transformer.text_model.embeddings.position_ids'
Any 2.x model does this!
Removed ema as per this issue.
Tried some of the fixes proposed. This was the closest to my problem, proposed solutions did nothing, i assumed the code was not made to handle SD 2.x.
Perhaps it has a different/no clip model. There was an issue that detailed it but can't find it at the moment.
Are you planning on supporting 2.x models any time soon? There was an issue that asked a similar question but about 1.x-2.x cross merging, and i feel like my request is different enough.
Love this repo. No rush.
The text was updated successfully, but these errors were encountered: