heaversm / runway-stylegan-animations

An example of how to create random landscape images from StyleGAN using Runway ML and P5.js
91 stars 16 forks source link

GAN ANIMATIONS

Using RunwayML and P5.js

RESOURCES

Animated StyleGAN Transitions with Runway and P5

DOWNLOADS

EXAMPLES

MORE INFO

INSTRUCTIONS

BIGGAN TRANSITIONS

Someone on Youtube asked if the same effect could be applied to BigGAN. Yes! If you look at Runway, the input specification is a bit different - it wants a z of 140 floats, and a category as the input, and for the output, you will be getting the image as a variable called generatedOutput. I've included an example in this repo of how to do this. Just follow the same steps above but load biggan.html instead of index.html.