merge: modules/ltx/ltx_process.py

pull/4690/head
vladmandic 2026-03-13 12:01:36 +01:00
parent f6ed1a92a4
commit 14ec021eae
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ def run_ltx(task_id,
except Exception: except Exception:
aac_sample_rate = 24000 aac_sample_rate = 24000
num_frames, video_file = save_video( num_frames, video_file, _thumb = save_video(
p=p, p=p,
pixels=frames, pixels=frames,
audio=audio, audio=audio,