Wan 2.1 Video Ace Plus Generation
Edit videos using the wan2.1-vace-plus model with multi-modal inputs and various editing functions.
Documentation Index
Fetch the complete documentation index at: https://mulerun.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Edit videos using the wan2.1-vace-plus model with multi-modal inputs. This model supports multiple video editing functions.Supported Functions
| Function | Description |
|---|---|
image_reference | Generate videos from 1-3 reference images |
video_repainting | Repaint/restyle an existing video |
video_edit | Local (masked) editing of video regions |
video_extension | Extend video with new content |
video_outpainting | Expand video canvas in any direction |
Example Requests
Multi-image Reference
Video Repainting
Local Editing
Video Extension
Video Outpainting
Function Details
image_reference
- Required:
ref_images_url(1-3 images) - Required when multiple images:
obj_or_bgarray - Output: 720P resolution, 5s duration
video_repainting
- Required:
video_url,control_condition - Control conditions: posebodyface, posebody, depth, scribble
- Strength: 0.0-1.0 (default 1.0)
video_edit
- Required:
video_url - Mask options:
mask_image_urlormask_video_url - Mask types: tracking (follows motion), fixed (static)
video_extension
- Required:
prompt - Optional:
first_frame_url,last_frame_url,first_clip_url,last_clip_url - With guidance video: requires
control_condition
video_outpainting
- Required:
video_url - Scale options:
top_scale,bottom_scale,left_scale,right_scale(1.0-2.0)
Video Requirements
| Property | Requirement |
|---|---|
| Format | MP4 |
| Max size | 50MB |
| Min FPS | 16 |
| Max duration | 5s |
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
- Multi-image Reference
- Video Repainting
- Local Editing
- Video Extension
- Video Outpainting
wan2.1-vace-plus video editing entry point. Select a function and supply the parameters supported by that function.
Model name (only wan2.1-vace-plus is supported)
wan2.1-vace-plus Multi-image reference feature selector.
image_reference "image_reference"Text description for the synthesized video (max 800 characters).
800Public URLs for 1-3 reference images (JPG/JPEG/PNG/BMP/TIFF/WEBP, 360-2000px, ≤10MB, ASCII URL). Required.
1 - 3 elementsNegative prompt (max 500 characters).
500Matches ref_images_url to label each image as entity ("obj") or background ("bg"). Required when multiple images are supplied; defaults to ["obj"] for a single image.
obj, bg Output resolution ("width*height"). Supported: 1280*720 (default), 720*1280, 960*960, 832*1088, 1088*832.
1280*720, 720*1280, 960*960, 832*1088, 1088*832 Output duration (seconds). Fixed at 5.
5 Enable intelligent prompt rewriting (default true).
Random seed [0, 2147483647].
0 <= x <= 2147483647Response
Accepted - Task created successfully