try fix #1761 again (#1680)

This commit is contained in:
lllyasviel
2023-12-31 04:38:31 -08:00
committed by GitHub
parent 2521af308b
commit 0c4f20a0d2
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -108,8 +108,7 @@ class Resampler(nn.Module):
) )
def forward(self, x): def forward(self, x):
latents = self.latents.repeat(x.size(0), 1, 1).to(x)
latents = self.latents.repeat(x.size(0), 1, 1)
x = self.proj_in(x) x = self.proj_in(x)
+1 -1
View File
@@ -1 +1 @@
version = '2.1.858' version = '2.1.859'