justinpinkney / awesome-pretrained-stylegan

A collection of pre-trained StyleGAN models to download
326 stars 33 forks source link

About using pytorch to read pre-trained models #8

Open Passenger12138 opened 2 years ago

Passenger12138 commented 2 years ago

I need to reproduce stylegan based on the pytorch framework。 I found many pre-trained models here, thank you very much for your input, but they are all implemented based on the tensorflow version. I would like to know if there are some other pretrained models implemented based on the pytorch framework. Or is there any other way I can use these pretrained models

fangxuehouwuming commented 10 months ago

I need to reproduce stylegan based on the pytorch framework。 I found many pre-trained models here, thank you very much for your input, but they are all implemented based on the tensorflow version. I would like to know if there are some other pretrained models implemented based on the pytorch framework. Or is there any other way I can use these pretrained models

I have the same problems. Have you solved it?

eps696 commented 10 months ago

@fangxuehouwuming check https://github.com/rinongal/StyleGAN-nada, i think there was some script for such weights conversion