Datasets:
| license: other | |
| task_categories: | |
| - image-to-image | |
| language: | |
| - en | |
| size_categories: | |
| - n<1K | |
| pretty_name: LoRA Training Datasets | |
| tags: | |
| - lora | |
| - anime | |
| - illustration | |
| - training-data | |
| # LoRA Training Datasets | |
| A collection of illustration datasets for training style/character LoRAs. | |
| ## Structure | |
| Each artist/character has its own subdirectory: | |
| - `shiratama/` — しらたま❄ (Pixiv ID: 705370) — 99 illustrations | |
| ## Usage | |
| ```python | |
| from datasets import load_dataset | |
| # Load specific character subset | |
| ds = load_dataset("huanx/lora-datasets", data_dir="shiratama") | |
| ``` | |
| ## Notes | |
| - Original artwork by respective artists | |
| - For personal LoRA training use only | |
| - Please respect artists' terms and preferences | |