Automated PR - 2026-06-17

This commit is contained in:
github-actions[bot]
2026-06-17 14:21:07 +00:00
parent d6053703e0
commit f4b06fb977
103 changed files with 12887 additions and 3665 deletions
+21 -1
View File
@@ -17,8 +17,10 @@ checkpoints/
# Other files
.DS_Store
tmp
.wandb
projects/
tmp
wandb/
# Model checkpoints
*.ckpt
@@ -36,6 +38,7 @@ tmp
*.json
*.m4a
*.mov
*.mp3
*.mp4
*.png
*.wav
@@ -45,5 +48,22 @@ tmp
!packages/ltx-pipelines/tests/assets/expected_hdr_ic_lora_exr/frame_*.exr
!packages/ltx-pipelines/tests/assets/hdr_ic_lora_test_input.mp4
# Text-to-audio (T2A) e2e test baseline (checked in via Git LFS)
!packages/ltx-pipelines/tests/assets/expected_t2a_one_stage_ltx2_3.wav
# ltx-bench Grafana dashboards (source of truth in the repo)
!packages/ltx-bench/grafana/*.json
# ltx-trainer E2E test dataset (committed via Git LFS).
# The target_audio/ and reference_audio/ subdirectories are populated lazily at test runtime
# (high-bitrate MP3 extracted from target_videos, plus a low-bitrate MP3 reference); their
# contents stay gitignored via the root *.mp3 rule above.
!packages/ltx-trainer/tests/assets/test_dataset/dataset.json
!packages/ltx-trainer/tests/assets/test_dataset/target_videos/*.mp4
!packages/ltx-trainer/tests/assets/test_dataset/reference_videos/*.mp4
!packages/ltx-trainer/tests/assets/test_dataset/conditioning/first_frame.jpg
!packages/ltx-trainer/tests/assets/test_dataset/conditioning/video_mask.png
!packages/ltx-trainer/tests/assets/test_dataset/conditioning/audio_mask.pt
# Binary files
*.so