mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-08-05 10:00:28 +08:00
[Partner Nodes] chore(Bria): adjust pricing for the Bria Video Remove Background nodes (#15155)
This commit is contained in:
committed by
ComfyUI Wiki
parent
1043d646fc
commit
1db6ef9c29
@@ -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"}}""",
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user