English | English (alt) | العربية
Simply provide a topic or keyword for a video, and it will automatically generate the video copy, video materials, video subtitles, and video background music before synthesizing a high-definition short video.
Thanks to AIHubMix for sponsoring this project. AIHubMix deeply adapts to OpenAI, Claude, Gemini, DeepSeek, Zhipu, Qwen, and other leading models, providing one-stop access to GPT-5.5, deepseek-v4-flash, and 700+ models including free options with production-grade stability.
- Complete MVC architecture, clearly structured code, easy to maintain, supports both
APIandWeb interface - Supports AI-generated video copy, as well as customized copy
- Supports various high-definition video sizes
- Portrait 9:16,
1080x1920 - Landscape 16:9,
1920x1080
- Portrait 9:16,
- Supports batch video generation, allowing the creation of multiple videos at once, then selecting the most satisfactory one
- Supports setting the duration of video clips, facilitating adjustments to material switching frequency
- Supports video copy in both Chinese and English
- Supports multiple voice synthesis, with real-time preview of effects
- Supports subtitle generation, with adjustable
font,position,color,size, and also supportssubtitle outlining - Supports background music, either random or specified music files, with adjustable
background music volume - Video material sources are high-definition and royalty-free, and you can also use your own local materials
- Supports multiple stock video providers: Pexels, Pixabay, and Coverr (free HD/4K stock videos, subject to Coverr license terms; mostly 16:9 landscape; register at coverr.co/developers, Demo tier 50 requests/hour)
- Supports integration with various models such as OpenAI, AIHubMix, Moonshot, Azure, gpt4free, one-api, Qwen, Google Gemini, Ollama, DeepSeek, MiniMax, ERNIE, Pollinations, ModelScope and more
More realistic synthesized voices |
||
|---|---|---|
demo-portrait-1.mp4 |
default.mp4 |
demo-portrait-2.mp4 |
demo-landscape.mp4 |
demo-landscape-2.mp4 |
- Recommended platforms: Windows 10+, macOS 11+, or a mainstream Linux distribution
- A GPU is not required, but it is recommended if you want faster local transcription, faster video processing, or smoother batch generation
| Item | Minimum | Recommended | Optimal |
|---|---|---|---|
| CPU | 4 cores | 6 to 8 cores | 8+ cores |
| RAM | 4 GB | 8 GB | 16+ GB |
| GPU | Not required | 4+ GB VRAM | 8+ GB VRAM |
- If you mainly rely on cloud LLMs, cloud TTS, and online material sources, CPU and RAM matter more than GPU
- If you use
faster-whisper, batch generation, or heavier local processing, a GPU will improve throughput noticeably
- Windows users: use the one-click package first for the fastest local trial
- MacOS / Linux users: use
uv sync --frozenfor the primary local setup path - If you want a more isolated runtime: use Docker deployment
Want to try MoneyPrinterTurbo without setting up a local environment? Run it directly in Google Colab!
The downloadable package is still the older v1.2.6 bundled build. After downloading, run update.bat first to bring it up to the latest code.
- Baidu Netdisk (v1.2.6): https://pan.baidu.com/s/1wg0UaIyXpO3SqIpaq790SQ?pwd=sbqx Code: sbqx
- Google Drive (v1.2.6): https://drive.google.com/file/d/1HsbzfT7XunkrCrHw5ncUjFX8XX4zAuUh/view?usp=sharing
After downloading, it is recommended to double-click update.bat first to update to the latest code, then double-click start.bat to launch.
After launching, the browser will open automatically (if it opens blank, it is recommended to use Chrome or Edge).
- Avoid using paths with non-ASCII characters or spaces to prevent unexpected issues
- Ensure your network connection is working; if using a VPN, enable global traffic mode
git clone https://github.com/harry0703/MoneyPrinterTurbo.git- Copy
config.example.tomland rename it toconfig.toml - Follow the instructions in
config.tomlto configurepexels_api_keysandllm_provider, then set the corresponding API Key for your chosen provider - To use the recommended multi-model provider, set
llm_providertoaihubmixand enter the corresponding API Key
If you haven't installed Docker, please install it first https://www.docker.com/products/docker-desktop/
If you are using a Windows system, please refer to Microsoft's documentation:
- https://learn.microsoft.com/en-us/windows/wsl/install
- https://learn.microsoft.com/en-us/windows/wsl/tutorials/wsl-containers
cd MoneyPrinterTurbo
docker-compose upNote: The latest version of Docker installs docker compose as a plugin automatically; the start command becomes
docker compose up
Open your browser and visit http://127.0.0.1:8501
Open your browser and visit http://127.0.0.1:8080/docs or http://127.0.0.1:8080/redoc
Video tutorials
- Full usage demo: https://v.douyin.com/iFhnwsKY/
- How to deploy on Windows: https://v.douyin.com/iFyjoW3M
It is recommended to use uv to manage the Python environment and dependencies, with Python 3.11 as the default runtime.
git clone https://github.com/harry0703/MoneyPrinterTurbo.git
cd MoneyPrinterTurbo
uv python install 3.11
uv sync --frozenIf you are not using uv yet, you can still use venv + pip.
python3.11 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtNotes:
pyproject.tomlis the primary dependency manifestuv.lockpins the resolved environment;uv sync --frozenis recommended by defaultrequirements.txtis kept only for legacypip-based installation
Run the following commands from the root directory of the MoneyPrinterTurbo project.
.\webui.batYou can also run webui.bat in CMD.
webui.bat prefers the project .venv or bundled Python from the portable package. If no project Python is found but uv is installed, it automatically falls back to uv run streamlit.
To allow other devices on your LAN to access the WebUI, run set MPT_WEBUI_HOST=0.0.0.0 before running webui.bat.
uv run streamlit run ./webui/Main.py --browser.gatherUsageStats=FalseIf you have already activated the virtual environment manually, you can also run:
sh webui.shAfter launching, the browser will open automatically (if it opens blank, use Chrome or Edge).
uv run python main.pyIf you have already activated the virtual environment manually, you can also run:
python main.pyDue to the deployment and usage of this project having a certain threshold for some beginner users, we would
like to express our special thanks to RecCloud (AI-Powered Multimedia Service Platform) for providing a free
AI Video Generator service based on this project. It allows for online use without deployment, which is very convenient.
- Chinese version: https://reccloud.cn
- English version: https://reccloud.com
Thanks to Picwish https://picwish.com for supporting and sponsoring this project, enabling continuous updates and maintenance.
Picwish focuses on the image processing field, providing a rich set of image processing tools that extremely simplify complex operations, truly making image processing easier.
A list of all supported voices can be viewed here: Voice List
The default TTS provider is Edge TTS (free, no API key required). In the WebUI it appears as "Azure TTS V1" — both refer to the same free service. To switch voices, set voice_name in config.toml or select one from the WebUI voice dropdown.
Note: "Azure TTS V1" (Edge TTS, free) and "Azure TTS V2" (paid Azure Speech SDK) are two different options in the WebUI. Only V2 requires an Azure API key.
To use higher-quality Azure TTS V2 voices, configure your Azure Speech credentials in config.toml:
[azure]
speech_key = "your-azure-speech-key"
speech_region = "eastus"Azure TTS V2 voices require an Azure Speech Services subscription. The 9 Azure voices added in v1.1.2 sound noticeably more natural than Edge TTS for most use cases.
Currently, there are 2 ways to generate subtitles:
- edge: Uses Edge TTS timestamps to align subtitles. Fast, no GPU required, works on any machine. Accuracy depends on the TTS timing signal — occasionally misaligns on complex sentences.
- whisper: Runs
faster-whisperlocally to transcribe the generated audio and produce word-level timestamps. Slower (a few seconds to ~1 minute per clip on CPU depending on model size), requires downloading a model (~250 MB forlarge-v3-turbo, ~3 GB forlarge-v3), but produces more accurate subtitles regardless of TTS provider.
You can switch between them by modifying subtitle_provider in config.toml.
It is recommended to start with edge mode and switch to whisper if subtitle quality is not satisfactory.
Note:
- In whisper mode, you need to download a model file from HuggingFace (~3 GB); ensure good internet connectivity
- If left blank, no subtitles will be generated
Since HuggingFace may not be accessible in some regions, you can use the following links to download the
whisper-large-v3model manually:
Download links:
- Baidu Netdisk: https://pan.baidu.com/s/11h3Q6tsDtjQKTjUu3sc5cA?pwd=xjs9
- Quark Netdisk: https://pan.quark.cn/s/3ee3d991d64b
After downloading the model, extract it and place the entire directory in .\MoneyPrinterTurbo\models.
The final file path should look like this: .\MoneyPrinterTurbo\models\whisper-large-v3
MoneyPrinterTurbo
├─models
│ └─whisper-large-v3
│ config.json
│ model.bin
│ preprocessor_config.json
│ tokenizer.json
│ vocabulary.json
Background music for videos is located in the project's resource/songs directory.
The current project includes some default music from YouTube videos. If there are copyright issues, please delete them.
Fonts for rendering video subtitles are located in the project's resource/fonts directory. You can also add your own fonts.
Normally, ffmpeg will be automatically downloaded and detected. However, if your environment has issues preventing automatic downloads, you may encounter the following error:
RuntimeError: No ffmpeg exe could be found.
Install ffmpeg on your system, or set the IMAGEIO_FFMPEG_EXE environment variable.
In this case, you can download ffmpeg from https://www.gyan.dev/ffmpeg/builds/, unzip it, and set ffmpeg_path to your actual installation path.
[app]
# Set according to your actual path; note that Windows path separators are \\
ffmpeg_path = "C:\\Users\\harry\\Downloads\\ffmpeg.exe"This error no longer applies to the current version.
Since the project upgraded to MoviePy 2.x, subtitle rendering uses Pillow instead of ImageMagick. You do not need to install ImageMagick. If you are seeing this error, you may be running an older version of the code — run
git pullto update, or useupdate.baton Windows.
This issue is caused by the system's limit on the number of open files.
Check the current limit:
ulimit -nIf it's too low, increase it, for example:
ulimit -n 10240LocalEntryNotFoundError: Cannot find an appropriate cached snapshot folder for the specified revision on the local disk and
outgoing traffic has been disabled.
To enable repo look-ups and downloads online, pass 'local_files_only=False' as input.
or
An error occurred while synchronizing the model Systran/faster-whisper-large-v3 from the Hugging Face Hub:
An error happened while trying to locate the files on the Hub and we cannot find the appropriate snapshot folder for the
specified revision on the local disk. Please check your internet connection and try again.
Trying to load the model directly from the local cache, if it exists.
Solution: Click to see how to manually download the model from netdisk
- You can submit an issue or a pull request.
Click to view the LICENSE file



