flux-dev-gguf / README.md
calcuis's picture
Update README.md
78fb78d verified
---
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))