Training error.

#2
by razvanab - opened

Hi.
I am trying to use this dataset for "Lora-Training-Frenzi" but I get an error when the training starts.
Is there anything you can do with the dataset to make it work?
Thank you.

https://huggingface.co/lora-training-frenzi


Traceback (most recent call last):

  File "/tmp/script.py", line 885, in <module>

    main()

  File "/tmp/script.py", line 860, in main

    download_dataset("bghira/free-to-use-pixelart", dataset_path)

  File "/tmp/script.py", line 226, in download_dataset

    raise ValueError(f"Structured dataset load completed but produced 0 images for {repo_id}")

ValueError: Structured dataset load completed but produced 0 images for bghira/free-to-use-pixelart```


Owner

it might not be in the required format. i don't know much about ai-toolkit!

https://huggingface.co/datasets/RareConcepts/pixelvision-441k-recap-qwen2.5-vl-3B

this one might work better?

I think the same; it might not be in the right format.

This is not really a pixel art data. It is more like a bunch of 2D and 3D art thrown together. But thanks for the suggestion.
https://huggingface.co/datasets/RareConcepts/pixelvision-441k-recap-qwen2.5-vl-3B

Owner

you have to use pixel group column to filter by the larger group sizes. the pixel group size of 2 is rather disappointing indeed.

bghira changed discussion status to closed

Sign up or log in to comment