diff --git a/src/renderer/src/config/models.ts b/src/renderer/src/config/models.ts index a9dc88e4..8abc5dcd 100644 --- a/src/renderer/src/config/models.ts +++ b/src/renderer/src/config/models.ts @@ -1031,29 +1031,53 @@ export const SYSTEM_MODELS: Record = { export const TEXT_TO_IMAGES_MODELS = [ { - id: 'black-forest-labs/FLUX.1-dev', + id: 'black-forest-labs/FLUX.1-schnell', provider: 'silicon', - name: 'FLUX.1-dev', + name: 'FLUX.1 Schnell', group: 'FLUX' }, { - id: 'black-forest-labs/FLUX.1-schnell', + id: 'black-forest-labs/FLUX.1-dev', provider: 'silicon', - name: 'FLUX.1-schnell', + name: 'FLUX.1 Dev', + group: 'FLUX' + }, + { + id: 'black-forest-labs/FLUX.1-pro', + provider: 'silicon', + name: 'FLUX.1 Pro', group: 'FLUX' }, { id: 'Pro/black-forest-labs/FLUX.1-schnell', provider: 'silicon', - name: 'FLUX.1-schnell Pro', + name: 'FLUX.1 Schnell Pro', group: 'FLUX' }, + { + id: 'LoRA/black-forest-labs/FLUX.1-dev', + provider: 'silicon', + name: 'FLUX.1 Dev LoRA', + group: 'FLUX' + }, + { + id: 'deepseek-ai/Janus-Pro-7B', + provider: 'silicon', + name: 'Janus-Pro-7B', + group: 'deepseek-ai' + }, { id: 'stabilityai/stable-diffusion-3-5-large', provider: 'silicon', name: 'Stable Diffusion 3.5 Large', group: 'Stable Diffusion' }, + { + id: 'stabilityai/stable-diffusion-3-5-large-turbo', + provider: 'silicon', + name: 'Stable Diffusion 3.5 Large Turbo', + group: 'Stable Diffusion' + }, { id: 'stabilityai/stable-diffusion-3-medium', provider: 'silicon', @@ -1071,12 +1095,6 @@ export const TEXT_TO_IMAGES_MODELS = [ provider: 'silicon', name: 'Stable Diffusion XL Base 1.0', group: 'Stable Diffusion' - }, - { - id: 'deepseek-ai/Janus-Pro-7B', - provider: 'silicon', - name: 'Janus-Pro-7B', - group: 'deepseek-ai' } ]