README.md 624 Bytes
Newer Older
April Hu's avatar
April Hu committed
1
2
# Nunchaku INT4 FLUX.1 Redux Demo

3
![demo](https://huggingface.co/mit-han-lab/nunchaku-artifacts/resolve/main/nunchaku/app/flux.1/redux/assets/demo.jpg)
April Hu's avatar
April Hu committed
4
5
6
7
8
9
10

This interactive Gradio application allows you to interactively generate image variations. The base model is [FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev). We use [FLUX.1-Redux-dev](https://huggingface.co/black-forest-labs/FLUX.1-Redux-dev) to preprocess the image before inputting it into Flux.1-dev. To launch the application, run:

```shell
python run_gradio.py
```

11
- By default, we use our INT4 model. Use `-p bf16` to switch to the BF16 model.