File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 6464<summary ><b >2025</b ></summary >
6565
6666``` plaintext
67+ 2025-11-30 支持了 z-image 文生图 模型
67682025-11-16 支持了 jinaai/jina-reranker-v3 模型
68692025-10-25 支持了 qwen_image 文生图模型
69702025-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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments