justinpinkney / awesome-pretrained-stylegan2

A collection of pre-trained StyleGAN 2 models to download
1.26k stars 108 forks source link

About blending 'ffhq' model and 'anime face' model #23

Closed ymzlygw closed 3 years ago

ymzlygw commented 3 years ago

Hi ,Really thanks for your work. From your blog I notice that blending needs a base model and a fine-tuned model from that. So I try it and, I want to know that if there is a fine-tuned model for Anime Face in stylegan2 ? The Aaron Gokaslan's anime mode is not fine-tuned and can't be used for blending with ffhq. So if it's possible to use a 512-f-ffhq model fine-tuning an anime-face dataset so that the new anime face model can be used for blending?

justinpinkney commented 3 years ago

Yes it's should be perfectly possible to fine tune an ffhq model on anime to make something suitable for blending. There are various guides online, and various sizes of pretrained ffhq models available on https://github.com/justinpinkney/awesome-pretrained-stylegan2/

I'd be very interested to see what results you get if you try it!

ymzlygw commented 3 years ago

Yes it's should be perfectly possible to fine tune an ffhq model on anime to make something suitable for blending. There are various guides online, and various sizes of pretrained ffhq models available on https://github.com/justinpinkney/awesome-pretrained-stylegan2/

I'd be very interested to see what results you get if you try it!

Thanks for your reply!