Open
Description
Hey, so if we try to make AuraFlowPipeline work with para attention, how can we do that?
Right now it supports:
elif pipe_cls_name.startswith("Flux"):
adapter_name = "flux"
elif pipe_cls_name.startswith("Mochi"):
adapter_name = "mochi"
elif pipe_cls_name.startswith("CogVideoX"):
adapter_name = "cogvideox"
elif pipe_cls_name.startswith("HunyuanVideo"):
adapter_name = "hunyuan_video"
else:
raise ValueError(f"Unknown pipeline class name: {pipe_cls_name}")
Metadata
Assignees
Labels
No labels