@nodaro/shared 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/model-catalog.ts +3 -3
package/dist/index.js
CHANGED
|
@@ -261,10 +261,10 @@ var IMAGE_MODELS = {
|
|
|
261
261
|
aspectRatios: FLUX_RATIOS,
|
|
262
262
|
resolutions: ["0.5 MP", "1 MP", "2 MP", "4 MP"],
|
|
263
263
|
pricing: [
|
|
264
|
-
{ identifier: "flux-2-klein", credits:
|
|
264
|
+
{ identifier: "flux-2-klein", credits: 3 },
|
|
265
265
|
// 1MP 0ref (default)
|
|
266
266
|
{ identifier: "flux-2-klein:1MP:0ref", credits: 3 },
|
|
267
|
-
// min
|
|
267
|
+
// min — same point on the grid as the bare default
|
|
268
268
|
{ identifier: "flux-2-klein:4MP:8ref", credits: 108 }
|
|
269
269
|
// max
|
|
270
270
|
]
|
|
@@ -295,7 +295,7 @@ var IMAGE_MODELS = {
|
|
|
295
295
|
aspectRatios: FLUX_RATIOS,
|
|
296
296
|
resolutions: ["0.5 MP", "1 MP", "2 MP", "4 MP"],
|
|
297
297
|
pricing: [
|
|
298
|
-
{ identifier: "flux-2-pro", credits:
|
|
298
|
+
{ identifier: "flux-2-pro", credits: 23 },
|
|
299
299
|
// 2MP 0ref (default)
|
|
300
300
|
{ identifier: "flux-2-pro:0.5MP:0ref", credits: 12 },
|
|
301
301
|
// min
|