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 b11f228 commit 2e56f7dCopy full SHA for 2e56f7d
src/diffusers/pipelines/text_to_video_synthesis/pipeline_text_to_video_zero.py
@@ -17,8 +17,8 @@
17
from ...schedulers import KarrasDiffusionSchedulers
18
from ...utils import (
19
USE_PEFT_BACKEND,
20
- is_torch_xla_available,
21
BaseOutput,
+ is_torch_xla_available,
22
logging,
23
scale_lora_layers,
24
unscale_lora_layers,
@@ -27,6 +27,7 @@
27
from ..pipeline_utils import DiffusionPipeline, StableDiffusionMixin
28
from ..stable_diffusion import StableDiffusionSafetyChecker
29
30
+
31
if is_torch_xla_available():
32
import torch_xla.core.xla_model as xm
33
0 commit comments