Skip to content

Commit 239ddd3

Browse files
authored
fix(api-nodes): add price badge for Rodin Gen-2 node (#12512)
1 parent 83dd65f commit 239ddd3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

comfy_api_nodes/nodes_rodin.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,9 @@ def define_schema(cls) -> IO.Schema:
505505
IO.Hidden.unique_id,
506506
],
507507
is_api_node=True,
508+
price_badge=IO.PriceBadge(
509+
expr="""{"type":"usd","usd":0.4}""",
510+
),
508511
)
509512

510513
@classmethod

0 commit comments

Comments
 (0)