apepkuss79 commited on
Commit
f256918
·
verified ·
1 Parent(s): e3f2ec7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +90 -1
README.md CHANGED
@@ -1,3 +1,92 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ base_model: black-forest-labs/FLUX.1-Redux-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-Redux-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-Redux-dev-GGUF
26
+
27
+ ## Original Model
28
+
29
+ [black-forest-labs/FLUX.1-Redux-dev](https://huggingface.co/black-forest-labs/FLUX.1-Redux-dev)
30
+
31
+ ## Run with LlamaEdge-StableDiffusion
32
+
33
+ - Version: coming soon
34
+
35
+ <!-- - Version: [0.1.4](https://github.com/LlamaEdge/sd-api-server/releases/tag/0.1.4)
36
+
37
+ - Run as LlamaEdge service
38
+
39
+ ```bash
40
+ wasmedge --dir .:. sd-api-server.wasm \
41
+ --model-name flux1-canny-dev \
42
+ --diffusion-model flux1-canny-dev-Q4_0.gguf \
43
+ --vae ae.safetensors \
44
+ --clip-l clip_l.safetensors \
45
+ --t5xxl t5xxl-Q8_0.gguf
46
+ ```
47
+
48
+ - Run with LoRA
49
+
50
+ Assume that the LoRA model is located in the `lora-models` directory
51
+
52
+ ```bash
53
+ wasmedge --dir .:. \
54
+ --dir lora-models:lora-models \
55
+ sd-api-server.wasm \
56
+ --model-name flux1-canny-dev \
57
+ --diffusion-model flux1-canny-dev-Q4_0.gguf \
58
+ --vae ae.safetensors \
59
+ --clip-l clip_l.safetensors \
60
+ --t5xxl t5xxl-Q8_0.gguf \
61
+ --lora-model-dir lora-models
62
+ ```
63
+
64
+ *For details, see https://github.com/LlamaEdge/sd-api-server/blob/main/examples/flux_with_lora.md* -->
65
+
66
+ ## Quantized GGUF Models
67
+
68
+ | Name | Quant method | Bits | Size | Use case |
69
+ | ---- | ---- | ---- | ---- | ----- |
70
+ | [ae.safetensors](https://huggingface.co/second-state/FLUX.1-Canny-dev-GGUF/blob/main/ae.safetensors) | f32 | 32 | 335 MB | |
71
+ | [flux1-canny-dev-Q2_K.gguf](https://huggingface.co/second-state/FLUX.1-Canny-dev-GGUF/blob/main/flux1-canny-dev-Q2_K.gguf) | Q2_K | 2 | 4.15 GB | |
72
+ | [flux1-canny-dev-Q3_K.gguf](https://huggingface.co/second-state/FLUX.1-Canny-dev-GGUF/blob/main/flux1-canny-dev-Q3_K.gguf) | Q3_K | 3 | 5.35 GB | |
73
+ | [flux1-canny-dev-Q4_0.gguf](https://huggingface.co/second-state/FLUX.1-Canny-dev-GGUF/blob/main/flux1-canny-dev-Q4_0.gguf) | Q4_0 | 4 | 6.93 GB | |
74
+ | [flux1-canny-dev-Q4_1.gguf](https://huggingface.co/second-state/FLUX.1-Canny-dev-GGUF/blob/main/flux1-canny-dev-Q4_1.gguf) | Q4_1 | 4 | 7.67 GB | |
75
+ | [flux1-canny-dev-Q4_K.gguf](https://huggingface.co/second-state/FLUX.1-Canny-dev-GGUF/blob/main/flux1-canny-dev-Q4_K.gguf) | Q4_K | 4 | 6.93 GB | |
76
+ | [flux1-canny-dev-Q5_0.gguf](https://huggingface.co/second-state/FLUX.1-Canny-dev-GGUF/blob/main/flux1-canny-dev-Q5_0.gguf) | Q5_0 | 5 | 8.40 GB | |
77
+ | [flux1-canny-dev-Q5_1.gguf](https://huggingface.co/second-state/FLUX.1-Canny-dev-GGUF/blob/main/flux1-canny-dev-Q5_1.gguf) | Q5_1 | 5 | 9.14 GB | |
78
+ | [flux1-canny-dev-Q8_0.gguf](https://huggingface.co/second-state/FLUX.1-Canny-dev-GGUF/blob/main/flux1-canny-dev-Q8_0.gguf) | Q8_0 | 8 | 12.6 GB | |
79
+ | [flux1-canny-dev.safetensors](https://huggingface.co/second-state/FLUX.1-Canny-dev-GGUF/blob/main/flux1-canny-dev.safetensors) | f16 | 16 | 23.8 GB | |
80
+ <!-- | [clip_l-Q8_0.gguf](https://huggingface.co/second-state/FLUX.1-Canny-dev-GGUF/blob/main/clip_l-Q8_0.gguf) | Q8_0 | 8 | 131 MB | |
81
+ | [clip_l.safetensors](https://huggingface.co/second-state/FLUX.1-Canny-dev-GGUF/blob/main/clip_l.safetensors) | f16 | 16 | 246 MB | |
82
+ | [t5xxl-Q2_K.gguf](https://huggingface.co/second-state/FLUX.1-Canny-dev-GGUF/blob/main/t5xxl-Q2_K.gguf) | Q2_K | 2 | 1.61 GB | |
83
+ | [t5xxl-Q3_K.gguf](https://huggingface.co/second-state/FLUX.1-Canny-dev-GGUF/blob/main/t5xxl-Q3_K.gguf) | Q3_K | 3 | 2.10 GB | |
84
+ | [t5xxl-Q4_0.gguf](https://huggingface.co/second-state/FLUX.1-Canny-dev-GGUF/blob/main/t5xxl-Q4_0.gguf) | Q4_0 | 4 | 2.75 GB | |
85
+ | [t5xxl-Q4_1.gguf](https://huggingface.co/second-state/FLUX.1-Canny-dev-GGUF/blob/main/t5xxl-Q4_1.gguf) | Q4_0 | 4 | 3.06 GB | |
86
+ | [t5xxl-Q4_K.gguf](https://huggingface.co/second-state/FLUX.1-Canny-dev-GGUF/blob/main/t5xxl-Q4_K.gguf) | Q4_K | 4 | 2.75 GB | |
87
+ | [t5xxl-Q5_0.gguf](https://huggingface.co/second-state/FLUX.1-Canny-dev-GGUF/blob/main/t5xxl-Q5_0.gguf) | Q5_0 | 5 | 3.36 GB | |
88
+ | [t5xxl-Q5_1.gguf](https://huggingface.co/second-state/FLUX.1-Canny-dev-GGUF/blob/main/t5xxl-Q5_1.gguf) | Q5_1 | 5 | 3.67 GB | |
89
+ | [t5xxl-Q8_0.gguf](https://huggingface.co/second-state/FLUX.1-Canny-dev-GGUF/blob/main/t5xxl-Q8_0.gguf) | Q8_0 | 8 | 5.20 GB | |
90
+ | [t5xxl_fp16.safetensors](https://huggingface.co/second-state/FLUX.1-Canny-dev-GGUF/blob/main/t5xxl_fp16.safetensors) | f16 | 16 | 9.79 GB | | -->
91
+
92
+ **Quantized with stable-diffusion.cpp `master-c3eeb669`.**