mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-20 14:54:12 +00:00
feat: add API node pricing display in node badges
- Adds pricing data for API nodes from various providers - Displays pricing in the credits badge next to API nodes - Implements pricing display in gold badge color to distinguish costs
This commit is contained in:
63
src/constants/apiNodeNames.ts
Normal file
63
src/constants/apiNodeNames.ts
Normal file
@@ -0,0 +1,63 @@
|
||||
const apiNodeNames = [
|
||||
'IdeogramV1',
|
||||
'IdeogramV2',
|
||||
'IdeogramV3',
|
||||
'MinimaxTextToVideoNode',
|
||||
'MinimaxImageToVideoNode',
|
||||
'VeoVideoGenerationNode',
|
||||
'KlingCameraControls',
|
||||
'KlingTextToVideoNode',
|
||||
'KlingImage2VideoNode',
|
||||
'KlingCameraControlI2VNode',
|
||||
'KlingCameraControlT2VNode',
|
||||
'KlingStartEndFrameNode',
|
||||
'KlingVideoExtendNode',
|
||||
'KlingLipSyncAudioToVideoNode',
|
||||
'KlingLipSyncTextToVideoNode',
|
||||
'KlingVirtualTryOnNode',
|
||||
'KlingImageGenerationNode',
|
||||
'KlingSingleImageVideoEffectNode',
|
||||
'KlingDualCharacterVideoEffectNode',
|
||||
'FluxProUltraImageNode',
|
||||
'FluxProExpandNode',
|
||||
'FluxProFillNode',
|
||||
'FluxProCannyNode',
|
||||
'FluxProDepthNode',
|
||||
'LumaImageNode',
|
||||
'LumaImageModifyNode',
|
||||
'LumaVideoNode',
|
||||
'LumaImageToVideoNode',
|
||||
'LumaReferenceNode',
|
||||
'LumaConceptsNode',
|
||||
'RecraftTextToImageNode',
|
||||
'RecraftImageToImageNode',
|
||||
'RecraftImageInpaintingNode',
|
||||
'RecraftTextToVectorNode',
|
||||
'RecraftVectorizeImageNode',
|
||||
'RecraftRemoveBackgroundNode',
|
||||
'RecraftReplaceBackgroundNode',
|
||||
'RecraftCrispUpscaleNode',
|
||||
'RecraftCreativeUpscaleNode',
|
||||
'RecraftStyleV3RealisticImage',
|
||||
'RecraftStyleV3DigitalIllustration',
|
||||
'RecraftStyleV3LogoRaster',
|
||||
'RecraftStyleV3InfiniteStyleLibrary',
|
||||
'RecraftColorRGB',
|
||||
'RecraftControls',
|
||||
'PixverseTextToVideoNode',
|
||||
'PixverseImageToVideoNode',
|
||||
'PixverseTransitionVideoNode',
|
||||
'PixverseTemplateNode',
|
||||
'StabilityStableImageUltraNode',
|
||||
'StabilityStableImageSD_3_5Node',
|
||||
'StabilityUpscaleConservativeNode',
|
||||
'StabilityUpscaleCreativeNode',
|
||||
'StabilityUpscaleFastNode',
|
||||
'PikaImageToVideoNode2_2',
|
||||
'PikaTextToVideoNode2_2',
|
||||
'PikaScenesV2_2',
|
||||
'Pikadditions',
|
||||
'Pikaswaps',
|
||||
'Pikaffects',
|
||||
'PikaStartEndFrameNode2_2'
|
||||
]
|
||||
Reference in New Issue
Block a user