Skip to content
New issue

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

Cant generate portrait videos. #24

Open
stebansaa opened this issue Oct 11, 2024 · 1 comment
Open

Cant generate portrait videos. #24

stebansaa opened this issue Oct 11, 2024 · 1 comment

Comments

@stebansaa
Copy link

Most social videos are now portrait, please consider allowing the model to generate portrait video.

@Keoooo
Copy link

Keoooo commented Oct 12, 2024

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',

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants