Skip to content

Commit ba8c92a

Browse files
committed
update docs
1 parent 2ddbfe5 commit ba8c92a

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ API and command-line option may change frequently.***
3737
- SDXL, [SDXL-Turbo](https://huggingface.co/stabilityai/sdxl-turbo)
3838
- [Some SD1.x and SDXL distilled models](./docs/distilled_sd.md)
3939
- [SD3/SD3.5](./docs/sd3.md)
40-
- [Flux-dev/Flux-schnell](./docs/flux.md)
40+
- [FlUX.1-dev/FlUX.1-schnell](./docs/flux.md)
41+
- [FLUX.2-dev](./docs/flux2.md)
4142
- [Chroma](./docs/chroma.md)
4243
- [Chroma1-Radiance](./docs/chroma_radiance.md)
4344
- [Qwen Image](./docs/qwen_image.md)
@@ -118,7 +119,8 @@ If you want to improve performance or reduce VRAM/RAM usage, please refer to [pe
118119

119120
- [SD1.x/SD2.x/SDXL](./docs/sd.md)
120121
- [SD3/SD3.5](./docs/sd3.md)
121-
- [Flux-dev/Flux-schnell](./docs/flux.md)
122+
- [FlUX.1-dev/FlUX.1-schnell](./docs/flux.md)
123+
- [FLUX.2-dev](./docs/flux2.md)
122124
- [FLUX.1-Kontext-dev](./docs/kontext.md)
123125
- [Chroma](./docs/chroma.md)
124126
- [🔥Qwen Image](./docs/qwen_image.md)

assets/flux2/example.png

556 KB
Loading

docs/flux2.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# How to Use
2+
3+
## Download weights
4+
5+
- Download FLUX.2-dev
6+
- gguf: https://huggingface.co/city96/FLUX.2-dev-gguf/tree/main
7+
- Download vae
8+
- safetensors: https://huggingface.co/black-forest-labs/FLUX.2-dev/tree/main
9+
- Download Mistral-Small-3.2-24B-Instruct-2506-GGUF
10+
- gguf: https://huggingface.co/unsloth/Mistral-Small-3.2-24B-Instruct-2506-GGUF/tree/main
11+
12+
## Examples
13+
14+
```
15+
.\bin\Release\sd.exe --diffusion-model ..\..\ComfyUI\models\diffusion_models\flux2-dev-Q4_K_S.gguf --vae ..\..\ComfyUI\models\vae\flux2_ae.safetensors --llm ..\..\ComfyUI\models\text_encoders\Mistral-Small-3.2-24B-Instruct-2506-Q4_K_M.gguf -r .\kontext_input.png -p "change 'flux.cpp' to 'flux2-dev.cpp'" --cfg-scale 1.0 --sampling-method euler -v --diffusion-fa --offload-to-cpu
16+
```
17+
18+
<img alt="flux2 example" src="../assets/flux2/example.png" />
19+
20+
21+

0 commit comments

Comments
 (0)