mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-10 06:47:04 +08:00
Remove print.
This commit is contained in:
parent
39a7d63ff0
commit
6151cfff0d
@ -994,7 +994,6 @@ class WAN21_Vace(WAN21_T2V):
|
|||||||
}
|
}
|
||||||
|
|
||||||
def get_model(self, state_dict, prefix="", device=None):
|
def get_model(self, state_dict, prefix="", device=None):
|
||||||
print(self.unet_config)
|
|
||||||
out = model_base.WAN21_Vace(self, image_to_video=False, device=device)
|
out = model_base.WAN21_Vace(self, image_to_video=False, device=device)
|
||||||
return out
|
return out
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user