We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Most social videos are now portrait, please consider allowing the model to generate portrait video.
The text was updated successfully, but these errors were encountered:
you can. change the aspect ratio.
const imageToVideo = await this.runwayClient.imageToVideo.create({ model: 'gen3a_turbo', duration: 5, ratio: aspect_ratio, < ---- HERE promptImage: imgUrl, promptText: prompt, });
aspect_ratio?: '16:9' | '9:16',
Sorry, something went wrong.
No branches or pull requests
Most social videos are now portrait, please consider allowing the model to generate portrait video.
The text was updated successfully, but these errors were encountered: