Update app.py
Browse files
app.py
CHANGED
|
@@ -170,6 +170,7 @@ class LTX23NegativePromptTwoStagePipeline:
|
|
| 170 |
enhance_prompt: bool = False,
|
| 171 |
streaming_prefetch_count: int | None = None,
|
| 172 |
max_batch_size: int = 1,
|
|
|
|
| 173 |
stage_1_sigmas: torch.Tensor | None = None,
|
| 174 |
stage_2_sigmas: torch.Tensor = STAGE_2_DISTILLED_SIGMAS,
|
| 175 |
video_guider_params: MultiModalGuiderParams | None = None,
|
|
|
|
| 170 |
enhance_prompt: bool = False,
|
| 171 |
streaming_prefetch_count: int | None = None,
|
| 172 |
max_batch_size: int = 1,
|
| 173 |
+
num_inference_steps: int = 8,
|
| 174 |
stage_1_sigmas: torch.Tensor | None = None,
|
| 175 |
stage_2_sigmas: torch.Tensor = STAGE_2_DISTILLED_SIGMAS,
|
| 176 |
video_guider_params: MultiModalGuiderParams | None = None,
|