Haiper API official ComfyUI custom node.
This is custom nodes allow you to access Haiper AI in ComfyUI with Haiper AI API.
Go to the ComfyUI/custom_nodes
directory.
Clone the repository:
git clone https://github.com/Haiper-ai/ComfyUI-HaiperAI-API.git
The path should be ComfyUI/custom_nodes/ComfyUI-HaiperAI-API/*
, where *
represents all the files in this repo.
Install the dependencies:
cd ComfyUI-HaiperAI-API && pip install -r requirements.txt
.\python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-HaiperAI-API\requirements.txt
Set HAIPER_KEY in the .env
file. (Don't share the .env file to public)
Start ComfyUI and enjoy your creation.
ComfyUI-HaiperAI-AP
.This node is used to generate a video from an image.
<p align="left"> <img src="./assets/Image2Video.png" alt="HaiperAI Image2Video" width="800"> </p>This node is used to generate a video from a text prompt.
<p align="left"> <img src="./assets/Text2Video.png" alt="HaiperAI Text2Video" width="800"> </p>This node is used to generate four images from a text prompt.
<p align="left"> <img src="./assets/Text2Image.png" alt="HaiperAI Text2Video" width="800"> </p>This node is designed to control video generation through keyframe-based conditioning.
<p align="left"> <img src="./assets/KeyframeConditioning.png" alt="HaiperAI Text2Video" width="800"> </p>Check out workflows folder. You need to install ComfyUI-VideoHelperSuite first, then download the workflow json and import it into ComfyUI.
For more information about the Haiper AI API: Haiper AI API Documentation.
Pricing of API on Haiper AI: Haiper AI Pricing.