apepkuss79 commited on
Commit
8cebefd
1 Parent(s): 745de1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -3
README.md CHANGED
@@ -1,3 +1,72 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: black-forest-labs/FLUX.1-dev
3
+ license: other
4
+ license_name: flux-1-dev-non-commercial-license
5
+ license_link: LICENSE.md
6
+ model_creator: black-forest-labs
7
+ model_name: FLUX.1-dev
8
+ quantized_by: Second State Inc.
9
+ language:
10
+ - en
11
+ tags:
12
+ - text-to-image
13
+ - image-generation
14
+ - flux
15
+ ---
16
+
17
+ <!-- header start -->
18
+ <!-- 200823 -->
19
+ <div style="width: auto; margin-left: auto; margin-right: auto">
20
+ <img src="https://github.com/LlamaEdge/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;">
21
+ </div>
22
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
23
+ <!-- header end -->
24
+
25
+ # FLUX.1-dev-GGUF
26
+
27
+ ## Original Model
28
+
29
+ [black-forest-labs/FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev)
30
+
31
+ ## Run with `sd-api-server`
32
+
33
+ - sd-api-server version: [0.1.1](https://github.com/LlamaEdge/sd-api-server/releases/tag/0.1.1)
34
+
35
+ - Run as LlamaEdge service
36
+
37
+ ```bash
38
+ wasmedge --dir .:. sd-api-server.wasm \
39
+ --model-name flux1-dev \
40
+ --diffusion-model flux1-dev-Q4_0.gguf \
41
+ --vae ae-f16.gguf \
42
+ --clip-l clip_l-f16.gguf \
43
+ --t5xxl t5xxl-Q4_0.gguf
44
+ ```
45
+
46
+ ## Quantized GGUF Models
47
+
48
+ | Name | Quant method | Bits | Size | Use case |
49
+ | ---- | ---- | ---- | ---- | ----- |
50
+ | [ae.safetensors](https://huggingface.co/second-state/FLUX.1-dev-GGUF/blob/main/ae.safetensors) | f32 | 32 | 335 MB | |
51
+ | [clip_l-Q8_0.gguf](https://huggingface.co/second-state/FLUX.1-dev-GGUF/blob/main/clip_l-Q8_0.gguf) | Q8_0 | 8 | 131 MB | |
52
+ | [clip_l.safetensors](https://huggingface.co/second-state/FLUX.1-dev-GGUF/blob/main/clip_l.safetensors) | f16 | 16 | 246 MB | |
53
+ | [flux1-dev-Q2_K.gguf](https://huggingface.co/second-state/FLUX.1-dev-GGUF/blob/main/flux1-dev-Q2_K.gguf) | Q2_K | 2 | 4.15 GB | |
54
+ | [flux1-dev-Q3_K.gguf](https://huggingface.co/second-state/FLUX.1-dev-GGUF/blob/main/flux1-dev-Q3_K.gguf) | Q3_K | 3 | 5.35 GB | |
55
+ | [flux1-dev-Q4_0.gguf](https://huggingface.co/second-state/FLUX.1-dev-GGUF/blob/main/flux1-dev-Q4_0.gguf) | Q4_0 | 4 | 6.93 GB | |
56
+ | [flux1-dev-Q4_1.gguf](https://huggingface.co/second-state/FLUX.1-dev-GGUF/blob/main/flux1-dev-Q4_1.gguf) | Q4_1 | 4 | 7.67 GB | |
57
+ | [flux1-dev-Q4_K.gguf](https://huggingface.co/second-state/FLUX.1-dev-GGUF/blob/main/flux1-dev-Q4_K.gguf) | Q4_K | 4 | 6.93 GB | |
58
+ | [flux1-dev-Q5_0.gguf](https://huggingface.co/second-state/FLUX.1-dev-GGUF/blob/main/flux1-dev-Q5_0.gguf) | Q5_0 | 5 | 8.40 GB | |
59
+ | [flux1-dev-Q5_1.gguf](https://huggingface.co/second-state/FLUX.1-dev-GGUF/blob/main/flux1-dev-Q5_1.gguf) | Q5_1 | 5 | 9.14 GB | |
60
+ | [flux1-dev-Q8_0.gguf](https://huggingface.co/second-state/FLUX.1-dev-GGUF/blob/main/flux1-dev-Q8_0.gguf) | Q8_0 | 8 | 12.6 GB | |
61
+ | [flux1-dev-f16.gguf](https://huggingface.co/second-state/FLUX.1-dev-GGUF/blob/main/flux1-dev-f16.gguf) | f16 | 16 | 12.8 GB | |
62
+ | [t5xxl-Q2_K.gguf](https://huggingface.co/second-state/FLUX.1-dev-GGUF/blob/main/t5xxl-Q2_K.gguf) | Q2_K | 2 | 1.61 GB | |
63
+ | [t5xxl-Q3_K.gguf](https://huggingface.co/second-state/FLUX.1-dev-GGUF/blob/main/t5xxl-Q3_K.gguf) | Q3_K | 3 | 2.10 GB | |
64
+ | [t5xxl-Q4_0.gguf](https://huggingface.co/second-state/FLUX.1-dev-GGUF/blob/main/t5xxl-Q4_0.gguf) | Q4_0 | 4 | 2.75 GB | |
65
+ | [t5xxl-Q4_1.gguf](https://huggingface.co/second-state/FLUX.1-dev-GGUF/blob/main/t5xxl-Q4_1.gguf) | Q4_0 | 4 | 3.06 GB | |
66
+ | [t5xxl-Q4_K.gguf](https://huggingface.co/second-state/FLUX.1-dev-GGUF/blob/main/t5xxl-Q4_K.gguf) | Q4_K | 4 | 2.75 GB | |
67
+ | [t5xxl-Q5_0.gguf](https://huggingface.co/second-state/FLUX.1-dev-GGUF/blob/main/t5xxl-Q5_0.gguf) | Q5_0 | 5 | 3.36 GB | |
68
+ | [t5xxl-Q5_1.gguf](https://huggingface.co/second-state/FLUX.1-dev-GGUF/blob/main/t5xxl-Q5_1.gguf) | Q5_1 | 5 | 3.67 GB | |
69
+ | [t5xxl-Q8_0.gguf](https://huggingface.co/second-state/FLUX.1-dev-GGUF/blob/main/t5xxl-Q8_0.gguf) | Q8_0 | 8 | 5.20 GB | |
70
+ | [t5xxl_fp16.safetensors](https://huggingface.co/second-state/FLUX.1-dev-GGUF/blob/main/t5xxl_fp16.safetensors) | f16 | 16 | 9.79 GB | |
71
+
72
+ **Quantized with stable-diffusion.cpp `master-e71ddce`.**