Change pollinations models list

This commit is contained in:
Cohee 2024-08-15 10:06:36 +00:00
parent bc7ac12317
commit 156eb37eab
1 changed files with 2 additions and 38 deletions

View File

@ -1667,49 +1667,13 @@ async function loadStabilityModels() {
async function loadPollinationsModels() { async function loadPollinationsModels() {
return [ return [
{ {
value: 'pixart', value: 'flux',
text: 'PixArt-αlpha', text: 'FLUX.1 [schnell]',
},
{
value: 'playground',
text: 'Playground v2',
},
{
value: 'dalle3xl',
text: 'DALL•E 3 XL',
},
{
value: 'formulaxl',
text: 'FormulaXL',
},
{
value: 'dreamshaper',
text: 'DreamShaper',
},
{
value: 'deliberate',
text: 'Deliberate',
},
{
value: 'dpo',
text: 'SDXL-DPO',
},
{
value: 'swizz8',
text: 'Swizz8',
},
{
value: 'juggernaut',
text: 'Juggernaut',
}, },
{ {
value: 'turbo', value: 'turbo',
text: 'SDXL Turbo', text: 'SDXL Turbo',
}, },
{
value: 'realvis',
text: 'Realistic Vision',
},
]; ];
} }