Skip to content

Frame-Al#2

Open
mohammadfa944-cmyk wants to merge 2 commits into
GPT-Engineer-App:mainfrom
mohammadfa944-cmyk:main
Open

Frame-Al#2
mohammadfa944-cmyk wants to merge 2 commits into
GPT-Engineer-App:mainfrom
mohammadfa944-cmyk:main

Conversation

@mohammadfa944-cmyk
Copy link
Copy Markdown

import RunwayML from '@runwayml/sdk';

const client = new RunwayML();

async function main() {
let task = await client.imageToVideo.create({
promptText: "Camera slowly moves horizontally.",
promptImage: [
{
uri: "https://runway-static-assets.s3.us-east-1.amazonaws.com/devportal/playground-examples/i2v-gen3a_turbo-input.jpeg",
position: "first"
}
],
model: "gen3a_turbo",
ratio: "768:1280",
duration: 4,
seed: 96708854
}).waitForTaskOutput();

console.log('Task complete:', task);
}

main();

@abuhum992-creator
Copy link
Copy Markdown

Wir haben versucht das Problem zu beheben, aber es hat nicht funktioniert. Können Sie bitte das Problem beheben?

@abuhum992-creator
Copy link
Copy Markdown

My project "deutschlernenplus" is stuck with "GitHub Connection lost".

I already:

  • Reconnected multiple times
  • Reinstalled the GitHub app
  • Selected the correct repository (abuhum992-creator/deutschlernenplus)

But the connection is still not restored.

Please reset or fix the GitHub connector for this project.

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

Successfully merging this pull request may close these issues.

2 participants