ComfyOnline
comfyui_lumaAPI

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

1

  • 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.