readme

#1
by nagolinc - opened

pipeline = AuraFlowPipeline(
"fal/AuraFlow",
torch_dtype=torch.float16
).to("cuda")

should be

pipeline = AuraFlowPipeline.from_pretrained(
"fal/AuraFlow",
torch_dtype=torch.float16
).to("cuda")

thank you, fixed!

isidentical changed discussion status to closed

Sign up or log in to comment