Feature Summary
A smaller and faster VAE decoder architecture distilled from the original Flux.2 VAE. It seems to be the same overall AutoEncoderKL VAE architecture, but with narrower channels ([96, 192, 384, 384] vs [128, 256, 512, 512]).
Detailed Description
See https://huggingface.co/black-forest-labs/FLUX.2-small-decoder/tree/main, and Comfy-Org/ComfyUI#13314
I'm not 100% sure how useful supporting this would be since TAEF2 already exist and is well supported, but this should in theory be closer to the original VAE since it's also a VAE? (This needs to be tested.)
Alternatives you considered
Using either the full VAE or TAEF2 already work.
Additional context
No response
Feature Summary
A smaller and faster VAE decoder architecture distilled from the original Flux.2 VAE. It seems to be the same overall AutoEncoderKL VAE architecture, but with narrower channels ([96, 192, 384, 384] vs [128, 256, 512, 512]).
Detailed Description
See https://huggingface.co/black-forest-labs/FLUX.2-small-decoder/tree/main, and Comfy-Org/ComfyUI#13314
I'm not 100% sure how useful supporting this would be since TAEF2 already exist and is well supported, but this should in theory be closer to the original VAE since it's also a VAE? (This needs to be tested.)
Alternatives you considered
Using either the full VAE or TAEF2 already work.
Additional context
No response