Skip to content

Commit 6478be2

Browse files
committed
Merge branch 'master' into fix-cosXL-detection
2 parents 92a9352 + 710169d commit 6478be2

35 files changed

+490964
-811
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ API and command-line option may change frequently.***
1515

1616
## 🔥Important News
1717

18+
* **2025/12/01** 🚀 stable-diffusion.cpp now supports **Z-Image**
19+
👉 Details: [PR #1020](https://github.com/leejet/stable-diffusion.cpp/pull/1020)
20+
21+
* **2025/11/30** 🚀 stable-diffusion.cpp now supports **FLUX.2-dev**
22+
👉 Details: [PR #1016](https://github.com/leejet/stable-diffusion.cpp/pull/1016)
23+
1824
* **2025/10/13** 🚀 stable-diffusion.cpp now supports **Qwen-Image-Edit / Qwen-Image-Edit 2509**
1925
👉 Details: [PR #877](https://github.com/leejet/stable-diffusion.cpp/pull/877)
2026

@@ -37,10 +43,12 @@ API and command-line option may change frequently.***
3743
- SDXL, [SDXL-Turbo](https://huggingface.co/stabilityai/sdxl-turbo)
3844
- [Some SD1.x and SDXL distilled models](./docs/distilled_sd.md)
3945
- [SD3/SD3.5](./docs/sd3.md)
40-
- [Flux-dev/Flux-schnell](./docs/flux.md)
46+
- [FlUX.1-dev/FlUX.1-schnell](./docs/flux.md)
47+
- [FLUX.2-dev](./docs/flux2.md)
4148
- [Chroma](./docs/chroma.md)
4249
- [Chroma1-Radiance](./docs/chroma_radiance.md)
4350
- [Qwen Image](./docs/qwen_image.md)
51+
- [Z-Image](./docs/z_image.md)
4452
- Image Edit Models
4553
- [FLUX.1-Kontext-dev](./docs/kontext.md)
4654
- [Qwen Image Edit/Qwen Image Edit 2509](./docs/qwen_image_edit.md)
@@ -118,12 +126,14 @@ If you want to improve performance or reduce VRAM/RAM usage, please refer to [pe
118126

119127
- [SD1.x/SD2.x/SDXL](./docs/sd.md)
120128
- [SD3/SD3.5](./docs/sd3.md)
121-
- [Flux-dev/Flux-schnell](./docs/flux.md)
129+
- [FlUX.1-dev/FlUX.1-schnell](./docs/flux.md)
130+
- [FLUX.2-dev](./docs/flux2.md)
122131
- [FLUX.1-Kontext-dev](./docs/kontext.md)
123132
- [Chroma](./docs/chroma.md)
124133
- [🔥Qwen Image](./docs/qwen_image.md)
125134
- [🔥Qwen Image Edit/Qwen Image Edit 2509](./docs/qwen_image_edit.md)
126135
- [🔥Wan2.1/Wan2.2](./docs/wan.md)
136+
- [🔥Z-Image](./docs/z_image.md)
127137
- [LoRA](./docs/lora.md)
128138
- [LCM/LCM-LoRA](./docs/lcm.md)
129139
- [Using PhotoMaker to personalize image generation](./docs/photo_maker.md)

assets/flux2/example.png

556 KB
Loading

assets/z_image/bf16.png

1.01 MB
Loading

assets/z_image/q2_K.png

1.15 MB
Loading

assets/z_image/q3_K.png

1.07 MB
Loading

assets/z_image/q4_0.png

1.01 MB
Loading

assets/z_image/q4_K.png

1.02 MB
Loading

assets/z_image/q5_0.png

1.01 MB
Loading

assets/z_image/q6_K.png

1.02 MB
Loading

assets/z_image/q8_0.png

1.01 MB
Loading

0 commit comments

Comments
 (0)