pixverse-ai-cli 1.1.2 → 1.1.3
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 -0
- package/dist/index.js +1 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -108,6 +108,8 @@ pixverse create image
|
|
|
108
108
|
|
|
109
109
|
The wizard guides you through prompt, model, quality, aspect ratio, and other options step by step.
|
|
110
110
|
|
|
111
|
+
Local image inputs larger than `1920x1920` or `5MB` are automatically resized/compressed before upload. Remote image URLs are validated by the backend as-is.
|
|
112
|
+
|
|
111
113
|
### Text to Video
|
|
112
114
|
|
|
113
115
|
```bash
|