mike9251 / simswap-inference-pytorch

Unofficial Pytorch implementation (inference only) of the SimSwap: An Efficient Framework For High Fidelity Face Swapping
93 stars 20 forks source link

Support for official 512 weights #4

Closed Akyariss closed 2 years ago

Akyariss commented 2 years ago

When i try to use the official 512 simswap weights 550000_net_G.pth i get this error: Capture

But it works fine with the unofficial 512 model included on your google drive link

mike9251 commented 2 years ago

Hi @Akyariss,

it doesn't work because the weights you're using don't match the model architecture described in the code. I also tried it some time ago and I noticed that those weights described a different model. The official repo doesn't contain the code for this model either.

So you can't use these weights with this repo (and with official repo too).

Akyariss commented 2 years ago

I see, thank you