Spaces:
Running
on
Zero
Running
on
Zero
PommesPeter
commited on
Commit
•
7a92cca
1
Parent(s):
64f5019
Update models/model.py
Browse files- models/model.py +1 -1
models/model.py
CHANGED
@@ -862,7 +862,7 @@ class NextDiT(nn.Module):
|
|
862 |
x, _ = x.chunk(2, dim=1)
|
863 |
else:
|
864 |
x = [_.chunk(2, dim=0)[0] for _ in x]
|
865 |
-
return x
|
866 |
|
867 |
def forward_with_cfg(
|
868 |
self,
|
|
|
862 |
x, _ = x.chunk(2, dim=1)
|
863 |
else:
|
864 |
x = [_.chunk(2, dim=0)[0] for _ in x]
|
865 |
+
return x
|
866 |
|
867 |
def forward_with_cfg(
|
868 |
self,
|