Skip to main content

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

luma_creator-0.0.1.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

luma_creator-0.0.1-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

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