Skip to content

Commit fcc5f3a

Browse files
committed
Fix typo
1 parent b4816e3 commit fcc5f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/pipelines/sana/pipeline_sana.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def __init__(
150150
self,
151151
tokenizer: AutoTokenizer,
152152
text_encoder: AutoModelForCausalLM,
153-
vae: Any[AutoencoderDC,AutoencoderKL],
153+
vae: Union[AutoencoderDC, AutoencoderKL],
154154
transformer: SanaTransformer2DModel,
155155
scheduler: DPMSolverMultistepScheduler,
156156
):

0 commit comments

Comments
 (0)