PDillis / stylegan3-fun

Modifications of the official PyTorch implementation of StyleGAN3. Let's easily generate images and videos with StyleGAN2/2-ADA/3!
Other
230 stars 36 forks source link

one issue and one improvement. #2

Closed kgonia closed 2 years ago

kgonia commented 2 years ago

Hi! I really love your work. I tried it and I found one issue and one potential improvement.

using

type=click.Path(exists=True, dir_okay=False)

doesn't allow to use original convetion with URL. I removed it but maybe exists=False is enough

Second thing, stylegan3 has new VGG16 feature detector. I got better result with it.