from xcp_d.workflows.plotting import init_qc_report_wf
wf = init_qc_report_wf(
    output_dir=".",
    TR=0.5,
    head_radius=50,
    params="none",
    cifti=False,
    dcan_qc=True,
    mem_gb=0.1,
    omp_nthreads=1,
    name="qc_report_wf",
)