mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-22 07:19:41 +00:00
feat(api-nodes): add pricing badge for Kling O1 Image (#7315)
## Summary Constant price was taken from here: https://docs.qingque.cn/d/home/eZQD5BNdCmt-tey_FeJgDFhkW?identityId=2KgtueybT0e#section=h.mdw6dhbeg7pz
This commit is contained in:
@@ -741,6 +741,9 @@ const apiNodeCosts: Record<string, { displayPrice: string | PricingFunction }> =
|
|||||||
KlingOmniProEditVideoNode: {
|
KlingOmniProEditVideoNode: {
|
||||||
displayPrice: '$0.168/second'
|
displayPrice: '$0.168/second'
|
||||||
},
|
},
|
||||||
|
KlingOmniProImageNode: {
|
||||||
|
displayPrice: '$0.028/Run'
|
||||||
|
},
|
||||||
LumaImageToVideoNode: {
|
LumaImageToVideoNode: {
|
||||||
displayPrice: (node: LGraphNode): string => {
|
displayPrice: (node: LGraphNode): string => {
|
||||||
// Same pricing as LumaVideoNode per CSV
|
// Same pricing as LumaVideoNode per CSV
|
||||||
|
|||||||
Reference in New Issue
Block a user