mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-14 10:56:37 +08:00
Revert another unneeded change
This commit is contained in:
parent
3c631aad1a
commit
701de1918f
@ -1080,7 +1080,7 @@ class WAN21_HuMo(WAN21_T2V):
|
||||
}
|
||||
|
||||
def get_model(self, state_dict, prefix="", device=None):
|
||||
out = model_base.WAN21_HuMo(self, image_to_video=True, device=device)
|
||||
out = model_base.WAN21_HuMo(self, image_to_video=False, device=device)
|
||||
return out
|
||||
|
||||
class WAN22_S2V(WAN21_T2V):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user