nolan-dev / GANInterface

Tool to interface with a StyleGAN model
Apache License 2.0
217 stars 25 forks source link

How to use a stylegan2 pkl like cat image pkl, to generate images #16

Open JordanMicahBennett opened 3 years ago

JordanMicahBennett commented 3 years ago

I want to make a morphing cat gif.

I have downloaded the stylegan2 cat pkl, as well as the compiled version of GANInterface from the anime tutorial, hoping to instead generate a morphing cat animation gif from images and their interpolations generated from the cat pkl.

How do I do this? Is their an option to load other stylegan2 pkl from the compiled ui? If there is no pkl loading option, is there a way to convert pkl to latent space for loading into GANInterface? (I ask the last question because I notice changing name of "data_b75d22410203401232872f3627826b4d" folder leads to an error, and I suspect this particular error concerns some saved pkl in some way.

JordanMicahBennett commented 3 years ago

Okay, reading through the issues again, I found the thread about conversion from stylegan2 pkl to GANInterface.

I will try and report.

BradKML commented 3 years ago

Checking 4 Report