pixverse-ai-cli 1.0.4 → 1.0.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 +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -67,7 +67,7 @@ The wizard guides you through prompt, model, quality, aspect ratio, and other op
|
|
|
67
67
|
### Text to Video
|
|
68
68
|
|
|
69
69
|
```bash
|
|
70
|
-
pixverse create video --prompt "A cat walking on Mars" --model
|
|
70
|
+
pixverse create video --prompt "A cat walking on Mars" --model v6 --quality 720p --aspect-ratio 16:9
|
|
71
71
|
```
|
|
72
72
|
|
|
73
73
|
### Image to Video
|
|
@@ -181,7 +181,7 @@ pixverse config list
|
|
|
181
181
|
pixverse config path
|
|
182
182
|
|
|
183
183
|
# Set per-mode creation defaults (model, quality, duration, etc.)
|
|
184
|
-
pixverse config defaults set video model
|
|
184
|
+
pixverse config defaults set video model v6
|
|
185
185
|
pixverse config defaults set video quality 1080p
|
|
186
186
|
pixverse config defaults show
|
|
187
187
|
```
|