Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- gguf
|
6 |
+
- sd.cpp
|
7 |
+
- stable-diffusion.cpp
|
8 |
+
- flux
|
9 |
+
base_model:
|
10 |
+
- black-forest-labs/FLUX.1-schnell
|
11 |
+
- black-forest-labs/FLUX.1-dev
|
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-dev: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
19 |
+
- FLUX.1-schnell: apache-2.0
|
20 |
+
|
21 |
+
These files are converted using https://github.com/leejet/stable-diffusion.cpp
|
22 |
+
|
23 |
+
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
|