@runtypelabs/cli 2.11.5 → 2.11.6
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.js +3 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -11344,9 +11344,9 @@ var require_builtin_tools_registry = __commonJS({
|
|
|
11344
11344
|
},
|
|
11345
11345
|
quality: {
|
|
11346
11346
|
type: "string",
|
|
11347
|
-
description: "The quality of the image. Legacy DALL-E values standard and hd are accepted at execution time and mapped to medium/high.",
|
|
11347
|
+
description: "The quality of the image. Defaults to low for fast generation (~10s). Use medium or high for complex scenes requiring more detail \u2014 these enable extended generation that can take 1-3+ minutes. Legacy DALL-E values standard and hd are accepted at execution time and mapped to medium/high.",
|
|
11348
11348
|
enum: ["auto", "low", "medium", "high"],
|
|
11349
|
-
default: "
|
|
11349
|
+
default: "low"
|
|
11350
11350
|
},
|
|
11351
11351
|
outputFormat: {
|
|
11352
11352
|
type: "string",
|
|
@@ -11365,7 +11365,7 @@ var require_builtin_tools_registry = __commonJS({
|
|
|
11365
11365
|
},
|
|
11366
11366
|
defaultConfig: {
|
|
11367
11367
|
size: "1024x1024",
|
|
11368
|
-
quality: "
|
|
11368
|
+
quality: "low",
|
|
11369
11369
|
outputFormat: "png",
|
|
11370
11370
|
background: "auto"
|
|
11371
11371
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@runtypelabs/cli",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.6",
|
|
4
4
|
"description": "Command-line interface for Runtype AI platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"micromatch": "^4.0.8",
|
|
23
23
|
"yaml": "^2.8.3",
|
|
24
24
|
"@runtypelabs/ink-components": "0.3.1",
|
|
25
|
-
"@runtypelabs/sdk": "1.
|
|
25
|
+
"@runtypelabs/sdk": "1.19.0",
|
|
26
26
|
"@runtypelabs/terminal-animations": "0.2.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|