@@ -168,5 +168,41 @@ export default {
168168 } ,
169169 style : {
170170 desc : `The style of the generated video.` ,
171- }
171+ } ,
172+ num_frames : {
173+ desc : `Number of frames to generate. Must be between 81 to 241 (inclusive)`
174+ } ,
175+ match_input_frames_per_second : {
176+ desc : `Whether to match the input video's frames per second (FPS).` ,
177+ } ,
178+ frames_per_second : {
179+ desc : `Frames per second of the generated video. Must be between 5 to 30` ,
180+ } ,
181+ preprocess : {
182+ desc : `Whether to preprocess the input video.` ,
183+ } ,
184+ acceleration : {
185+ desc : `Acceleration to use for inference. None or regular are available.` ,
186+ } ,
187+ video_quality : {
188+ desc : `The quality of the generated video.` ,
189+ } ,
190+ video_write_mode : {
191+ desc : `The method used to write the video. Fast, balanced, small are available.` ,
192+ } ,
193+ num_interpolated_frames : {
194+ desc : `Number of frames to interpolate between the original frames` ,
195+ } ,
196+ temporal_downsample_factor : {
197+ desc : `Temporal downsample factor for the video` ,
198+ } ,
199+ enable_auto_downsample : {
200+ desc : `The minimum frames per second to downsample the video to` ,
201+ } ,
202+ auto_downsample_min_fps : {
203+ desc : `The minimum frames per second to downsample the video to` ,
204+ } ,
205+ interpolator_model : {
206+ desc : `The model to use for interpolation. Rife, or film are available.` ,
207+ } ,
172208} ;
0 commit comments