Stability-AI / generative-models

Generative Models by Stability AI
MIT License
23.14k stars 2.56k forks source link

How to merge the vae encoder weights in svd-xt to first_stage_model.encoder in sv3d_p.safetensors ? #371

Open zhaosheng-thu opened 1 week ago

zhaosheng-thu commented 1 week ago

Thanks for the great work. Recently I'm working on a new project based on sv3d_p, I'm wondering how to merge the weight in svd-xt-vae folder to sv3d_p.safetensors? Because I have noticed that in sv3d_p.safetensors, the weight related to vae encoder (first_stage_model.encode) doesn't exist. Thanks!