2d50679ec0
- 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/
8 lines
150 B
Plaintext
8 lines
150 B
Plaintext
fastapi>=0.115.0
|
|
uvicorn[standard]>=0.33.0
|
|
python-multipart>=0.0.12
|
|
Pillow>=11.0.0
|
|
aiosqlite>=0.20.0
|
|
pydantic-settings>=2.6.0
|
|
imageio[ffmpeg]>=2.34.0
|