aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2025-05-30 04:10:24 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2025-05-30 04:10:24 -0400
commitd4f65e278dafac8e86ed001275fd4b3fb98ca1cf (patch)
tree2ec55d4bcdfddfd65d65c1db290b135716321c84
parent2c72fc853b661145f98ee4e3b95059b60b648811 (diff)
c
-rw-r--r--src/server/ApiManagers/FireflyManager.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/ApiManagers/FireflyManager.ts b/src/server/ApiManagers/FireflyManager.ts
index 85d6023d3..07ef271a1 100644
--- a/src/server/ApiManagers/FireflyManager.ts
+++ b/src/server/ApiManagers/FireflyManager.ts
@@ -38,8 +38,8 @@ export default class FireflyManager extends ApiManager {
body: JSON.stringify({
prompt,
numVariations: variations,
- detailLevel: 'high',
- modelVersion: 'image3',
+ detailLevel: 'preview',
+ modelVersion: 'image3_fast',
size: { width, height },
structure: !structureUrl
? undefined