Skip to content

Commit

Permalink
Minor fix in AuraFlow callback
Browse files Browse the repository at this point in the history
  • Loading branch information
Skquark committed Aug 3, 2024
1 parent bfe3f6a commit 56a21c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/diffusers/pipelines/aura_flow/pipeline_aura_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ class AuraFlowPipeline(DiffusionPipeline):
"""

_optional_components = []
_callback_tensor_inputs = [
"latents",
]
model_cpu_offload_seq = "text_encoder->transformer->vae"

def __init__(
Expand Down

0 comments on commit 56a21c5

Please sign in to comment.