fix(api-nodes): add price badge for Rodin Gen-2 node (#12512)
parent
83dd65f23a
commit
239ddd3327
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue