mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-09 21:12:36 +08:00
remove print
This commit is contained in:
parent
7378bf6a27
commit
ed3d1942d0
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user