From 470663e25d1bd06964e66684e275884b981b72a9 Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Mon, 29 Sep 2025 08:02:59 +0800 Subject: [PATCH] [backport 1.27] add pricing for WanImageToImageApi node (#5830) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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> --- src/composables/node/useNodePricing.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/composables/node/useNodePricing.ts b/src/composables/node/useNodePricing.ts index 91f9574639..28cfeec784 100644 --- a/src/composables/node/useNodePricing.ts +++ b/src/composables/node/useNodePricing.ts @@ -1613,6 +1613,9 @@ const apiNodeCosts: Record = }, WanTextToImageApi: { displayPrice: '$0.03/Run' + }, + WanImageToImageApi: { + displayPrice: '$0.03/Run' } }