We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675554a commit 4d44417Copy full SHA for 4d44417
1 file changed
src/maxdiffusion/pipelines/wan/wan_pipeline.py
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
from abc import abstractmethod
16
-from typing import List, Union, Optional
+from typing import List, Union, Optional, Tuple
17
from functools import partial
18
from maxdiffusion.image_processor import PipelineImageInput
19
import numpy as np
0 commit comments