Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -226,7 +226,7 @@ class LTX23DistilledA2VPipeline:
|
|
| 226 |
)
|
| 227 |
|
| 228 |
def stage1_denoising_loop(sigmas: torch.Tensor, video_state, audio_state, stepper: DiffusionStepProtocol):
|
| 229 |
-
return
|
| 230 |
sigmas=sigmas,
|
| 231 |
video_state=video_state,
|
| 232 |
audio_state=audio_state,
|
|
|
|
| 226 |
)
|
| 227 |
|
| 228 |
def stage1_denoising_loop(sigmas: torch.Tensor, video_state, audio_state, stepper: DiffusionStepProtocol):
|
| 229 |
+
return euler_denoising_loop(
|
| 230 |
sigmas=sigmas,
|
| 231 |
video_state=video_state,
|
| 232 |
audio_state=audio_state,
|