huanx commited on
Commit
176bb5f
·
verified ·
1 Parent(s): 0108a15

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ task_categories:
4
+ - image-to-image
5
+ language:
6
+ - en
7
+ size_categories:
8
+ - n<1K
9
+ pretty_name: LoRA Training Datasets
10
+ tags:
11
+ - lora
12
+ - anime
13
+ - illustration
14
+ - training-data
15
+ ---
16
+
17
+ # LoRA Training Datasets
18
+
19
+ A collection of illustration datasets for training style/character LoRAs.
20
+
21
+ ## Structure
22
+
23
+ Each artist/character has its own subdirectory:
24
+
25
+ - `shiratama/` — しらたま❄ (Pixiv ID: 705370) — 99 illustrations
26
+
27
+ ## Usage
28
+
29
+ ```python
30
+ from datasets import load_dataset
31
+
32
+ # Load specific character subset
33
+ ds = load_dataset("huanx/lora-datasets", data_dir="shiratama")
34
+ ```
35
+
36
+ ## Notes
37
+
38
+ - Original artwork by respective artists
39
+ - For personal LoRA training use only
40
+ - Please respect artists' terms and preferences