@pixverse-ai/cli 1.0.2 → 1.0.4
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -107,7 +107,7 @@ pixverse create extend --video <video_id>
|
|
|
107
107
|
# Upscale video resolution
|
|
108
108
|
pixverse create upscale --video <video_id> --quality 1080p
|
|
109
109
|
|
|
110
|
-
# Generate video with character reference (
|
|
110
|
+
# Generate video with character reference (1–7 images)
|
|
111
111
|
pixverse create reference --images ./char1.png ./char2.png --prompt "Two friends walking in a park"
|
|
112
112
|
|
|
113
113
|
# Create from a template/effect
|