From 4f8507036ac8589635aeac6b87c1b1588df54bea Mon Sep 17 00:00:00 2001 From: QiyuanChen <72334646+qychen2001@users.noreply.github.com> Date: Sun, 21 Sep 2025 21:09:37 +0800 Subject: [PATCH] feat(image): add Qwen-Image models in the Siliconflow (#10268) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: 添加 Qwen 图像模型到 TEXT_TO_IMAGES_MODELS * Remove Qwen-Image-Edit --- src/renderer/src/pages/paintings/SiliconPage.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/renderer/src/pages/paintings/SiliconPage.tsx b/src/renderer/src/pages/paintings/SiliconPage.tsx index eebd3ccb95..691aaa0d01 100644 --- a/src/renderer/src/pages/paintings/SiliconPage.tsx +++ b/src/renderer/src/pages/paintings/SiliconPage.tsx @@ -47,6 +47,12 @@ export const TEXT_TO_IMAGES_MODELS = [ provider: 'silicon', name: 'Kolors', group: 'Kwai-Kolors' + }, + { + id: 'Qwen/Qwen-Image', + provider: 'silicon', + name: 'Qwen-Image', + group: 'qwen' } ]