You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/openapi/descriptions/video.js
+39-5Lines changed: 39 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@ export default {
6
6
default: {
7
7
desc: `A direct link to an online image or a Base64-encoded local image that will serve as the visual base or the first frame for the video.`,
8
8
},
9
+
wan_animate: {
10
+
desc: `A direct link to an online image or a Base64-encoded local image. If the input image does not match the chosen aspect ratio, it is resized and center cropped`,
11
+
},
9
12
runway: {
10
13
desc: `A HTTPS URL or data URI containing an encoded image to be used as the first frame of the generated video.`,
desc: `The URL of the audio file for lip-sync animation. The model detects spoken parts and syncs the character's mouth to them. Audio must be under 30s long.`,
172
178
},
179
+
pixverse: {
180
+
desc: `A direct link to an online audio file or a Base64-encoded local to an audio file used for lip-syncing in the video. Use either audio_url or (lip_sync_tts_speaker together with lip_sync_tts_content), but not both.`,
desc: `The write mode of the output video. Faster write mode means faster results but larger file size, balanced write mode is a good compromise between speed and quality, and small write mode is the slowest but produces the smallest file size`,
237
+
},
226
238
},
227
239
num_interpolated_frames: {
228
240
desc: `Number of frames to interpolate between the original frames.`,
desc: `A direct link to an online audio file or a Base64-encoded local to an audio file used for lip-syncing in the video. Use either audio_url or (lip_sync_tts_speaker together with lip_sync_tts_content), but not both.`,
281
-
},
290
+
mask_video_url: {
291
+
desc: `URL to the source mask file`,
292
+
},
293
+
expand_left: {
294
+
desc: `Whether to expand the video to the left`,
295
+
},
296
+
expand_right: {
297
+
desc: `Whether to expand the video to the right`,
298
+
},
299
+
expand_top: {
300
+
desc: `Whether to expand the video to the top`,
301
+
},
302
+
expand_bottom: {
303
+
desc: `Whether to expand the video to the bottom`,
304
+
},
305
+
expand_ratio: {
306
+
desc: `Amount of expansion. This is a float value between 0 and 1, where 0.25 adds 25% to the original video size on the specified sides`,
307
+
},
308
+
zoom_factor: {
309
+
desc: `Zoom factor for the video. When this value is greater than 0, the video will be zoomed in by this factor (in relation to the canvas size,) cutting off the edges of the video. A value of 0 means no zoom`,
310
+
},
311
+
trim_borders: {
312
+
desc: `Whether to trim borders from the video`,
313
+
},
314
+
num_inference_steps: {
315
+
desc: `Number of inference steps for sampling. Higher values give better quality but take longer`,
0 commit comments