leejet commited on
Commit
2c44dfd
1 Parent(s): c0d7e34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,3 +1,22 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - gguf
7
+ - sd.cpp
8
+ - stable-diffusion.cpp
9
+ - flux
10
+ base_model:
11
+ - black-forest-labs/FLUX.1-schnell
12
+ quantized_by: leejet
13
+ ---
14
+
15
+ # FLUX gguf quantized files
16
+
17
+ The license of the quantized files follows the license of the original model:
18
+ - FLUX.1-schnell: apache-2.0
19
+
20
+ These files are converted using https://github.com/leejet/stable-diffusion.cpp
21
+
22
+ Run FLUX using stable-diffusion.cpp with a GPU that has 6GB or even 4GB of VRAM: https://github.com/leejet/stable-diffusion.cpp/blob/master/docs/flux.md