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

This commit is contained in:
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

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