added price badge for ElevenLabsInstantVoiceClone node

This commit is contained in:
bigcat88
2026-02-19 20:50:23 +02:00
parent 37f3e97202
commit 90d8ba5342

View File

@@ -584,6 +584,7 @@ class ElevenLabsInstantVoiceClone(IO.ComfyNode):
IO.Hidden.unique_id,
],
is_api_node=True,
price_badge=IO.PriceBadge(expr="""{"type":"usd","usd":0.15}"""),
)
@classmethod