Skip to content

Commit 253a124

Browse files
authored
feat: update decs
feat: update decs
2 parents 5b540ea + 7b17e6a commit 253a124

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/openapi/descriptions/video.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,19 +210,19 @@ Supported configurations include:
210210
desc: `Whether to match the input video's frames per second (FPS).`,
211211
},
212212
frames_per_second: {
213-
desc: `Frames per second of the generated video. Must be between 5 to 30.`,
213+
desc: `Frames per second of the generated video.`,
214214
},
215215
preprocess: {
216216
desc: `Whether to preprocess the input video.`,
217217
},
218218
acceleration: {
219-
desc: `Acceleration to use for inference. None or regular are available.`,
219+
desc: `Acceleration to use for inference.`,
220220
},
221221
video_quality: {
222222
desc: `The quality of the generated video.`,
223223
},
224224
video_write_mode: {
225-
desc: `The method used to write the video. Fast, balanced, small are available.`,
225+
desc: `The method used to write the video.`,
226226
},
227227
num_interpolated_frames: {
228228
desc: `Number of frames to interpolate between the original frames.`,
@@ -252,7 +252,7 @@ Supported configurations include:
252252
desc: `Denoising strength for the video-to-video generation. 0.0 preserves the original, 1.0 completely remakes the video.`,
253253
},
254254
fps: {
255-
desc: `The frame rate of the generated video`,
255+
desc: `Frames per second of the generated video.`,
256256
},
257257
video_output_type: {
258258
desc: `The output type of the generated video.`,

0 commit comments

Comments
 (0)