Skip to content

Commit

Permalink
fix(typo): captions path in disney dataset (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
badayvedat authored Jan 22, 2025
1 parent da9d7d9 commit 0303f51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export FINETRAINERS_LOG_LEVEL=DEBUG
GPU_IDS="0,1"

DATA_ROOT="/path/to/video-dataset-disney"
CAPTION_COLUMN="prompts.txt"
CAPTION_COLUMN="prompt.txt"
VIDEO_COLUMN="videos.txt"
OUTPUT_DIR="/path/to/output/directory/ltx-video/ltxv_disney"

Expand Down
2 changes: 1 addition & 1 deletion training/train_image_to_video_sft.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ACCELERATE_CONFIG_FILE="accelerate_configs/deepspeed.yaml"
# This example assumes you downloaded an already prepared dataset from HF CLI as follows:
# huggingface-cli download --repo-type dataset Wild-Heart/Disney-VideoGeneration-Dataset --local-dir /path/to/my/datasets/disney-dataset
DATA_ROOT="/path/to/my/datasets/video-dataset-disney"
CAPTION_COLUMN="prompts.txt"
CAPTION_COLUMN="prompt.txt"
VIDEO_COLUMN="videos.txt"
MODEL_PATH="THUDM/CogVideoX1.5-5B-I2V"

Expand Down

0 comments on commit 0303f51

Please sign in to comment.