pixverse-ai-cli 1.2.3 → 1.2.5
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/README.md +7 -3
- package/dist/capabilities.json +2 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -61,6 +61,7 @@ This opens a browser where you confirm the authorization. You can also copy the
|
|
|
61
61
|
| PixVerse C1 | `pixverse-c1` | `360p` `540p` `720p` `1080p` | `1`–`15`s | `16:9` `4:3` `1:1` `3:4` `9:16` `3:2` `2:3` |
|
|
62
62
|
| Seedance 2.0 Standard | `seedance-2.0-standard` | `480p` `720p` `1080p` `2160p` | `4`–`15`s | `16:9` `4:3` `1:1` `3:4` `9:16` `21:9` |
|
|
63
63
|
| Seedance 2.0 Fast | `seedance-2.0-fast` | `480p` `720p` | `4`–`15`s | `16:9` `4:3` `1:1` `3:4` `9:16` `21:9` |
|
|
64
|
+
| Seedance 2.0 Mini | `seedance-2.0-mini` | `480p` `720p` | `4`–`15`s | `16:9` `4:3` `1:1` `3:4` `9:16` `21:9` |
|
|
64
65
|
| Happy Horse 1.0 | `happyhorse-1.0` | `720p` `1080p` | `3`–`15`s | `16:9` `9:16` `1:1` `4:3` `3:4` |
|
|
65
66
|
| Kling O3 Pro | `kling-o3-pro` | `720p` | `3`–`15`s | `16:9` `9:16` `1:1` |
|
|
66
67
|
| Kling O3 Standard | `kling-o3-standard` | `720p` | `3`–`15`s | `16:9` `9:16` `1:1` |
|
|
@@ -85,10 +86,10 @@ This opens a browser where you confirm the authorization. You can also copy the
|
|
|
85
86
|
|
|
86
87
|
| Creation mode | Supported `--model` values |
|
|
87
88
|
| :---------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
88
|
-
| `create video` (text-to-video / image-to-video) | `v6` `pixverse-c1` `seedance-2.0-standard` `seedance-2.0-fast` `happyhorse-1.0` `kling-o3-pro` `kling-o3-standard` `kling-3.0-pro` `kling-3.0-standard` `grok-imagine-1.5` `grok-imagine` `veo-3.1-lite` `veo-3.1-standard` `veo-3.1-fast` `sora-2-pro` `sora-2` `v5.6` |
|
|
89
|
+
| `create video` (text-to-video / image-to-video) | `v6` `pixverse-c1` `seedance-2.0-standard` `seedance-2.0-fast` `seedance-2.0-mini` `happyhorse-1.0` `kling-o3-pro` `kling-o3-standard` `kling-3.0-pro` `kling-3.0-standard` `grok-imagine-1.5` `grok-imagine` `veo-3.1-lite` `veo-3.1-standard` `veo-3.1-fast` `sora-2-pro` `sora-2` `v5.6` |
|
|
89
90
|
| `create extend` | `v6` `grok-imagine` |
|
|
90
|
-
| `create reference` (multi-subject reference) | `v6` `pixverse-c1` `seedance-2.0-standard` `seedance-2.0-fast` `kling-o3-pro` `kling-o3-standard` `grok-imagine` `v5.6` |
|
|
91
|
-
| `create transition` (2 frames) | `v6` `pixverse-c1` `seedance-2.0-standard` `seedance-2.0-fast` `kling-o3-pro` `kling-o3-standard` `kling-3.0-pro` `kling-3.0-standard` `veo-3.1-lite` `veo-3.1-standard` `veo-3.1-fast` `v5.6` |
|
|
91
|
+
| `create reference` (multi-subject reference) | `v6` `pixverse-c1` `seedance-2.0-standard` `seedance-2.0-fast` `seedance-2.0-mini` `kling-o3-pro` `kling-o3-standard` `grok-imagine` `v5.6` |
|
|
92
|
+
| `create transition` (2 frames) | `v6` `pixverse-c1` `seedance-2.0-standard` `seedance-2.0-fast` `seedance-2.0-mini` `kling-o3-pro` `kling-o3-standard` `kling-3.0-pro` `kling-3.0-standard` `veo-3.1-lite` `veo-3.1-standard` `veo-3.1-fast` `v5.6` |
|
|
92
93
|
| `create transition` (3+ frames) | `v5` |
|
|
93
94
|
| `create modify` | `v5.5` |
|
|
94
95
|
| `create motion-control` | `v5.6` |
|
|
@@ -228,6 +229,9 @@ pixverse create reference --images ./char1.png ./char2.png --prompt "Two friends
|
|
|
228
229
|
# Seedance 2.0 reference — mix images and videos (max 3 videos, total ≤ 15s)
|
|
229
230
|
pixverse create reference -m seedance-2.0-standard --images ./char.png --videos ./motion.mp4 --prompt "@image1 follows the motion in @video1"
|
|
230
231
|
|
|
232
|
+
# Seedance 2.0 reference — add audio references (max 3, each 2–15s, total ≤ 15s; needs a visual reference)
|
|
233
|
+
pixverse create reference -m seedance-2.0-standard --images ./char.png --audios ./voice.mp3 --prompt "@image1 speaks the line in @audio1"
|
|
234
|
+
|
|
231
235
|
# Motion control — character image + motion reference video
|
|
232
236
|
pixverse create motion-control --image ./character.png --video ./dance.mp4
|
|
233
237
|
|
package/dist/capabilities.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"cli": {
|
|
6
6
|
"name": "pixverse",
|
|
7
7
|
"package": "pixverse",
|
|
8
|
-
"version": "1.2.
|
|
8
|
+
"version": "1.2.5",
|
|
9
9
|
"binary": "pixverse",
|
|
10
10
|
"node": ">=20",
|
|
11
11
|
"description": "PixVerse CLI - generate videos and images from the command line"
|
|
@@ -304,6 +304,7 @@
|
|
|
304
304
|
"options": {
|
|
305
305
|
"--images <inputs...>": "Image inputs: file paths, HTTPS URLs, image IDs, or media paths (1–7, up to 9 for seedance-2.0; local oversized images are auto-resized to fit 1920x1920)",
|
|
306
306
|
"--videos <inputs...>": "Video reference inputs (seedance-2.0 only): file paths, HTTPS URLs, video IDs, or media paths (max 3, total duration ≤ 15s)",
|
|
307
|
+
"--audios <inputs...>": "Audio reference inputs (seedance-2.0 only): file paths, HTTPS URLs, audio IDs, or media paths (max 3, each 2–15s, total ≤ 15s; requires at least one image or video reference)",
|
|
307
308
|
"--prompt <text>": "Prompt text",
|
|
308
309
|
"-m, --model <model>": "Video model",
|
|
309
310
|
"-q, --quality <quality>": "Video quality",
|