fix(api-nodes): add price badge for Rodin Gen-2 node (#12512)

pull/12515/head
Alexander Piskun 2026-02-18 09:15:23 +02:00 committed by GitHub
parent 83dd65f23a
commit 239ddd3327
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -505,6 +505,9 @@ class Rodin3D_Gen2(IO.ComfyNode):
IO.Hidden.unique_id,
],
is_api_node=True,
price_badge=IO.PriceBadge(
expr="""{"type":"usd","usd":0.4}""",
),
)
@classmethod