AI Video Generation with Tencent Hunyuan - Open source video generation on Google Colab
0
stars
0
commits
Python
primary language
May 2, 2026
updated
This project provides open-source tools for AI-powered video generation using Tencent Hunyuan model, running on Google Colab.
# Clone the repository
git clone https://github.com/Lswitch18/videoAI-generate.git
cd videoAI-generate
# Install dependencies
pip install -r requirements.txt
install_hunyuan.sh in Google Colabbrain_hunyuan.py or gerar_video.py to generate videosfrom brain_hunyuan import generate_video
# Generate video from prompt
video_path = generate_video(
prompt="A beautiful sunset over the ocean with waves",
duration=5,
fps=30
)
print(f"Video saved to: {video_path}")
videoAI-generate/
├── brain.py # Main brain module
├── brain_hunyuan.py # Hunyuan integration
├── gerar_video.py # Video generation script
├── install_hunyuan.sh # Colab installation script
├── requirements.txt # Python dependencies
├── agent.md # Agent configuration
├── README.md # This file
└── docs/ # Additional documentation
| Technology | Description |
|---|---|
| Python 3.x | Programming language |
| Hunyuan | Tencent video generation model |
| OpenCV | Video processing |
| Google Colab | Free cloud computing |
| PyTorch | Deep learning framework |
git checkout -b feature/nova-funcionalidade)git commit -m 'feat: nova funcionalidade')git push origin feature/nova-funcionalidade)MIT License - Copyright (c) 2024
For questions or suggestions, please open an issue on GitHub.
Python
71.4%
Shell
28.6%
AI Video Generation with Tencent Hunyuan - Open source video generation on Google Colab
0
stars
0
commits
Python
primary language
May 2, 2026
updated
This project provides open-source tools for AI-powered video generation using Tencent Hunyuan model, running on Google Colab.
# Clone the repository
git clone https://github.com/Lswitch18/videoAI-generate.git
cd videoAI-generate
# Install dependencies
pip install -r requirements.txt
install_hunyuan.sh in Google Colabbrain_hunyuan.py or gerar_video.py to generate videosfrom brain_hunyuan import generate_video
# Generate video from prompt
video_path = generate_video(
prompt="A beautiful sunset over the ocean with waves",
duration=5,
fps=30
)
print(f"Video saved to: {video_path}")
videoAI-generate/
├── brain.py # Main brain module
├── brain_hunyuan.py # Hunyuan integration
├── gerar_video.py # Video generation script
├── install_hunyuan.sh # Colab installation script
├── requirements.txt # Python dependencies
├── agent.md # Agent configuration
├── README.md # This file
└── docs/ # Additional documentation
| Technology | Description |
|---|---|
| Python 3.x | Programming language |
| Hunyuan | Tencent video generation model |
| OpenCV | Video processing |
| Google Colab | Free cloud computing |
| PyTorch | Deep learning framework |
git checkout -b feature/nova-funcionalidade)git commit -m 'feat: nova funcionalidade')git push origin feature/nova-funcionalidade)MIT License - Copyright (c) 2024
For questions or suggestions, please open an issue on GitHub.
Python
71.4%
Shell
28.6%