managarten/services/mana-video-gen/requirements.txt
Till JS 06107f6a52 feat(mana-video-gen): add AI video generation service with LTX-Video
New GPU service for fast text-to-video generation using LTX-Video (~2B params)
on the RTX 3090. Generates 480p clips in 10-30 seconds, uses ~10GB VRAM.
Includes Cloudflare Tunnel route, Prometheus monitoring, and health checks.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 01:17:47 +02:00

20 lines
317 B
Text

# Web Framework
fastapi>=0.115.0
uvicorn[standard]>=0.34.0
python-multipart>=0.0.20
# ML / Video Generation
torch>=2.5.0
diffusers>=0.32.0
transformers>=4.46.0
accelerate>=1.2.0
sentencepiece>=0.2.0
# Video Processing
imageio[ffmpeg]>=2.36.0
pillow>=10.0.0
numpy>=1.26.0
# Utilities
aiofiles>=24.1.0
httpx>=0.27.0