Skip to content

KwaiVGI/ComfyUI-KLingAI-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComfyUI-KLingAI-API

This is a custom node for ComfyUI that allows you to use the KLing AI API directly in ComfyUI. KLing AI API is based on top of KLing AI. For more information, see KLing AI API Documentation.

Requirements

Before using this node, you need to have a KLing AI API key.

Installation

Installing manually

  1. Navigate to the ComfyUI/custom_nodes directory.

  2. Clone this repository: git clone https://github.com/KwaiVGI/ComfyUI-KLingAI-API

  3. Install the dependencies:

  • Windows (ComfyUI portable): python -m pip install -r ComfyUI\custom_nodes\ComfyUI-KLingAI-API\requirements.txt
  • Linux or MacOS: cd ComfyUI-KLingAI-API && pip install -r requirements.txt
  1. If you don't want to expose your key, you can add it into the config.ini file and keep it empty in the node.

  2. Start ComfyUI and enjoy using the KLing AI API node!

Nodes

Client

This node is used to create a KLing AI client.

Image Generator

This node is used to generate an image given a text prompt.

image_generation

Text2Video

This node is used to generate a video given a text prompt.

text2video

Image2Video

This node is used to generate a video given an image.

image2video

Kolors Virtual Try-On

This node is used to display the try-on effect.

text2video

Pricing

For pricing, follow KLing AI Pricing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published