Skip to content

Added seedImage to inputs in imageInference#317

Merged
Sirsho1997 merged 1 commit into
mainfrom
feature-ideogram-4-remix
Jun 24, 2026
Merged

Added seedImage to inputs in imageInference#317
Sirsho1997 merged 1 commit into
mainfrom
feature-ideogram-4-remix

Conversation

@Sirsho1997

Copy link
Copy Markdown
Collaborator

Added

  • IInputs now includes:
    • seedImage: Optional[Union[str, File]]

Changed

  • imageInference now processes inputs.seedImage via _process_media before sending the request

@Sirsho1997 Sirsho1997 requested a review from Copilot June 24, 2026 10:45
@coderabbitai

coderabbitai Bot commented Jun 24, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. To trigger a review, include coderabbit-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: 104e14de-51b0-4a45-9cf5-02b9b3c64c80

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:

  • ✅ Review completed - (🔄 Check again to review again)
✨ Finishing Touches
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch feature-ideogram-4-remix

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

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 image inference request input schema to include an optional seedImage under inputs, and ensures that nested inputs.seedImage is processed through the SDK’s media normalization path prior to request submission.

Changes:

  • Added seedImage to IInputs.
  • Added _process_media handling for requestImage.inputs.seedImage in _imageInference.

Reviewed changes

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

File Description
runware/types.py Extends IInputs with a new seedImage field.
runware/base.py Processes inputs.seedImage via _process_media before building/sending the request.

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

Comment thread runware/types.py
Comment thread runware/base.py
@Sirsho1997 Sirsho1997 merged commit 590c725 into main Jun 24, 2026
2 checks passed
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