seeprettyface-face_editor icon indicating copy to clipboard operation
seeprettyface-face_editor copied to clipboard

Where is the link for downloading 'model/generator_yellow.pkl'?

Open sleeping1013 opened this issue 5 years ago • 3 comments

Hi, I can only find the model in stylegan2 but not stylegan. Where should I look for? Thanks!

sleeping1013 avatar Jan 08 '20 21:01 sleeping1013

Free model: yellow face generator(generator_yellow-stylegan2-config-f.pkl): Download link: https://drive.google.com/file/d/1-3XU6KzIVywFoKXx2zG1hW8mH4OYpyO9/view?usp=drivesdk

   chinese internet-celebrity face generator(generator_wanghong-stylegan2-config-f.pkl):
          Download link: https://drive.google.com/file/d/1-35jUa-Y0kfda-oQgdrda4ys-UFtlPa_/view?usp=drivesdk
          
   cute baby face generator(generator_baby-stylegan2-config-f.pkl):
          Download link: https://drive.google.com/file/d/1--684mANXSgC3aDhLc7lPM7OBHWuVRXa/view?usp=drivesdk
          
   chinese pop-star face generator(generator_star-stylegan2-config-f.pkl):
          Download link: https://drive.google.com/file/d/1-04v78_pI59M0IvhcKxsm3YhK2-plnbj/view?usp=drivesdk
        
   world supermodel face generator(generator_model-stylegan2-config-f.pkl):
          Download link: https://drive.google.com/file/d/1--kh2Em5U1qh-H7Lin9FzppkZCQ18c4W/view?usp=drivesdk

Custom model: golden ratio mixed-blood face generator(generator_mixed-blood-stylegan2-config-f.pkl): Bought-out already, not open-source.


Model copyright: Copyright(c) 2018, seeprettyface.com, BUPT_GWY.

For business development contact : E-mail: [email protected]

these links are at generators-with-stylegan2/networks/download model from Google Drive.txt

sandhyalaxmiK avatar Feb 07 '20 08:02 sandhyalaxmiK

Maybe this is what you need. https://github.com/a312863063/seeprettyface-generator-yellow/blob/master/model/%E6%A8%A1%E5%9E%8B%E4%B8%8B%E8%BD%BD%E5%90%8E%E6%94%BE%E5%9C%A8%E8%BF%99%E9%87%8C.txt

ChiefGodMan avatar Apr 14 '20 12:04 ChiefGodMan

with open('model/generator_yellow.pkl', "rb") as f:
        generator_network, discriminator_network, Gs_network = pickle.load(f)
    generator = Generator(Gs_network, batch_size=1, randomize_noise=False)

    # 在这儿选择人物的潜码,注意要与生成器相匹配。潜码来自生成目录下有个generate_codes文件夹里的txt文件。
    face_latent = read_feature('input_latent/0001.txt')

where's the generate_codes and 0001.txt file? who could held me, thanks

wandaoyi avatar Mar 02 '22 02:03 wandaoyi