mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-27 19:02:31 +08:00
updated pricing badge
Signed-off-by: bigcat88 <bigcat88@icloud.com>
This commit is contained in:
parent
753784f2ea
commit
adda13209c
@ -139,8 +139,8 @@ class SoniloTextToMusic(IO.ComfyNode):
|
|||||||
expr="""
|
expr="""
|
||||||
(
|
(
|
||||||
widgets.duration > 0
|
widgets.duration > 0
|
||||||
? {"type":"usd","usd": 0.009 * widgets.duration}
|
? {"type":"usd","usd": 0.005 * widgets.duration}
|
||||||
: {"type":"usd","usd": 0.009, "format":{"suffix":"/second"}}
|
: {"type":"usd","usd": 0.005, "format":{"suffix":"/second"}}
|
||||||
)
|
)
|
||||||
""",
|
""",
|
||||||
),
|
),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user