From 6151cfff0db7044ceec9dcf28281b131b1229f6d Mon Sep 17 00:00:00 2001 From: comfyanonymous <121283862+comfyanonymous@users.noreply.github.com> Date: Mon, 21 Apr 2025 14:38:45 -0400 Subject: [PATCH] Remove print. --- comfy/supported_models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/comfy/supported_models.py b/comfy/supported_models.py index 2d4c67199..5e55035cf 100644 --- a/comfy/supported_models.py +++ b/comfy/supported_models.py @@ -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