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 9ec60ae commit b285943Copy full SHA for b285943
src/diffusers/pipelines/aura_flow/pipeline_aura_flow.py
@@ -25,6 +25,7 @@
25
from ...utils.torch_utils import randn_tensor
26
from ..pipeline_utils import DiffusionPipeline, ImagePipelineOutput
27
28
+
29
if is_torch_xla_available():
30
import torch_xla.core.xla_model as xm
31
0 commit comments