@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.cjs
CHANGED
|
@@ -263,10 +263,10 @@ var IMAGE_MODELS = {
|
|
|
263
263
|
aspectRatios: FLUX_RATIOS,
|
|
264
264
|
resolutions: ["0.5 MP", "1 MP", "2 MP", "4 MP"],
|
|
265
265
|
pricing: [
|
|
266
|
-
{ identifier: "flux-2-klein", credits:
|
|
266
|
+
{ identifier: "flux-2-klein", credits: 3 },
|
|
267
267
|
// 1MP 0ref (default)
|
|
268
268
|
{ identifier: "flux-2-klein:1MP:0ref", credits: 3 },
|
|
269
|
-
// min
|
|
269
|
+
// min — same point on the grid as the bare default
|
|
270
270
|
{ identifier: "flux-2-klein:4MP:8ref", credits: 108 }
|
|
271
271
|
// max
|
|
272
272
|
]
|
|
@@ -297,7 +297,7 @@ var IMAGE_MODELS = {
|
|
|
297
297
|
aspectRatios: FLUX_RATIOS,
|
|
298
298
|
resolutions: ["0.5 MP", "1 MP", "2 MP", "4 MP"],
|
|
299
299
|
pricing: [
|
|
300
|
-
{ identifier: "flux-2-pro", credits:
|
|
300
|
+
{ identifier: "flux-2-pro", credits: 23 },
|
|
301
301
|
// 2MP 0ref (default)
|
|
302
302
|
{ identifier: "flux-2-pro:0.5MP:0ref", credits: 12 },
|
|
303
303
|
// min
|