wolfgangblack commited on
Commit
44ee695
·
verified ·
1 Parent(s): ae511d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -5
README.md CHANGED
@@ -1,5 +1,13 @@
1
- ---
2
- license: other
3
- license_name: flux-license
4
- license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
5
- ---
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: flux-license
4
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
5
+ ---
6
+
7
+ How to use:
8
+ ```
9
+ from diffusers import AutoencoderKL
10
+
11
+ vae = AutoencoderKL.from_pretrained("wolfgangblack/flux_vae")
12
+
13
+ ```