--- license: other license_name: flux-license license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md --- How to use: ``` from diffusers import AutoencoderKL vae = AutoencoderKL.from_pretrained("wolfgangblack/flux_vae") ```