[Partner Nodes] chore(Bria): adjust pricing for the Bria Video Remove Background nodes (#15155)

This commit is contained in:
Alexander Piskun 2026-07-31 05:18:03 +03:00 committed by GitHub
parent c20269c1cb
commit 51d0405540
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -289,7 +289,7 @@ class BriaRemoveVideoBackground(IO.ComfyNode):
],
is_api_node=True,
price_badge=IO.PriceBadge(
expr="""{"type":"usd","usd":0.0042,"format":{"suffix":"/second"}}""",
expr="""{"type":"usd","usd":0.005,"format":{"suffix":"/second"}}""",
),
)
@ -533,7 +533,7 @@ class BriaTransparentVideoBackground(IO.ComfyNode):
],
is_api_node=True,
price_badge=IO.PriceBadge(
expr="""{"type":"usd","usd":0.0042,"format":{"suffix":"/second"}}""",
expr="""{"type":"usd","usd":0.005,"format":{"suffix":"/second"}}""",
),
)