[backport 1.27] add pricing for WanImageToImageApi node (#5830)

Backport of #5829 to `core/1.27`

Automatically created by backport workflow.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-5830-backport-1-27-add-pricing-for-WanImageToImageApi-node-27c6d73d36508104abbbfe78153b0d2a)
by [Unito](https://www.unito.io)

Co-authored-by: Alexander Piskun <13381981+bigcat88@users.noreply.github.com>
This commit is contained in:
Comfy Org PR Bot
2025-09-29 08:02:59 +08:00
committed by GitHub
parent 884a9886e0
commit 470663e25d

View File

@@ -1613,6 +1613,9 @@ const apiNodeCosts: Record<string, { displayPrice: string | PricingFunction }> =
},
WanTextToImageApi: {
displayPrice: '$0.03/Run'
},
WanImageToImageApi: {
displayPrice: '$0.03/Run'
}
}