Skip to content

Commit 27d1905

Browse files
committed
update readme
1 parent ffad3b8 commit 27d1905

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
<summary><b>2025</b></summary>
6565

6666
```plaintext
67+
2025-11-30 支持了 z-image 文生图 模型
6768
2025-11-16 支持了 jinaai/jina-reranker-v3 模型
6869
2025-10-25 支持了 qwen_image 文生图模型
6970
2025-9-7 支持了 文本编辑模型 (代码样例见gpt_server/tests/test_image_edit.py)
@@ -369,11 +370,13 @@ Chat UI界面:
369370

370371
### **文生图** 模型
371372
[Flux 模型地址](https://huggingface.co/black-forest-labs/FLUX.1-dev)
373+
[z-image 模型地址](https://modelscope.cn/models/Tongyi-MAI/Z-Image-Turbo)
372374

373375
| Models / BackEnd | model_type |
374376
| :--------------: | :--------: |
375377
| flux | flux |
376378
| qwen_image | qwen_image |
379+
| z_image | z_image |
377380

378381
<br>
379382

gpt_server/script/config_example.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,19 @@ models:
210210
workers:
211211
- gpus:
212212
- 7
213+
214+
- z_image:
215+
alias: null
216+
enable: true
217+
model_config:
218+
model_name_or_path: /home/dev/model/Tongyi-MAI/Z-Image-Turbo/
219+
model_type: z_image
220+
work_mode: hf
221+
device: gpu
222+
workers:
223+
- gpus:
224+
- 7
225+
213226
# --------------- 支持的图片编辑模型样例 ---------------
214227
- image-edit:
215228
alias: null

0 commit comments

Comments
 (0)