Skip to content

Commit 38d0683

Browse files
committed
Merge branch 'humo_i2v' of https://github.com/drozbay/ComfyUI into humo_i2v
2 parents 56c986f + 3c631aa commit 38d0683

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=False, device=device)
1083+
out = model_base.WAN21_HuMo(self, image_to_video=True, device=device)
10841084
return out
10851085

10861086
class WAN22_S2V(WAN21_T2V):

0 commit comments

Comments
 (0)