CCalamitousFelicitousnessrefactor(pipelines): split kandinsky into kandinsky3 and kandinsky5
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
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. | 3 个月前 |