Skip to content

Commit 2e56f7d

Browse files
committed
make style
1 parent b11f228 commit 2e56f7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/diffusers/pipelines/text_to_video_synthesis/pipeline_text_to_video_zero.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
from ...schedulers import KarrasDiffusionSchedulers
1818
from ...utils import (
1919
USE_PEFT_BACKEND,
20-
is_torch_xla_available,
2120
BaseOutput,
21+
is_torch_xla_available,
2222
logging,
2323
scale_lora_layers,
2424
unscale_lora_layers,
@@ -27,6 +27,7 @@
2727
from ..pipeline_utils import DiffusionPipeline, StableDiffusionMixin
2828
from ..stable_diffusion import StableDiffusionSafetyChecker
2929

30+
3031
if is_torch_xla_available():
3132
import torch_xla.core.xla_model as xm
3233

0 commit comments

Comments
 (0)