-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--caption_column to be path error #302
Comments
Could you share how you're launching the training? |
I am using the following script provided in the docs: `#!/bin/bash export WANDB_MODE="offline" GPU_IDS="0,1" DATA_ROOT="/path/to/dataset" ID_TOKEN="afkx" Model argumentsmodel_cmd="--model_name hunyuan_video Dataset argumentsdataset_cmd="--data_root $DATA_ROOT Dataloader argumentsdataloader_cmd="--dataloader_num_workers 0" Diffusion argumentsdiffusion_cmd="" Training argumentstraining_cmd="--training_type lora Optimizer argumentsoptimizer_cmd="--optimizer adamw Miscellaneous argumentsmiscellaneous_cmd="--tracker_name finetrainers-hunyuan-video cmd="accelerate launch --config_file accelerate_configs/uncompiled_8.yaml --gpu_ids $GPU_IDS train.py echo "Running command: $cmd" I am running the script above and getting the --caption_column error |
I think you use latest version with legacy script. In this case, you need to set a path to your dataset file ( |
Hi, it seems like you're using the examples from version v0.0.1 (https://github.com/a-r-r-o-w/finetrainers/tree/v0.0.1) with the current otherwise checkout to the specific tag for the release. The latest examples are unlikely to change across multiple future versions so you can expect stable support going forward |
I am already checked out at v0.0.1 branch while running the above mentioned script. When using main branch, how to start a training on Disney dataset across LTXVideo or Hunyuan models? How can we differentiate the training between image2video and text2video training? Kindly advice. |
I am gettng following error while training Hunyuan or LTX-Video models
Also, how can one differentiate a training between t2v and i2v during training via bash script provided?
Kindly advice.
The text was updated successfully, but these errors were encountered: