update wan2.2-fun

This commit is contained in:
lzw478614@alibaba-inc.com
2025-08-22 09:38:19 +08:00
parent b6d1ff01e0
commit c4b97cd591

View File

@@ -294,7 +294,7 @@ class WanModel(torch.nn.Module):
):
super().__init__()
self.dim = dim
self.in_dim = dim
self.in_dim = in_dim
self.freq_dim = freq_dim
self.has_image_input = has_image_input
self.patch_size = patch_size