pixverse-ai-cli 1.0.9 → 1.0.11

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 CHANGED
@@ -113,6 +113,9 @@ pixverse create upscale --video <video_id> --quality 1080p
113
113
  # Generate video with character reference (1–7 images)
114
114
  pixverse create reference --images ./char1.png ./char2.png --prompt "Two friends walking in a park"
115
115
 
116
+ # Motion control — character image + motion reference video
117
+ pixverse create motion-control --image ./character.png --video ./dance.mp4
118
+
116
119
  # Create from a template/effect
117
120
  pixverse create template --template-id 12345 --image ./photo.png
118
121
  ```
@@ -253,6 +256,7 @@ pixverse asset download "$VID" --dest ./output/
253
256
  | `create modify` | Modify an existing video |
254
257
  | `create upscale` | Upscale video resolution |
255
258
  | `create reference` | Generate video with character references |
259
+ | `create motion-control` | Motion control with character image + reference video |
256
260
  | `create template` | Create from a template/effect |
257
261
  | `template categories` | List template categories |
258
262
  | `template list` | List templates (with category filter) |