Add video generation API with job tracking and model loading
This commit is contained in:
@@ -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"}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user