test

gantt
    title Lama-Cleaner / IOPaint
    dateFormat YYYY-MM-DD
    tickInterval 12month
    axisFormat %Y

    Stable Diffusion 1 公開: milestone, 2022-08-22,
    LaMa の公開 : milestone, 2022-09-15,
    Lama Cleaner : done, 2022-11-15, 2024-01-04
    IOPaint : done, 2024-01-05, 2025-08-13

flowchart LR

subgraph Other Models

D1("Segmentation<br>(SAM1, SAM2)")
D2("Upscale<br>RealESRGAN, GFPGAN")
D3("Remove Background<br>rembg")
D4("etc...")

end

subgraph Diffusion Models

C1(Stable Diffusion models)
C2(Power Paint V2)
C3(Any Text)
C4(etc...)

end

subgraph Lama-cleaner / IOPaint

A1("Lama-cleaner<br>(LaMa)")
E1(IOPaint)

end

subgraph Erace Models

B1(MAT)
B2(MIGAN)
B3(etc...)

end

A1----->E1
B1-...->E1
B2-...->E1
B3-...->E1
C1-..->E1
C2-..->E1
C3-..->E1
C4-..->E1
D1-.->E1
D2-.->E1
D3-.->E1
D4-.->E1