Tryng to train on custome dataset but not working "--caption_column` value 'text' not found"

i try formatting the the dataset to how the example was downloading
{“text”: “pale golden rod circle with old lace background”, “image”: “images/0.png”, “conditioning_image”: “conditioning_images/0.png”}
putting the images in the same directory iun that format but it simpyl does not work

I but keep getting this error

ValueError: --caption_column value ‘text’ not found in dataset columns. Dataset columns are: image, label

im not sure what else i am suppose to do?

You need to create a dataset script to train on a custom dataset, but based on the error, you seem to be using the imagefolder loader (doesn’t support datasets with more than one image column) to build the dataset. Let us know if you need help writing the script.

I have encountered the same problem as described here, so how should I solve this problem?