[Partner Nodes] change price badge value
Some checks failed
Python Linting / Run Ruff (push) Has been cancelled
Python Linting / Run Pylint (push) Has been cancelled

Signed-off-by: bigcat88 <bigcat88@icloud.com>
This commit is contained in:
bigcat88 2026-06-11 13:35:28 +03:00
parent bf8eb8d9cd
commit 1fc0c878a3
No known key found for this signature in database
GPG Key ID: 1F0BF0EC3CF22721

View File

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