Skip to content

Commit b09aa0b

Browse files
committed
feat: Add dataset and job management
- Introduced dataset management functionalities in a new dataset_manager.py file, including dataset creation, validation, and video scene splitting. - Added job management system with a new job database and worker scripts for processing training jobs. - Implemented a command-line interface for training that integrates with the job queue system. - Created a script to start both the Gradio UI and the queue worker simultaneously.
1 parent 31b1273 commit b09aa0b

File tree

9 files changed

+3688
-1
lines changed

9 files changed

+3688
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,7 @@ configs/*.yaml
2626
!configs/ltxv_2b_full.yaml
2727
!configs/ltxv_2b_lora.yaml
2828
!configs/ltxv_2b_lora_low_vram.yaml
29-
outputs
29+
outputs/
30+
datasets/
31+
training_data/
32+
*.db

0 commit comments

Comments
 (0)