Skip to content

Commit

Permalink
Fix minor issue (Sygil-Dev#77)
Browse files Browse the repository at this point in the history
Will have to investigate further, but for some reason it always assumes
transparency even on 3 channel VAE's
  • Loading branch information
ZeroCool940711 committed Oct 1, 2023
2 parents c720de4 + 80f8a10 commit 952d778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion muse_maskgit_pytorch/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __init__(
stream=False,
using_taming=False,
random_crop=False,
alpha_channel=True,
alpha_channel=False,
):
super().__init__()
self.dataset = dataset
Expand Down

0 comments on commit 952d778

Please sign in to comment.