Spaces:
Paused
Paused
Update wan/textimage2video.py
Browse files- wan/textimage2video.py +1 -1
wan/textimage2video.py
CHANGED
@@ -44,7 +44,7 @@ class WanTI2V:
|
|
44 |
use_sp=False,
|
45 |
t5_cpu=False,
|
46 |
init_on_cpu=True,
|
47 |
-
convert_model_dtype=
|
48 |
):
|
49 |
r"""
|
50 |
Initializes the Wan text-to-video generation model components.
|
|
|
44 |
use_sp=False,
|
45 |
t5_cpu=False,
|
46 |
init_on_cpu=True,
|
47 |
+
convert_model_dtype=False,
|
48 |
):
|
49 |
r"""
|
50 |
Initializes the Wan text-to-video generation model components.
|