mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-06 08:00:05 +00:00
- 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
64 lines
1.7 KiB
TypeScript
64 lines
1.7 KiB
TypeScript
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'
|
|
]
|