Skip to content

Commit 56c986f

Browse files
committed
Revert another unneeded change
1 parent d3bafb2 commit 56c986f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfy/supported_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ class WAN21_HuMo(WAN21_T2V):
10801080
}
10811081

10821082
def get_model(self, state_dict, prefix="", device=None):
1083-
out = model_base.WAN21_HuMo(self, image_to_video=True, device=device)
1083+
out = model_base.WAN21_HuMo(self, image_to_video=False, device=device)
10841084
return out
10851085

10861086
class WAN22_S2V(WAN21_T2V):

0 commit comments

Comments
 (0)