RhebaReaux
Regular Member
- Mar 12, 2022
- 264
- 205
There are plenty of threads on here talking about how to make money with AI-generated videos. One question often asked is how to create the videos without needing to pay for a monthly subscription. I came across an awesome free tool (completely free - no catch or upsell) that can create videos in bulk using AI. You will need an OpenAI key (Google how to do that) a Pexels API key and an 11Labs API key (for realistic text-to-speech) - all of them available for free (but obvs OpenAI charges for usage - it's very cheap), although the 11Labs one is limited. There's a free text to speech alternative (EdgeTTS) that doesn't sound quite as good but adequate for many purposes.
Once you have these three keys, go to https://colab.research.google.com/drive/1_2UKdpF6lqxCqWaAcZb3rwMVQqtbisdE?usp=sharing
This is like a remote desktop - you will be running an instance of a Python script on Google's servers - so no need to download anything.
You now have three choices:
Hope you like this!
Once you have these three keys, go to https://colab.research.google.com/drive/1_2UKdpF6lqxCqWaAcZb3rwMVQqtbisdE?usp=sharing
This is like a remote desktop - you will be running an instance of a Python script on Google's servers - so no need to download anything.
- In the top right corner click "Connect" and wait for the green check mark
- In the "Runtme" drop down, click "Run all" - click "Run anyway" in the Google warning popup box. Don't worry, nothing terrible will happen!
- Wait for the scripts to run (2 mins or so.) Scroll down to the bottom of the page and click the "Running on public URL" link (it's a gradio.live link)
You now have three choices:
- Create shorts in bulk - try playing around with the settings - it's all pretty intuitive
- Create specific videos in landscape or portrait using a complex AI prompt.
- Create translations of existing videos (good for reproducing viral videos in a different language)
Hope you like this!