Skip to content

Added support for Runway Aleph 2#305

Open
Sirsho1997 wants to merge 2 commits into
mainfrom
feature-runwary-aleph
Open

Added support for Runway Aleph 2#305
Sirsho1997 wants to merge 2 commits into
mainfrom
feature-runwary-aleph

Conversation

@Sirsho1997
Copy link
Copy Markdown
Collaborator

Added

  • IInputFrame.timestamp Optional[float] = None

Changed

  • _requestVideo now preprocesses inputs.video the same way as inputs.frameImages

@Sirsho1997 Sirsho1997 requested a review from Copilot June 3, 2026 08:57
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 3, 2026

Important

Review skipped

Auto reviews are disabled on this repository. To trigger a review, include review in the PR description. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: b4da9080-972f-4e86-bdeb-01545dce4b02

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch feature-runwary-aleph

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR extends the video input typing and preprocessing to better support Runway Aleph 2-style inputs by allowing richer frame metadata and ensuring inputs.video is normalized the same way as frame-image inputs.

Changes:

  • Added IInputFrame.timestamp: Optional[float] for time-based frame selection.
  • Broadened IVideoInputs.frameImages accepted input shapes and added __post_init__ normalization from dictIInputFrame.
  • Updated _requestVideo to preprocess inputs.video via _process_media (mirroring inputs.frameImages behavior).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
runware/types.py Adds timestamp to IInputFrame and expands/normalizes IVideoInputs.frameImages input types.
runware/base.py Ensures inputs.video is passed through _process_media during video inference request preparation.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread runware/types.py Outdated
Comment thread runware/types.py
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

Comment thread runware/types.py
Comment thread runware/types.py
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

Comment thread runware/types.py
Comment thread runware/types.py
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