We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b0f92 commit 3a43c8aCopy full SHA for 3a43c8a
src/diffusers/pipelines/pipeline_utils.py
@@ -22,7 +22,7 @@
22
import sys
23
from dataclasses import dataclass
24
from pathlib import Path
25
-from typing import Any, Callable, Dict, List, Optional, Union, get_args, get_origin, _UnionGenericAlias
+from typing import Any, Callable, Dict, List, Optional, Union, get_args, get_origin
26
27
import numpy as np
28
import PIL.Image
0 commit comments