mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:41:09 +02:00
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>
20 lines
317 B
Text
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
|