--- license: other license_name: flux-1-dev-non-commercial-license license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md tags: - Image-to-Image - FLUX --- # intro fork the subdirectory [black-forest-labs/FLUX.1-dev/vae](https://huggingface.co/black-forest-labs/FLUX.1-dev/tree/main/vae) to load only the VAE # usage ```python from diffusers.models import AutoencoderKL as DiffusersAutoencoderKL model = DiffusersAutoencoderKL.from_pretrained("kaiyuyue/FLUX.1-dev-vae") ``` # license FLUX.1-dev [LICENSE.md](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)