MobileStyleGan Web Demo

February 19, 2022 ยท View on GitHub

This is a web demo of MobileStyleGan.pytorch It uses the official pretrained FFHQ 1024x1024 checkpoint of StyleGAN2-ADA converted to ONNX.

Live demo: https://mobilestylegan-web-demo.vercel.app

Setup

git clone https://github.com/cyrildiagne/mobilestylegan-web-demo
cd mobilestylegan-web-demo
yarn

Dev

yarn start

Build

yarn build