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

RGBA #20

Closed PDillis closed 2 years ago

PDillis commented 2 years ago

Allows users to train on RGBA datasets. Note that the fourth channel can be anything, so long as its values are still in the range [0, 255]. However, color augmentations should not be used, as those need to be better tuned for any type of dataset (RGB or RGBA).