File size: 2,950 Bytes
eb9a16b f256918 eb9a16b f256918 c7e36ea f256918 c7e36ea f256918 c7e36ea f256918 c7e36ea f256918 |
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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 |
---
base_model: black-forest-labs/FLUX.1-Redux-dev
license: other
license_name: flux-1-dev-non-commercial-license
license_link: LICENSE.md
model_creator: black-forest-labs
model_name: FLUX.1-Redux-dev
quantized_by: Second State Inc.
language:
- en
tags:
- text-to-image
- image-generation
- flux
---
<!-- header start -->
<!-- 200823 -->
<div style="width: auto; margin-left: auto; margin-right: auto">
<img src="https://github.com/LlamaEdge/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;">
</div>
<hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
<!-- header end -->
> [!CAUTION]
> T5, Clip, and ae are still not provided in the original model
# FLUX.1-Redux-dev-GGUF
## Original Model
[black-forest-labs/FLUX.1-Redux-dev](https://huggingface.co/black-forest-labs/FLUX.1-Redux-dev)
## Run with LlamaEdge-StableDiffusion
- Version: coming soon
<!-- - Version: [0.1.4](https://github.com/LlamaEdge/sd-api-server/releases/tag/0.1.4)
- Run as LlamaEdge service
```bash
wasmedge --dir .:. sd-api-server.wasm \
--model-name flux1-redux-dev \
--diffusion-model flux1-redux-dev-Q4_0.gguf \
--vae ae.safetensors \
--clip-l clip_l.safetensors \
--t5xxl t5xxl-Q8_0.gguf
```
- Run with LoRA
Assume that the LoRA model is located in the `lora-models` directory
```bash
wasmedge --dir .:. \
--dir lora-models:lora-models \
sd-api-server.wasm \
--model-name flux1-redux-dev \
--diffusion-model flux1-redux-dev-Q4_0.gguf \
--vae ae.safetensors \
--clip-l clip_l.safetensors \
--t5xxl t5xxl-Q8_0.gguf \
--lora-model-dir lora-models
```
*For details, see https://github.com/LlamaEdge/sd-api-server/blob/main/examples/flux_with_lora.md* -->
## Quantized GGUF Models
| Name | Quant method | Bits | Size | Use case |
| ---- | ---- | ---- | ---- | ----- |
| [flux1-redux-dev-Q4_0.gguf](https://huggingface.co/second-state/FLUX.1-Redux-dev-GGUF/blob/main/flux1-redux-dev-Q4_0.gguf) | Q4_0 | 4 | 36.3 MB | |
| [flux1-redux-dev-Q4_1.gguf](https://huggingface.co/second-state/FLUX.1-Canny-dev-GGUF/blob/main/flux1-redux-dev-Q4_1.gguf) | Q4_1 | 4 | 40.4 MB | |
| [flux1-redux-dev-Q5_0.gguf](https://huggingface.co/second-state/FLUX.1-Canny-dev-GGUF/blob/main/flux1-redux-dev-Q5_0.gguf) | Q5_0 | 5 | 44.4 MB | |
| [flux1-redux-dev-Q5_1.gguf](https://huggingface.co/second-state/FLUX.1-Canny-dev-GGUF/blob/main/flux1-redux-dev-Q5_1.gguf) | Q5_1 | 5 | 48.4 MB | |
| [flux1-redux-dev-Q8_0.gguf](https://huggingface.co/second-state/FLUX.1-Canny-dev-GGUF/blob/main/flux1-redux-dev-Q8_0.gguf) | Q8_0 | 8 | 68.6 MB | |
| [flux1-redux-dev.safetensors](https://huggingface.co/second-state/FLUX.1-Canny-dev-GGUF/blob/main/flux1-redux-dev.safetensors) | f16 | 16 | 129 MB | |
**Quantized with stable-diffusion.cpp `master-c3eeb669`.** |