def load_pipeline()

in utils/pipeline_utils_pixart.py [0:0]


def load_pipeline(
    ckpt: str,
    compile_transformer: bool,
    compile_vae: bool,
    no_sdpa: bool,
    no_bf16: bool,
    enable_fused_projections: bool,
    do_quant: bool,
    compile_mode: str,
    change_comp_config: bool,
    device: str,