dagloop5 commited on
Commit
c13e374
·
verified ·
1 Parent(s): 9ad9a2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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,