Add video generation API with job tracking and model loading

This commit is contained in:
2026-06-03 18:58:11 -04:00
parent bd0cd4f9ff
commit ab580a2004
11 changed files with 388 additions and 68 deletions
-1
View File
@@ -8,7 +8,6 @@ import aiosqlite
from pydantic import BaseModel
VALID_FRAME_COUNTS = {8 * n + 1 for n in range(1, 129)}
VALID_STATUSES = {"pending", "processing", "completed", "failed"}