mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-10 15:32:44 +08:00
feat: update text-to-image models with new FLUX and Stable Diffusion variants
This commit is contained in:
parent
0914df8908
commit
507efda688
@ -1031,29 +1031,53 @@ export const SYSTEM_MODELS: Record<string, Model[]> = {
|
|||||||
|
|
||||||
export const TEXT_TO_IMAGES_MODELS = [
|
export const TEXT_TO_IMAGES_MODELS = [
|
||||||
{
|
{
|
||||||
id: 'black-forest-labs/FLUX.1-dev',
|
id: 'black-forest-labs/FLUX.1-schnell',
|
||||||
provider: 'silicon',
|
provider: 'silicon',
|
||||||
name: 'FLUX.1-dev',
|
name: 'FLUX.1 Schnell',
|
||||||
group: 'FLUX'
|
group: 'FLUX'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'black-forest-labs/FLUX.1-schnell',
|
id: 'black-forest-labs/FLUX.1-dev',
|
||||||
provider: 'silicon',
|
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'
|
group: 'FLUX'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'Pro/black-forest-labs/FLUX.1-schnell',
|
id: 'Pro/black-forest-labs/FLUX.1-schnell',
|
||||||
provider: 'silicon',
|
provider: 'silicon',
|
||||||
name: 'FLUX.1-schnell Pro',
|
name: 'FLUX.1 Schnell Pro',
|
||||||
group: 'FLUX'
|
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',
|
id: 'stabilityai/stable-diffusion-3-5-large',
|
||||||
provider: 'silicon',
|
provider: 'silicon',
|
||||||
name: 'Stable Diffusion 3.5 Large',
|
name: 'Stable Diffusion 3.5 Large',
|
||||||
group: 'Stable Diffusion'
|
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',
|
id: 'stabilityai/stable-diffusion-3-medium',
|
||||||
provider: 'silicon',
|
provider: 'silicon',
|
||||||
@ -1071,12 +1095,6 @@ 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'
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user