ComfyUI Extension: ComfyUI-JM-KLing-API

Authored by synthetai

Created

Updated

1 stars

This is a custom node for ComfyUI that allows you to use the KLingAI API directly within the ComfyUI environment. It is developed based on the KLingAI API documentation. For more details, please refer to the official documentation. a/KLingAI API Documentation.

Custom Nodes (0)

    README

    ComfyUI-JM-KlingAI-API

    This is a custom node for ComfyUI that allows you to use the KLingAI API directly within the ComfyUI environment. It is developed based on the KLingAI API documentation. For more details, please refer to the official documentation.KLingAI 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/synthetai/ComfyUI-JM-KLing-API.git
    3. Install the dependencies:
    • <font style="color:rgb(31, 35, 40);">Windows (ComfyUI portable): </font>python -m pip install -r ComfyUI\custom_nodes\ComfyUI-JM-KLingAI-API\requirements.txt
    • <font style="color:rgb(31, 35, 40);">Linux or MacOS: </font>cd ComfyUI-JM-KLingAI-API && pip install -r requirements.txt
    1. <font style="color:rgb(31, 35, 40);">Start ComfyUI and enjoy using the KLing AI API node!</font>

    <font style="color:rgb(31, 35, 40);">Nodes</font>

    <font style="color:rgb(31, 35, 40);">KLingAI API Key</font>

    <font style="color:rgb(31, 35, 40);">This node generates an API Token</font>

    <font style="color:rgb(31, 35, 40);">Text2Video</font>

    <font style="color:rgb(31, 35, 40);">This node is used to generate a video given a text prompt.</font>

    <font style="color:rgb(31, 35, 40);">Image2Video</font>

    <font style="color:rgb(31, 35, 40);">This node is used to generate a video given an image.</font>