mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-10 21:42:37 +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}
|
operation_settings = {"operations": operations, "device": device, "dtype": dtype}
|
||||||
|
|
||||||
params = HunyuanVideoParams(**kwargs)
|
params = HunyuanVideoParams(**kwargs)
|
||||||
print("HunyuanVideo params:", params)
|
|
||||||
self.params = params
|
self.params = params
|
||||||
self.patch_size = params.patch_size
|
self.patch_size = params.patch_size
|
||||||
self.in_channels = params.in_channels
|
self.in_channels = params.in_channels
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user