- Gemini API: visit the website to get your API Key, and in
config/.env, insert:GEMINI_API_KEY={YOUR_OWN_API_KEY} - Server: An GPU w/ 20GB VRAM is recommended.
-
This project uses Python 3.10, and needs libreoffice & poppler to be installed. The installation subjects to the OS.
-
Install dependencies:
pip install -r requirements.txt
python -m scripts.T2V_pipeline \
-r "REQUIREMENT_PROMPT" \
-p "PERSONA_PROMPT" \
[-c config/default.yaml] \
[-o final_video.mp4] \
[-d ./output]