mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
+1
-2
@@ -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
@@ -1 +1 @@
|
|||||||
version = '2.1.858'
|
version = '2.1.859'
|
||||||
|
|||||||
Reference in New Issue
Block a user