cURL
curl --request POST \ --url http://localhost:9000/api/v1/replicate/videogeneration \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'prompt=<string>' \ --form 'negative_prompt=<string>' \ --form init_weight=123 \ --form num_frames=123 \ --form num_inferences_steps=123 \ --form width=123 \ --form height=123 \ --form guidance_scale=123 \ --form fps=123 \ --form 'video_model=<string>' \ --form batch_size=123 \ --form remove_watermark=true
Video Generation using the anotherjesse/zeroscope-v2-xl AI Model.
Was this page helpful?