mirror of
https://github.com/vladmandic/automatic
synced 2026-09-13 01:59:42 +02:00
c605a1bb62
Enable live preview during FLUX.2 and FLUX.2 Klein image generation using the TAE FLUX.2 decoder from madebyollin/taesd. - Add dedicated TAE entries (FLUX.1, FLUX.2, SD3) that auto-select based on model type, making the dropdown only affect SD/SDXL models - Add FLUX.2 latent unpacking in callback to convert packed [B, seq_len, 128] format to spatial [B, 32, H, W] for preview - Support FLUX.2's 32 latent channels (vs 16 for FLUX.1/SD3)