comfyui_lumaAPI

comfyui_lumaAPI
★ 21

集成Luma APIComfyUI 插件实验性/学习用
ComfyUI 的非官方 Luma API 集成节点,便于在 ComfyUI 中调用 Luma 服务与功能(实验性、仅供学习)
💡 在 ComfyUI 中实验性地调用 Luma API 接入外部 Luma 功能
🍴 4 Forks💻 Python🔄 2024-06-17
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/f414772aa5c3
📦 requirements.txt
requests
Pillow
📄 README

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.