From 9bd9815eabaf02feb6adb07ec3b5e8123fb14cd6 Mon Sep 17 00:00:00 2001 From: Alexander Piskun <13381981+bigcat88@users.noreply.github.com> Date: Fri, 31 Jul 2026 19:59:53 +0300 Subject: [PATCH] [Partner Nodes] chore(Bria): adjust pricing for other video endpoints (#15171) Signed-off-by: bigcat88 --- comfy_api_nodes/nodes_bria.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comfy_api_nodes/nodes_bria.py b/comfy_api_nodes/nodes_bria.py index 8077f1398..9e5a93330 100644 --- a/comfy_api_nodes/nodes_bria.py +++ b/comfy_api_nodes/nodes_bria.py @@ -357,7 +357,7 @@ class BriaVideoGreenScreen(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"}}""", ), ) @@ -433,7 +433,7 @@ class BriaVideoReplaceBackground(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"}}""", ), )