hollowstrawberry/kohya-colab

How to properly train a multiple folders training project?

Closed this issue · 3 comments

I tried to set up and train a multiple folders training project. I set up the dataset_config exactly in the format your template suggested, but the trainer returned "Error: Your custom dataset is invalid or contains an error! Please check the original template.".

Can you show me your dataset_config?

[[datasets]]

[[datasets.subsets]]
num_repeats = 3
image_dir = "/content/drive/MyDrive/Loras/annie/dataset/body"

[[datasets.subsets]]
num_repeats = 3
image_dir = "/content/drive/MyDrive/Loras/annie/dataset/face"

I think this may be fixed by now. Otherwise I was not able to reproduce it.