Remove print.

This commit is contained in:
comfyanonymous 2025-04-21 14:38:45 -04:00 committed by GitHub
parent 39a7d63ff0
commit 6151cfff0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -994,7 +994,6 @@ class WAN21_Vace(WAN21_T2V):
}
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)
return out