File size: 2,637 Bytes
cb60be0
 
 
 
 
 
 
 
 
 
 
5079c11
 
 
 
 
 
 
 
 
 
cb60be0
 
 
 
 
 
5079c11
 
 
cb60be0
78fb78d
cb60be0
 
 
 
97764cf
 
cb60be0
6ccf8cd
cb60be0
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
license: other
license_name: flux-1-dev-non-commercial-license
license_link: LICENSE
language:
- en
base_model:
- Comfy-Org/flux1-dev
pipeline_tag: text-to-image
tags:
- gguf-node
widget:
- text: cute anime girl with massive fluffy fennec ears and a big fluffy tail blonde messy long hair blue eyes wearing a maid outfit with a long black gold leaf pattern dress and a white apron mouth open holding a fancy black forest cake with candles on top in the kitchen of an old dark Victorian mansion lit by candlelight with a bright window to the foggy forest and very expensive stuff everywhere
  output:
    url: samples\ComfyUI_00001_.png
- text: cute anime girl with massive fluffy fennec ears and a big fluffy tail blonde messy long hair blue eyes wearing a maid outfit with a long black gold leaf pattern dress and a white apron mouth open holding a fancy black forest cake with candles on top in the kitchen of an old dark Victorian mansion lit by candlelight with a bright window to the foggy forest and very expensive stuff everywhere
  output:
    url: samples\ComfyUI_00002_.png
- text: cute anime girl with massive fluffy fennec ears and a big fluffy tail blonde messy long hair blue eyes wearing a maid outfit with a long black gold leaf pattern dress and a white apron mouth open holding a fancy black forest cake with candles on top in the kitchen of an old dark Victorian mansion lit by candlelight with a bright window to the foggy forest and very expensive stuff everywhere
  output:
    url: samples\ComfyUI_00003_.png
---

# **gguf quantized version of flux-dev (incl. gguf encoder and gguf vae)**
- drag **flux-dev** to > `./ComfyUI/models/diffusion_models`
- drag **clip-l, t5xxl** to > `./ComfyUI/models/text_encoders`
- drag **vae** to > `./ComfyUI/models/vae`
- drag demo picture (below) to > your browser for workflow

<Gallery />

### **major upgrade**
- revised version; load faster than before with **full set gguf** (model + encoder + decoder)
- upgraded **model** to **fp32**; similar file size; shorten loading time; significant difference
- upgraded **encoder** and **decoder** to **fp32**; same file size; better quality

![screenshot](https://raw.githubusercontent.com/calcuis/comfy/master/flux-dev.png)

### **reference**
- base model from [black-forest-labs](https://huggingface.co/black-forest-labs/FLUX.1-dev)
- comfyui from [comfyanonymous](https://github.com/comfyanonymous/ComfyUI)
- pig architecture from [connector](https://huggingface.co/connector)
- gguf-node ([pypi](https://pypi.org/project/gguf-node)|[repo](https://github.com/calcuis/gguf)|[pack](https://github.com/calcuis/gguf/releases))