Skip to content

Added creativity, and moodboards to ISettings#300

Merged
Sirsho1997 merged 2 commits into
mainfrom
feature-Krea2
May 29, 2026
Merged

Added creativity, and moodboards to ISettings#300
Sirsho1997 merged 2 commits into
mainfrom
feature-Krea2

Conversation

@Sirsho1997
Copy link
Copy Markdown
Collaborator

@Sirsho1997 Sirsho1997 commented May 26, 2026

Added

  • ISettings now includes:

    • creativity: Optional[str]
    • moodboards: Optional[List[Union[IMoodboard, Dict[str, Any]]]]
  • Added IMoodboard dataclass for settings.moodboards[] entries:

  • id: str (UUID)

  • strength: Optional[float]

@Sirsho1997 Sirsho1997 requested a review from Copilot May 26, 2026 08:06
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 26, 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: 48a11a51-94fc-4a31-86de-7e9c520f8450

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-Krea2

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

Adds a new optional creativity setting to the shared ISettings dataclass, extending the set of request options that can be serialized and sent as part of inference payloads.

Changes:

  • Added creativity: Optional[str] = None to ISettings in runware/types.py.

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

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 1 out of 1 changed files in this pull request and generated no new comments.

@Sirsho1997 Sirsho1997 changed the title Added creativity to ISettings Added creativity, and moodboards to ISettings May 27, 2026
@Sirsho1997 Sirsho1997 merged commit 4fe100d into main May 29, 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