v2.4 Flux Support In-Progess
- 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