You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed the infer_vae.py script so it would retain the alpha channel whens saving the grid if we are using `--channels 4`, previosly it was generating properly the reconstructed image with alpha channel but the grid was converting the image to RGB instead of RGBA which removed the alpha channel, now it properly handles both RGB and RGBA images.
0 commit comments