File size: 257 Bytes
44ee695
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
---
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")

```