Nodes Browser
ComfyDeploy: How comfyui_lumaAPI works in ComfyUI?
What is comfyui_lumaAPI?
Unofficial Luma API-ComfyUI version.[w/WARN: This project is for learning purpose only!]
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
comfyui_lumaAPI
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
Unofficial Luma API-ComfyUI version
WARNING: This project is for learning purpose only!
Installation
- cd custom_nodes
- git clone https://github.com/superyoman/comfyui_lumaAPI.git
- If necessary: pip install -r requirements.txt
- Restart ComfyUI
Info
- Login https://lumalabs.ai/.
- Use Chrome or other browsers to inspect the network requests (F12 -> XHR).
- Copy the cookie to key.json
- Use image_generation.json (in workflow) for Luma image2video generation.
- Get the result id, record saved in output/luma video/record_id.txt.
- Use check_result.json to retrieve the video link if Luma generation has finished. The video will be downloaded automatically if the download option is set to true.
- Video will be saved in output/luma video folder.