feat: add Janus-Pro-7B for silicon

This commit is contained in:
eeee0717 2025-02-03 18:42:55 +08:00 committed by 亢奋猫
parent 8e58dab337
commit 6c51e1d756

View File

@ -1070,6 +1070,12 @@ export const TEXT_TO_IMAGES_MODELS = [
provider: 'silicon', provider: 'silicon',
name: 'Stable Diffusion XL Base 1.0', name: 'Stable Diffusion XL Base 1.0',
group: 'Stable Diffusion' group: 'Stable Diffusion'
},
{
id: 'deepseek-ai/Janus-Pro-7B',
provider: 'silicon',
name: 'Janus-Pro-7B',
group: 'deepseek-ai'
} }
] ]