Publish character 'kasumi (Blue Archive)' to repository, on 2024-01-11 22:45:49 UTC
Browse files- README.md +81 -0
- dataset-1200.zip +3 -0
- dataset-800.zip +3 -0
- dataset-raw.zip +3 -0
- dataset-stage3-p480-1200.zip +3 -0
- dataset-stage3-p480-800.zip +3 -0
- meta.json +152 -0
- samples/0/clu0-sample0.png +3 -0
- samples/0/clu0-sample1.png +3 -0
- samples/0/clu0-sample2.png +3 -0
- samples/0/clu0-sample3.png +3 -0
- samples/0/clu0-sample4.png +3 -0
- samples/1/clu1-sample0.png +3 -0
- samples/1/clu1-sample1.png +3 -0
- samples/1/clu1-sample2.png +3 -0
- samples/1/clu1-sample3.png +3 -0
- samples/1/clu1-sample4.png +3 -0
- samples/2/clu2-sample0.png +3 -0
- samples/2/clu2-sample1.png +3 -0
- samples/2/clu2-sample2.png +3 -0
- samples/2/clu2-sample3.png +3 -0
- samples/2/clu2-sample4.png +3 -0
- samples/3/clu3-sample0.png +3 -0
- samples/3/clu3-sample1.png +3 -0
- samples/3/clu3-sample2.png +3 -0
- samples/3/clu3-sample3.png +3 -0
- samples/3/clu3-sample4.png +3 -0
README.md
ADDED
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-to-image
|
5 |
+
tags:
|
6 |
+
- art
|
7 |
+
- not-for-all-audiences
|
8 |
+
size_categories:
|
9 |
+
- n<1K
|
10 |
+
---
|
11 |
+
|
12 |
+
# Dataset of kasumi/鬼怒川カスミ/霞 (Blue Archive)
|
13 |
+
|
14 |
+
This is the dataset of kasumi/鬼怒川カスミ/霞 (Blue Archive), containing 403 images and their tags.
|
15 |
+
|
16 |
+
The core tags of this character are `long_hair, horns, ahoge, halo, black_hair, bangs, hair_intakes, yellow_eyes, tail, demon_horns, very_long_hair, fang`, which are pruned in this dataset.
|
17 |
+
|
18 |
+
Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)).
|
19 |
+
|
20 |
+
## List of Packages
|
21 |
+
|
22 |
+
| Name | Images | Size | Download | Type | Description |
|
23 |
+
|:-----------------|---------:|:-----------|:--------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------|
|
24 |
+
| raw | 403 | 627.85 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kasumi_bluearchive/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
|
25 |
+
| 800 | 403 | 294.21 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kasumi_bluearchive/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
|
26 |
+
| stage3-p480-800 | 1088 | 698.65 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kasumi_bluearchive/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
|
27 |
+
| 1200 | 403 | 523.15 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kasumi_bluearchive/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
|
28 |
+
| stage3-p480-1200 | 1088 | 1.06 GiB | [Download](https://huggingface.co/datasets/CyberHarem/kasumi_bluearchive/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
|
29 |
+
|
30 |
+
### Load Raw Dataset with Waifuc
|
31 |
+
|
32 |
+
We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code
|
33 |
+
|
34 |
+
```python
|
35 |
+
import os
|
36 |
+
import zipfile
|
37 |
+
|
38 |
+
from huggingface_hub import hf_hub_download
|
39 |
+
from waifuc.source import LocalSource
|
40 |
+
|
41 |
+
# download raw archive file
|
42 |
+
zip_file = hf_hub_download(
|
43 |
+
repo_id='CyberHarem/kasumi_bluearchive',
|
44 |
+
repo_type='dataset',
|
45 |
+
filename='dataset-raw.zip',
|
46 |
+
)
|
47 |
+
|
48 |
+
# extract files to your directory
|
49 |
+
dataset_dir = 'dataset_dir'
|
50 |
+
os.makedirs(dataset_dir, exist_ok=True)
|
51 |
+
with zipfile.ZipFile(zip_file, 'r') as zf:
|
52 |
+
zf.extractall(dataset_dir)
|
53 |
+
|
54 |
+
# load the dataset with waifuc
|
55 |
+
source = LocalSource(dataset_dir)
|
56 |
+
for item in source:
|
57 |
+
print(item.image, item.meta['filename'], item.meta['tags'])
|
58 |
+
```
|
59 |
+
|
60 |
+
## List of Clusters
|
61 |
+
|
62 |
+
List of tag clustering result, maybe some outfits can be mined here.
|
63 |
+
|
64 |
+
### Raw Text Version
|
65 |
+
|
66 |
+
| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags |
|
67 |
+
|----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
68 |
+
| 0 | 12 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | 1girl, black_shorts, looking_at_viewer, open_mouth, solo, white_coat, blush, collared_shirt, simple_background, sleeves_past_fingers, white_background, labcoat, long_sleeves, open_coat, smile |
|
69 |
+
| 1 | 8 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, blush, collared_shirt, simple_background, smile, solo, white_background, white_coat, labcoat, looking_at_viewer, open_mouth, parted_bangs, black_shorts, sleeves_past_fingers, collarbone, skirt |
|
70 |
+
| 2 | 16 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, barefoot, looking_at_viewer, smile, solo, toes, collared_shirt, labcoat, white_coat, sitting, black_shorts, open_mouth, soles, white_background, blush, sleeves_past_fingers, long_sleeves, foot_focus, foreshortening, simple_background, smug, parted_bangs |
|
71 |
+
| 3 | 9 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, blush, collared_shirt, simple_background, white_background, white_coat, open_mouth, smile, upper_body, brown_hair, long_sleeves, sleeves_past_fingers, solo, looking_at_viewer, closed_eyes |
|
72 |
+
|
73 |
+
### Table Version
|
74 |
+
|
75 |
+
| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | black_shorts | looking_at_viewer | open_mouth | solo | white_coat | blush | collared_shirt | simple_background | sleeves_past_fingers | white_background | labcoat | long_sleeves | open_coat | smile | parted_bangs | collarbone | skirt | barefoot | toes | sitting | soles | foot_focus | foreshortening | smug | upper_body | brown_hair | closed_eyes |
|
76 |
+
|----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:---------------|:--------------------|:-------------|:-------|:-------------|:--------|:-----------------|:--------------------|:-----------------------|:-------------------|:----------|:---------------|:------------|:--------|:---------------|:-------------|:--------|:-----------|:-------|:----------|:--------|:-------------|:-----------------|:-------|:-------------|:-------------|:--------------|
|
77 |
+
| 0 | 12 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | |
|
78 |
+
| 1 | 8 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | | | X | X | X | X | | | | | | | | | | |
|
79 |
+
| 2 | 16 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | | X | X | | | X | X | X | X | X | X | X | | | |
|
80 |
+
| 3 | 9 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | | X | X | X | X | X | X | X | X | X | | X | | X | | | | | | | | | | | X | X | X |
|
81 |
+
|
dataset-1200.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38a4c39572d20a8655ec6bd60572a41cec6163195aa3af035a1159898b181820
|
3 |
+
size 548559477
|
dataset-800.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b783a67177d5edfa66e4bcf887b62a345932acd577ac1be23aba0e6a9ed14878
|
3 |
+
size 308496965
|
dataset-raw.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7f2300ca1ef271303ab8e05e6be0c9f96de02087ab7ac1470a60c472206dfc7
|
3 |
+
size 658347522
|
dataset-stage3-p480-1200.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d3392ae678e26e8d029f252f4d439e6e179f23cc4e38c8d589296592af6cd5b
|
3 |
+
size 1135061646
|
dataset-stage3-p480-800.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eff2540912f51a654afbe8ce2e4d429881e510e49cf65883d53e3878ce19f980
|
3 |
+
size 732590944
|
meta.json
ADDED
@@ -0,0 +1,152 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bangumi": null,
|
3 |
+
"base_size": 403,
|
4 |
+
"clusters": [
|
5 |
+
{
|
6 |
+
"id": 0,
|
7 |
+
"size": 12,
|
8 |
+
"tags": [
|
9 |
+
"1girl",
|
10 |
+
"black_shorts",
|
11 |
+
"looking_at_viewer",
|
12 |
+
"open_mouth",
|
13 |
+
"solo",
|
14 |
+
"white_coat",
|
15 |
+
"blush",
|
16 |
+
"collared_shirt",
|
17 |
+
"simple_background",
|
18 |
+
"sleeves_past_fingers",
|
19 |
+
"white_background",
|
20 |
+
"labcoat",
|
21 |
+
"long_sleeves",
|
22 |
+
"open_coat",
|
23 |
+
"smile"
|
24 |
+
]
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"id": 1,
|
28 |
+
"size": 8,
|
29 |
+
"tags": [
|
30 |
+
"1girl",
|
31 |
+
"blush",
|
32 |
+
"collared_shirt",
|
33 |
+
"simple_background",
|
34 |
+
"smile",
|
35 |
+
"solo",
|
36 |
+
"white_background",
|
37 |
+
"white_coat",
|
38 |
+
"labcoat",
|
39 |
+
"looking_at_viewer",
|
40 |
+
"open_mouth",
|
41 |
+
"parted_bangs",
|
42 |
+
"black_shorts",
|
43 |
+
"sleeves_past_fingers",
|
44 |
+
"collarbone",
|
45 |
+
"skirt"
|
46 |
+
]
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"id": 2,
|
50 |
+
"size": 16,
|
51 |
+
"tags": [
|
52 |
+
"1girl",
|
53 |
+
"barefoot",
|
54 |
+
"looking_at_viewer",
|
55 |
+
"smile",
|
56 |
+
"solo",
|
57 |
+
"toes",
|
58 |
+
"collared_shirt",
|
59 |
+
"labcoat",
|
60 |
+
"white_coat",
|
61 |
+
"sitting",
|
62 |
+
"black_shorts",
|
63 |
+
"open_mouth",
|
64 |
+
"soles",
|
65 |
+
"white_background",
|
66 |
+
"blush",
|
67 |
+
"sleeves_past_fingers",
|
68 |
+
"long_sleeves",
|
69 |
+
"foot_focus",
|
70 |
+
"foreshortening",
|
71 |
+
"simple_background",
|
72 |
+
"smug",
|
73 |
+
"parted_bangs"
|
74 |
+
]
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"id": 3,
|
78 |
+
"size": 9,
|
79 |
+
"tags": [
|
80 |
+
"1girl",
|
81 |
+
"blush",
|
82 |
+
"collared_shirt",
|
83 |
+
"simple_background",
|
84 |
+
"white_background",
|
85 |
+
"white_coat",
|
86 |
+
"open_mouth",
|
87 |
+
"smile",
|
88 |
+
"upper_body",
|
89 |
+
"brown_hair",
|
90 |
+
"long_sleeves",
|
91 |
+
"sleeves_past_fingers",
|
92 |
+
"solo",
|
93 |
+
"looking_at_viewer",
|
94 |
+
"closed_eyes"
|
95 |
+
]
|
96 |
+
}
|
97 |
+
],
|
98 |
+
"core_tags": [
|
99 |
+
"long_hair",
|
100 |
+
"horns",
|
101 |
+
"ahoge",
|
102 |
+
"halo",
|
103 |
+
"black_hair",
|
104 |
+
"bangs",
|
105 |
+
"hair_intakes",
|
106 |
+
"yellow_eyes",
|
107 |
+
"tail",
|
108 |
+
"demon_horns",
|
109 |
+
"very_long_hair",
|
110 |
+
"fang"
|
111 |
+
],
|
112 |
+
"display_name": "kasumi/鬼怒川カスミ/霞 (Blue Archive)",
|
113 |
+
"name": "kasumi (Blue Archive)",
|
114 |
+
"packages": {
|
115 |
+
"1200": {
|
116 |
+
"description": "dataset with the shorter side not exceeding 1200 pixels.",
|
117 |
+
"filename": "dataset-1200.zip",
|
118 |
+
"package_size": 548559477,
|
119 |
+
"size": 403,
|
120 |
+
"type": "IMG+TXT"
|
121 |
+
},
|
122 |
+
"800": {
|
123 |
+
"description": "dataset with the shorter side not exceeding 800 pixels.",
|
124 |
+
"filename": "dataset-800.zip",
|
125 |
+
"package_size": 308496965,
|
126 |
+
"size": 403,
|
127 |
+
"type": "IMG+TXT"
|
128 |
+
},
|
129 |
+
"raw": {
|
130 |
+
"description": "Raw data with meta information (min edge aligned to 1400 if larger).",
|
131 |
+
"filename": "dataset-raw.zip",
|
132 |
+
"package_size": 658347522,
|
133 |
+
"size": 403,
|
134 |
+
"type": "Waifuc-Raw"
|
135 |
+
},
|
136 |
+
"stage3-p480-1200": {
|
137 |
+
"description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
|
138 |
+
"filename": "dataset-stage3-p480-1200.zip",
|
139 |
+
"package_size": 1135061646,
|
140 |
+
"size": 1088,
|
141 |
+
"type": "IMG+TXT"
|
142 |
+
},
|
143 |
+
"stage3-p480-800": {
|
144 |
+
"description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
|
145 |
+
"filename": "dataset-stage3-p480-800.zip",
|
146 |
+
"package_size": 732590944,
|
147 |
+
"size": 1088,
|
148 |
+
"type": "IMG+TXT"
|
149 |
+
}
|
150 |
+
},
|
151 |
+
"version": "v1.5"
|
152 |
+
}
|
samples/0/clu0-sample0.png
ADDED
Git LFS Details
|
samples/0/clu0-sample1.png
ADDED
Git LFS Details
|
samples/0/clu0-sample2.png
ADDED
Git LFS Details
|
samples/0/clu0-sample3.png
ADDED
Git LFS Details
|
samples/0/clu0-sample4.png
ADDED
Git LFS Details
|
samples/1/clu1-sample0.png
ADDED
Git LFS Details
|
samples/1/clu1-sample1.png
ADDED
Git LFS Details
|
samples/1/clu1-sample2.png
ADDED
Git LFS Details
|
samples/1/clu1-sample3.png
ADDED
Git LFS Details
|
samples/1/clu1-sample4.png
ADDED
Git LFS Details
|
samples/2/clu2-sample0.png
ADDED
Git LFS Details
|
samples/2/clu2-sample1.png
ADDED
Git LFS Details
|
samples/2/clu2-sample2.png
ADDED
Git LFS Details
|
samples/2/clu2-sample3.png
ADDED
Git LFS Details
|
samples/2/clu2-sample4.png
ADDED
Git LFS Details
|
samples/3/clu3-sample0.png
ADDED
Git LFS Details
|
samples/3/clu3-sample1.png
ADDED
Git LFS Details
|
samples/3/clu3-sample2.png
ADDED
Git LFS Details
|
samples/3/clu3-sample3.png
ADDED
Git LFS Details
|
samples/3/clu3-sample4.png
ADDED
Git LFS Details
|