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() {
16981698 text: 'FLUX.1 [schnell]',
16991699 },
17001700 {
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+ {
17011713 value: 'turbo',
17021714 text: 'SDXL Turbo',
17031715 },