[backport core/1.30] feat(api-nodes-pricing): add Nano-Banana-2 prices (#6783)

Backport of #6781 to `core/1.30`

Automatically created by backport workflow.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-6783-backport-core-1-30-feat-api-nodes-pricing-add-Nano-Banana-2-prices-2b16d73d3650818498cffda6a19ce62e)
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-11-21 02:34:28 +09:00
committed by GitHub
parent d44a2263e9
commit 7363c4b909
2 changed files with 22 additions and 2 deletions

View File

@@ -1759,7 +1759,7 @@ describe('useNodePricing', () => {
const node = createMockNode('GeminiImageNode')
const price = getNodeDisplayPrice(node)
expect(price).toBe('$0.03 per 1K tokens')
expect(price).toBe('~$0.039/Image (1K)')
})
})