|
---
|
|
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`.** |