Generating a video from text
Producing a video content based on written text input.
Use case example
- - Text-to-video applications for storytelling
- - Converting scripts or narratives into visual content
Try it
Examples
Input
{"input":{"prompt":"a Corgi walking in the park at...""sample_method":"ddpm""width":512"height":320"num_inference_steps":250"guidance_scale":7"quality":9"seed":5395"interpolation":false"super_resolution":false"video_fps":8}"id":97}
Output
{"status":"succeeded""output":"https://rbqktisnztholqojxlaf.s...""prediction_time":52.097951}
API Information
Input description
Prompt for video generation.
Default value: a Corgi walking in the park at sunrise, oil painting style
An enumeration.
Default value: ddpm
Enum values: ddim, eulerdiscrete, ddpm
Width of output video.
Default value: 512
Height of output video
Default value: 320
Number of denoising steps
Default value: 250
Scale for classifier-free guidance
Default value: 7
Quality of the output vide0
Default value: 9
Random seed. Leave blank to randomize the seed
Default output has 16 frames. Set interpolation to True to get 61 frames output.
Super resolution 4x when set to True.
Number of frames per second in the output video
Default value: 8
Output JSON Schema
This represents the JSON schema that details the structure of the model's output.