Skip to content

[Partner Nodes] chore(SoniloTextToMusic): reduce price by half#14500

Merged
bigcat88 merged 1 commit into
masterfrom
chore/api-nodes/update-SoniloTextToMusic-price
Jun 16, 2026
Merged

[Partner Nodes] chore(SoniloTextToMusic): reduce price by half#14500
bigcat88 merged 1 commit into
masterfrom
chore/api-nodes/update-SoniloTextToMusic-price

Conversation

@bigcat88

@bigcat88 bigcat88 commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Subj. Lets cut the value in price badge in half. Also now we can simplify price badge as duration always have the >0 value.

API Node PR Checklist

Scope

  • Is API Node Change

Pricing & Billing

  • Need pricing update
  • No pricing update

If Need pricing update:

  • Metronome rate cards updated
  • Auto‑billing tests updated and passing

QA

  • QA done
  • QA not required

Comms

  • Informed Kosinkadink

Signed-off-by: bigcat88 <bigcat88@icloud.com>
@coderabbitai

coderabbitai Bot commented Jun 16, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

Two fields in the SoniloTextToMusic node schema within comfy_api_nodes/nodes_sonilo.py are modified. The description string is updated to remove trailing guidance that instructed users to set duration to 0 for model inference. The price_badge expression is simplified from a conditional formula that used a different fallback when duration equaled 0 to a single linear expression: 0.0025 * widgets.duration.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main change: reducing the price badge value by half for the SoniloTextToMusic node.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description check ✅ Passed The pull request description clearly explains the changes: reducing the price badge value by half and simplifying the price badge logic since duration is always > 0.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@bigcat88

Copy link
Copy Markdown
Contributor Author

Note: the actual price reduction will take effect a little later today

@bigcat88 bigcat88 merged commit b732aa1 into master Jun 16, 2026
17 checks passed
@bigcat88 bigcat88 deleted the chore/api-nodes/update-SoniloTextToMusic-price branch June 16, 2026 07:12
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