Skip to content

v2.4 Flux Support In-Progess

Choose a tag to compare

@IrisRainbowNeko IrisRainbowNeko released this 14 Sep 09:24
· 25 commits to neko since this release
  • Fix T5Encoder for pixart
  • Add PixartDenoiseAction
  • Add CharbonnierLoss
  • Fix add_noise in DiffusersSampler

Flux Support In-Progess

We start to support flow matching models (e.g. FLUX).

  • Add FluxShiftTimeSampler
  • Remake ComposeTextEncoder to better support flux and other models.

    Change from return a composed embedding to return a dict of embeddings.

  • Support input with more shapes (B,C,H,W) and (B,L,C)
  • Flux vae support