Commit Graph

3 Commits

Author SHA1 Message Date
mteehan ab580a2004 Add video generation API with job tracking and model loading 2026-06-03 18:58:11 -04:00
mteehan bd0cd4f9ff Lint fixes, add .env.example, fix fp8_scaled_mm import path
- Remove unused imports (typing.Optional in config.py, uuid in models.py)
- Fix fp8_scaled_mm to use build_policy(checkpoint_path)
- Add .env.example with all configuration options
2026-06-01 19:47:45 -04:00
mteehan 2d50679ec0 Initial commit: Revids REST API for LTX-2.3 image-to-video generation
- FastAPI with job polling: POST /generate, GET /jobs/{id}, /download, /health
- SQLite job persistence (aiosqlite), background task processing
- LTX-2.3 DistilledPipeline via native ltx-pipelines (editable install from submodule)
- Configurable model paths, LoRA support, FP8 quantization via env vars
- Single-concurrency GPU lock for safe inference
- LTX-2 as git submodule under libs/
2026-05-31 06:03:08 -04:00