mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-10 05:22:34 +08:00
Fix.
This commit is contained in:
parent
8b10e0bdaa
commit
1840bc5226
@ -327,7 +327,7 @@ class Decoder(nn.Module):
|
|||||||
x = self.mid.block_2(self.mid.attn_1(self.mid.block_1(x)))
|
x = self.mid.block_2(self.mid.attn_1(self.mid.block_1(x)))
|
||||||
|
|
||||||
if self.refiner_vae:
|
if self.refiner_vae:
|
||||||
x = torch.split(x, 1, dim=2)
|
x = torch.split(x, 2, dim=2)
|
||||||
else:
|
else:
|
||||||
x = [ x ]
|
x = [ x ]
|
||||||
out = []
|
out = []
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user