Publish character 'ulsulah_arknights' to repository, on 2024-05-11 02:03:53 CST
Browse files- README.md +72 -0
- dataset-raw.zip +3 -0
- dataset-stage3-p180-1200.zip +3 -0
- meta.json +68 -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
README.md
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 Ulšulah/厄尔苏拉 (Arknights)
|
13 |
+
|
14 |
+
This is the dataset of Ulšulah/厄尔苏拉 (Arknights), containing 25 images and their tags.
|
15 |
+
|
16 |
+
The core tags of this character are `hat, horns, long_hair, pink_hair, pointy_ears, breasts, hair_between_eyes, large_breasts, red_headwear, very_long_hair, yellow_eyes, demon_horns, tail, demon_tail`, 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 | Images-others | Images-head |
|
23 |
+
|:-----------------|---------:|:----------|:-------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------|:----------------|:--------------|
|
24 |
+
| raw | 25 | 72.70 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ulsulah_arknights/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | -- | -- |
|
25 |
+
| stage3-p180-1200 | 67 | 90.87 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ulsulah_arknights/resolve/main/dataset-stage3-p180-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 180x180 pixels. | 42 | 25 |
|
26 |
+
|
27 |
+
### Load Raw Dataset with Waifuc
|
28 |
+
|
29 |
+
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
|
30 |
+
|
31 |
+
```python
|
32 |
+
import os
|
33 |
+
import zipfile
|
34 |
+
|
35 |
+
from huggingface_hub import hf_hub_download
|
36 |
+
from waifuc.source import LocalSource
|
37 |
+
|
38 |
+
# download raw archive file
|
39 |
+
zip_file = hf_hub_download(
|
40 |
+
repo_id='CyberHarem/ulsulah_arknights',
|
41 |
+
repo_type='dataset',
|
42 |
+
filename='dataset-raw.zip',
|
43 |
+
)
|
44 |
+
|
45 |
+
# extract files to your directory
|
46 |
+
dataset_dir = 'dataset_dir'
|
47 |
+
os.makedirs(dataset_dir, exist_ok=True)
|
48 |
+
with zipfile.ZipFile(zip_file, 'r') as zf:
|
49 |
+
zf.extractall(dataset_dir)
|
50 |
+
|
51 |
+
# load the dataset with waifuc
|
52 |
+
source = LocalSource(dataset_dir)
|
53 |
+
for item in source:
|
54 |
+
print(item.image, item.meta['filename'], item.meta['tags'])
|
55 |
+
```
|
56 |
+
|
57 |
+
## List of Clusters
|
58 |
+
|
59 |
+
List of tag clustering result, maybe some outfits can be mined here.
|
60 |
+
|
61 |
+
### Raw Text Version
|
62 |
+
|
63 |
+
| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags |
|
64 |
+
|----:|----------:|:----------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
65 |
+
| 0 | 25 | ![](https://huggingface.co/datasets/CyberHarem/ulsulah_arknights/resolve/main/samples/0/clu0-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/ulsulah_arknights/resolve/main/samples/0/clu0-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/ulsulah_arknights/resolve/main/samples/0/clu0-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/ulsulah_arknights/resolve/main/samples/0/clu0-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/ulsulah_arknights/resolve/main/samples/0/clu0-sample4.png) | 1girl, looking_at_viewer, solo, white_gloves, holding, weapon, full_body, high_heel_boots, closed_mouth, long_sleeves, standing, outdoors, belt, can, smile, thighhighs |
|
66 |
+
|
67 |
+
### Table Version
|
68 |
+
|
69 |
+
| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | looking_at_viewer | solo | white_gloves | holding | weapon | full_body | high_heel_boots | closed_mouth | long_sleeves | standing | outdoors | belt | can | smile | thighhighs |
|
70 |
+
|----:|----------:|:----------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------|:--------|:--------------------|:-------|:---------------|:----------|:---------|:------------|:------------------|:---------------|:---------------|:-----------|:-----------|:-------|:------|:--------|:-------------|
|
71 |
+
| 0 | 25 | ![](https://huggingface.co/datasets/CyberHarem/ulsulah_arknights/resolve/main/samples/0/clu0-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/ulsulah_arknights/resolve/main/samples/0/clu0-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/ulsulah_arknights/resolve/main/samples/0/clu0-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/ulsulah_arknights/resolve/main/samples/0/clu0-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/ulsulah_arknights/resolve/main/samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X |
|
72 |
+
|
dataset-raw.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f112d31987aaf1fe50ac6b0ebe7762ba19a306889aebd6deb8dca7d94a553710
|
3 |
+
size 76227212
|
dataset-stage3-p180-1200.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:203c6736cf924cbbfbd166ca1d2b7feca0779c2af5fdb176714dd80da7c738aa
|
3 |
+
size 95279622
|
meta.json
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bangumi": null,
|
3 |
+
"base_size": 25,
|
4 |
+
"clusters": [
|
5 |
+
{
|
6 |
+
"id": 0,
|
7 |
+
"size": 25,
|
8 |
+
"tags": [
|
9 |
+
"1girl",
|
10 |
+
"looking_at_viewer",
|
11 |
+
"solo",
|
12 |
+
"white_gloves",
|
13 |
+
"holding",
|
14 |
+
"weapon",
|
15 |
+
"full_body",
|
16 |
+
"high_heel_boots",
|
17 |
+
"closed_mouth",
|
18 |
+
"long_sleeves",
|
19 |
+
"standing",
|
20 |
+
"outdoors",
|
21 |
+
"belt",
|
22 |
+
"can",
|
23 |
+
"smile",
|
24 |
+
"thighhighs"
|
25 |
+
]
|
26 |
+
}
|
27 |
+
],
|
28 |
+
"core_tags": [
|
29 |
+
"hat",
|
30 |
+
"horns",
|
31 |
+
"long_hair",
|
32 |
+
"pink_hair",
|
33 |
+
"pointy_ears",
|
34 |
+
"breasts",
|
35 |
+
"hair_between_eyes",
|
36 |
+
"large_breasts",
|
37 |
+
"red_headwear",
|
38 |
+
"very_long_hair",
|
39 |
+
"yellow_eyes",
|
40 |
+
"demon_horns",
|
41 |
+
"tail",
|
42 |
+
"demon_tail"
|
43 |
+
],
|
44 |
+
"display_name": "Ulšulah/厄尔苏拉 (Arknights)",
|
45 |
+
"name": "ulsulah_arknights",
|
46 |
+
"packages": {
|
47 |
+
"raw": {
|
48 |
+
"description": "Raw data with meta information (min edge aligned to 1400 if larger).",
|
49 |
+
"filename": "dataset-raw.zip",
|
50 |
+
"package_size": 76227212,
|
51 |
+
"size": 25,
|
52 |
+
"sub_sizes": {},
|
53 |
+
"type": "Waifuc-Raw"
|
54 |
+
},
|
55 |
+
"stage3-p180-1200": {
|
56 |
+
"description": "3-stage cropped dataset with the area not less than 180x180 pixels.",
|
57 |
+
"filename": "dataset-stage3-p180-1200.zip",
|
58 |
+
"package_size": 95279622,
|
59 |
+
"size": 67,
|
60 |
+
"sub_sizes": {
|
61 |
+
"head": 25,
|
62 |
+
"others": 42
|
63 |
+
},
|
64 |
+
"type": "IMG+TXT"
|
65 |
+
}
|
66 |
+
},
|
67 |
+
"version": "v1.6-alpha0"
|
68 |
+
}
|
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
|