remove print

This commit is contained in:
kijai 2025-11-17 01:03:34 +02:00 committed by comfyanonymous
parent 7378bf6a27
commit ed3d1942d0

View File

@ -200,7 +200,6 @@ class HunyuanVideo(nn.Module):
operation_settings = {"operations": operations, "device": device, "dtype": dtype}
params = HunyuanVideoParams(**kwargs)
print("HunyuanVideo params:", params)
self.params = params
self.patch_size = params.patch_size
self.in_channels = params.in_channels