arenasys / stable-diffusion-webui-model-toolkit

A Multipurpose toolkit for managing, editing and creating models.
MIT License
508 stars 34 forks source link

Can I import the CLIP-v2 module from SD-v2 into the SD-v1 model? #23

Closed xiaoyoucheng closed 1 year ago

xiaoyoucheng commented 1 year ago

Can I import the clip-v2 module from SD-V2 into the SD-V1 model?

image

arenasys commented 1 year ago

no, they are different architectures (CLIP ViT-L/14 vs OpenCLIP-ViT/H).

CyberLykan commented 1 year ago

What about converting a V2 UNET to V1 and vice-versa?