Skip to content

Updated list of params for Audio Inference Settings#143

Open
Sirsho1997 wants to merge 1 commit intomainfrom
feature-ACE-1-5-Step
Open

Updated list of params for Audio Inference Settings#143
Sirsho1997 wants to merge 1 commit intomainfrom
feature-ACE-1-5-Step

Conversation

@Sirsho1997
Copy link
Copy Markdown
Contributor

No description provided.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 8, 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: 8a0034a7-4a7c-40d6-937c-d95e326489b9

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-ACE-1-5-Step

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

Copy link
Copy Markdown

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 updates the Runware audio nodes to expose additional ACE-Step/ACE-Step v1.5 generation parameters in the Audio Inference Settings node, and expands the Audio Model Search lists to include new ACE-Step v1.5 XL variants.

Changes:

  • Added optional Audio Settings inputs for cfgIntervalStart, cfgIntervalEnd, repaintMode, and repaintStrength, plus corresponding “use*” toggles and payload emission.
  • Updated Audio Settings node documentation strings to reflect the new parameters.
  • Added runware:ace-step@v1.5-xl-base and runware:ace-step@v1.5-xl-turbo to both backend (Python) and frontend (JS) audio model lists.

Reviewed changes

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

File Description
modules/audioSettings.py Adds new configurable audio inference settings fields and includes them in the emitted settings payload.
modules/audioModelSearch.py Extends ACE model dropdown list with v1.5 XL Base/Turbo variants.
clientlibs/utils.js Mirrors the new ACE v1.5 XL models in the frontend audio model filter list.

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

Comment thread modules/audioSettings.py
Comment on lines +405 to +409
if use_cfg_interval_start:
settings["cfgIntervalStart"] = float(cfg_interval_start)

if use_cfg_interval_end:
settings["cfgIntervalEnd"] = float(cfg_interval_end)
Comment thread modules/audioSettings.py
if use_repaint_mode:
settings["repaintMode"] = repaint_mode

if use_repaint_strength:
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