Skip to content

Commit

Permalink
Update pipeline_aura_flow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hlky authored Feb 16, 2025
1 parent 749c0d1 commit aedca12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/diffusers/pipelines/aura_flow/pipeline_aura_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import torch
from transformers import T5Tokenizer, UMT5EncoderModel

from ...callbacks import MultiPipelineCallbacks, PipelineCallback
from ...image_processor import VaeImageProcessor
from ...models import AuraFlowTransformer2DModel, AutoencoderKL
from ...models.attention_processor import AttnProcessor2_0, FusedAttnProcessor2_0, XFormersAttnProcessor
Expand Down

0 comments on commit aedca12

Please sign in to comment.