8000 GitHub - troyzx/StyleGAN-Zoo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

troyzx/StyleGAN-Zoo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StyleGAN Zoo

Base on https://github.com/podgorskiy/StyleGAN_Blobless

Install

Pytorch needed, install via conda first

conda install pytorch torchvision cudatoolkit=10.1 -c pytorch -y
pip install stylegan_zoo

Start

from sgan import StyleGAN

s = StyleGAN('asuka')
# If has GPU
# s.output(device='cuda')
s.show()
  • For jupyter:

  • For mathematica:

  • Multi-generation

License

Part License
Code Apache License Version 2.0
Asuka CC0 - Creative Commons
Horo CC0 - Creative Commons
Baby CC4.0 Non-Commercial
FFHQ
CelebaHQ

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%
0