Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,30 @@
|
|
1 |
-
---
|
2 |
-
license: other
|
3 |
-
license_name: flux-1-dev-non-commercial-license
|
4 |
-
license_link: LICENSE
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: flux-1-dev-non-commercial-license
|
4 |
+
license_link: LICENSE
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
base_model:
|
8 |
+
- Comfy-Org/flux1-dev
|
9 |
+
pipeline_tag: text-to-image
|
10 |
+
tags:
|
11 |
+
- gguf-node
|
12 |
+
---
|
13 |
+
|
14 |
+
# **gguf quantized version of flux-dev (incl. gguf encoder and gguf vae)**
|
15 |
+
- drag **flux-dev** to > `./ComfyUI/models/diffusion_models`
|
16 |
+
- drag **clip-l, t5xxl** to > `./ComfyUI/models/text_encoders`
|
17 |
+
- drag **vae** to > `./ComfyUI/models/vae`
|
18 |
+
|
19 |
+

|
20 |
+
|
21 |
+
### **review**
|
22 |
+
- revised version; load faster than before with **full set gguf** (model + encoder + decoder)
|
23 |
+
- upgraded **model** to **fp32**; similar file size; shorten loading time; significant difference
|
24 |
+
- upgraded **encoder** and **decoder** to **fp32**; same file size; better quality
|
25 |
+
|
26 |
+
### **reference**
|
27 |
+
- base model from [black-forest-labs](https://huggingface.co/black-forest-labs/FLUX.1-deve)
|
28 |
+
- comfyui from [comfyanonymous](https://github.com/comfyanonymous/ComfyUI)
|
29 |
+
- pig architecture from [connector](https://huggingface.co/connector)
|
30 |
+
- gguf-node ([pypi](https://pypi.org/project/gguf-node)|[repo](https://github.com/calcuis/gguf)|[pack](https://github.com/calcuis/gguf/releases))
|