mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-24 18:28:10 +00:00
update wan2.2-fun
This commit is contained in:
@@ -294,7 +294,7 @@ class WanModel(torch.nn.Module):
|
|||||||
):
|
):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
self.dim = dim
|
self.dim = dim
|
||||||
self.in_dim = dim
|
self.in_dim = in_dim
|
||||||
self.freq_dim = freq_dim
|
self.freq_dim = freq_dim
|
||||||
self.has_image_input = has_image_input
|
self.has_image_input = has_image_input
|
||||||
self.patch_size = patch_size
|
self.patch_size = patch_size
|
||||||
|
|||||||
Reference in New Issue
Block a user