Skip to main content
2025 Python Packaging Survey is now live!  Take the survey now

High quality video generation by https://lumalabs.ai/. Reverse engineered API.

Project description

IdeoImageCreator

Fork from https://github.com/danaigc/DreamMachineAPI About High quality video generation by lumalabs.ai. Reverse engineered API.

image

video

How to

  • Login https://lumalabs.ai/ and generate video.
  • Use Chrome or other browsers to inspect the network requests (F12 -> XHR).
  • Clone this REPO -> git clone https://github.com/yihong0618/IdeoImageCreator.git
  • Copy the cookie. Export LUMA_COOKIE='xxxxx'.

Usage

python -m luma --prompt 'make this picture alive' -I a.png

or

pip install -U luma-creator 
from luma import VideoGen
i = VideoGen('cookie', 'image_url' ) # Replace 'cookie', image_url with your own
print(i.get_limit_left())
i.save_video("a blue cyber dream", './output')

Thanks

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page