Skip to content

Commit 833e87d

Browse files
authored
Merge pull request #148 from aimlapi/stelyatko/feat-add-wan22-descs
feat: add sync_mode to video
2 parents 8da3262 + 23e47b5 commit 833e87d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/openapi/descriptions/video.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,7 @@ export default {
205205
interpolator_model: {
206206
desc: `The model to use for interpolation. Rife, or film are available.`,
207207
},
208+
sync_mode: {
209+
desc: `The synchronization mode for audio and video. Loose or tight are available.`,
210+
},
208211
};

0 commit comments

Comments
 (0)