Files
automatic/pipelines/kandinsky5
CalamitousFelicitousness d55af33d36 refactor(pipelines): split kandinsky into kandinsky3 and kandinsky5
K3 and K5 share only the marketing name: different diffusers pipeline
classes (Kandinsky3Pipeline vs Kandinsky5T2I/I2IPipeline), different
denoiser classes (Kandinsky3UNet vs Kandinsky5Transformer3DModel), no
shared scaffolding. Separate packages so each spec lives next to the
arch it serves.

K2.1 and K2.2 stay outside both packages since they go through
KandinskyCombinedPipeline.from_pretrained directly with no spec.
2026-05-31 00:24:33 +01:00
..