Hunyuan refiner vae now works with tiled. (#9836)
This commit is contained in:
@@ -185,7 +185,6 @@ class Encoder(nn.Module):
|
||||
self.regul = comfy.ldm.models.autoencoder.DiagonalGaussianRegularizer()
|
||||
|
||||
def forward(self, x):
|
||||
x = x.unsqueeze(2)
|
||||
x = self.conv_in(x)
|
||||
|
||||
for stage in self.down:
|
||||
|
||||
Reference in New Issue
Block a user