Open spinagon opened 8 months ago
Something is causing small seams to appear on Stable Cascade. My current theory on what - torch.nn.ConvTranspose2d doesn't support any padding other than zero.
torch.nn.ConvTranspose2d
Running into the same issue. Thanks for keeping up with the new SD cascade models. I appreciate your work on this.
Something is causing small seams to appear on Stable Cascade. My current theory on what -
torch.nn.ConvTranspose2d
doesn't support any padding other than zero.