Add new pollinations flux models

79d037e7e88e43b9e7c9dbfc3120d568e79129bf

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

1 files changed, +12 -0Ignore whitespace
public/scripts/extensions/stable-diffusion/index.js+12 -0
@@ -1698,6 +1698,18 @@ async function loadPollinationsModels() {
1698 text: 'FLUX.1 [schnell]',1698 text: 'FLUX.1 [schnell]',
1699 },1699 },
1700 {1700 {
1701 value: 'flux-realism',
1702 text: 'FLUX Realism',
1703 },
1704 {
1705 value: 'flux-anime',
1706 text: 'FLUX Anime',
1707 },
1708 {
1709 value: 'flux-3d',
1710 text: 'FLUX 3D',
1711 },
1712 {
1701 value: 'turbo',1713 value: 'turbo',
1702 text: 'SDXL Turbo',1714 text: 'SDXL Turbo',
1703 },1715 },