Add video generation API with job tracking and model loading
This commit is contained in:
@@ -17,6 +17,7 @@ class Settings(BaseSettings):
|
||||
ltx_spatial_upsampler: str = "models/ltx-2.3-spatial-upscaler-x2-1.1.safetensors"
|
||||
ltx_device: str = "cuda"
|
||||
ltx_quantization: str = "fp8_cast"
|
||||
ltx_gemma_quantization: str = ""
|
||||
|
||||
ltx_loras: list[str] = []
|
||||
|
||||
@@ -30,6 +31,7 @@ class Settings(BaseSettings):
|
||||
default_fps: float = 24.0
|
||||
default_width: int = 768
|
||||
default_height: int = 512
|
||||
max_frame_count: int = 1601
|
||||
|
||||
# Concurrency
|
||||
max_concurrent_jobs: int = 1
|
||||
|
||||
Reference in New Issue
Block a user