Change pollinations models list

156eb37eab49af5e8ffea7c305059b27ca4e4579

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -38Showing whitespace changes
public/scripts/extensions/stable-diffusion/index.js+2 -38
@@ -1667,49 +1667,13 @@ async function loadStabilityModels() {
16671667async function loadPollinationsModels() {
16681668 return [
16691669 {
16701670 value: 'pixartflux',
16711671 text: 'PixArt-αlphaFLUX.1 [schnell]',
1672- },
1673- {
1674- value: 'playground',
1675- text: 'Playground v2',
1676- },
1677- {
1678- value: 'dalle3xl',
1679- text: 'DALL•E 3 XL',
1680- },
1681- {
1682- value: 'formulaxl',
1683- text: 'FormulaXL',
1684- },
1685- {
1686- value: 'dreamshaper',
1687- text: 'DreamShaper',
1688- },
1689- {
1690- value: 'deliberate',
1691- text: 'Deliberate',
1692- },
1693- {
1694- value: 'dpo',
1695- text: 'SDXL-DPO',
1696- },
1697- {
1698- value: 'swizz8',
1699- text: 'Swizz8',
1700- },
1701- {
1702- value: 'juggernaut',
1703- text: 'Juggernaut',
17041672 },
17051673 {
17061674 value: 'turbo',
17071675 text: 'SDXL Turbo',
17081676 },
1709- {
1710- value: 'realvis',
1711- text: 'Realistic Vision',
1712- },
17131677 ];
17141678}
17151679