Skip to content

Commit 3d3aab4

Browse files
committed
fixes
1 parent 729acea commit 3d3aab4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/diffusers/pipelines/pipeline_utils.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
is_accelerate_version,
5656
is_torch_npu_available,
5757
is_torch_version,
58-
is_transformers_available,
5958
is_transformers_version,
6059
logging,
6160
numpy_to_pil,
@@ -67,9 +66,6 @@
6766
if is_torch_npu_available():
6867
import torch_npu # noqa: F401
6968

70-
if is_transformers_available():
71-
pass
72-
7369
from .pipeline_loading_utils import (
7470
ALL_IMPORTABLE_CLASSES,
7571
CONNECTED_PIPES_KEYS,

0 commit comments

Comments
 (0)