updated pricing badge

Signed-off-by: bigcat88 <bigcat88@icloud.com>
This commit is contained in:
bigcat88 2026-04-14 08:06:44 +03:00
parent 753784f2ea
commit adda13209c
No known key found for this signature in database
GPG Key ID: 1F0BF0EC3CF22721

View File

@ -139,8 +139,8 @@ class SoniloTextToMusic(IO.ComfyNode):
expr="""
(
widgets.duration > 0
? {"type":"usd","usd": 0.009 * widgets.duration}
: {"type":"usd","usd": 0.009, "format":{"suffix":"/second"}}
? {"type":"usd","usd": 0.005 * widgets.duration}
: {"type":"usd","usd": 0.005, "format":{"suffix":"/second"}}
)
""",
),