Publish character 'brid_nikke' to repository, on 2024-01-24 05:45:46 UTC
Browse files- README.md +64 -2
- dataset-1200.zip +3 -0
- dataset-640x880.zip +0 -3
- dataset-800.zip +3 -0
- dataset-raw.zip +2 -2
- dataset-stage3-p480-1200.zip +3 -0
- dataset-stage3-p480-800.zip +3 -0
- meta.json +167 -0
- dataset-384x512.zip → samples/0/clu0-sample0.png +2 -2
- dataset-512x512.zip → samples/0/clu0-sample1.png +2 -2
- dataset-512x704.zip → samples/0/clu0-sample2.png +2 -2
- dataset-640x640.zip → samples/0/clu0-sample3.png +2 -2
- 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
README.md
CHANGED
@@ -9,9 +9,71 @@ size_categories:
|
|
9 |
- n<1K
|
10 |
---
|
11 |
|
12 |
-
# Dataset of brid (Nikke: Goddess of Victory)
|
13 |
|
14 |
-
This is the dataset of brid (Nikke: Goddess of Victory), containing
|
|
|
|
|
15 |
|
16 |
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)).
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
- n<1K
|
10 |
---
|
11 |
|
12 |
+
# Dataset of brid/ブリッド/布丽德/브리드 (Nikke: Goddess of Victory)
|
13 |
|
14 |
+
This is the dataset of brid/ブリッド/布丽德/브리드 (Nikke: Goddess of Victory), containing 184 images and their tags.
|
15 |
+
|
16 |
+
The core tags of this character are `breasts, blue_eyes, hair_over_one_eye, bangs, large_breasts, grey_hair, earrings, hat, blue_headwear, mole, long_hair, mole_on_breast, short_hair, garrison_cap, dangle_earrings, sidelocks`, 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 | 184 | 306.66 MiB | [Download](https://huggingface.co/datasets/CyberHarem/brid_nikke/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
|
25 |
+
| 800 | 184 | 147.38 MiB | [Download](https://huggingface.co/datasets/CyberHarem/brid_nikke/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
|
26 |
+
| stage3-p480-800 | 442 | 315.42 MiB | [Download](https://huggingface.co/datasets/CyberHarem/brid_nikke/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
|
27 |
+
| 1200 | 184 | 259.58 MiB | [Download](https://huggingface.co/datasets/CyberHarem/brid_nikke/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
|
28 |
+
| stage3-p480-1200 | 442 | 501.92 MiB | [Download](https://huggingface.co/datasets/CyberHarem/brid_nikke/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/brid_nikke',
|
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 | 14 | ![](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, blue_necktie, blue_skirt, high-waist_skirt, sideboob, solo, white_shirt, armpits, bare_shoulders, collared_shirt, looking_at_viewer, striped_necktie, jewelry, arms_up, blush, arms_behind_head, belt_pouch, sleeveless_shirt, simple_background, white_background, closed_mouth, huge_breasts, gloves, sweat, upper_body |
|
69 |
+
| 1 | 15 | ![](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, bare_shoulders, blue_skirt, collared_shirt, high-waist_skirt, jewelry, sideboob, solo, white_shirt, blue_necktie, sleeveless_shirt, bridal_gauntlets, holding, long_skirt, striped_necktie, white_background, looking_at_viewer, tablet_pc, collarbone, shoulder_tattoo, pouch, simple_background, sitting, closed_mouth, low_ponytail, parted_lips |
|
70 |
+
| 2 | 5 | ![](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, armpits, blue_necktie, erection, futanari, huge_penis, jewelry, large_penis, looking_at_viewer, smile, solo, testicles, uncensored, white_hair, arms_behind_head, arms_up, belt, veiny_penis, blue_skirt, blush, outdoors, parted_lips, sky, striped_necktie, sweat, thighs, black_thighhighs, collared_shirt, elbow_gloves, no_panties, sideboob, sitting, uniform, white_shirt |
|
71 |
+
|
72 |
+
### Table Version
|
73 |
+
|
74 |
+
| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | blue_necktie | blue_skirt | high-waist_skirt | sideboob | solo | white_shirt | armpits | bare_shoulders | collared_shirt | looking_at_viewer | striped_necktie | jewelry | arms_up | blush | arms_behind_head | belt_pouch | sleeveless_shirt | simple_background | white_background | closed_mouth | huge_breasts | gloves | sweat | upper_body | bridal_gauntlets | holding | long_skirt | tablet_pc | collarbone | shoulder_tattoo | pouch | sitting | low_ponytail | parted_lips | erection | futanari | huge_penis | large_penis | smile | testicles | uncensored | white_hair | belt | veiny_penis | outdoors | sky | thighs | black_thighhighs | elbow_gloves | no_panties | uniform |
|
75 |
+
|----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:---------------|:-------------|:-------------------|:-----------|:-------|:--------------|:----------|:-----------------|:-----------------|:--------------------|:------------------|:----------|:----------|:--------|:-------------------|:-------------|:-------------------|:--------------------|:-------------------|:---------------|:---------------|:---------|:--------|:-------------|:-------------------|:----------|:-------------|:------------|:-------------|:------------------|:--------|:----------|:---------------|:--------------|:-----------|:-----------|:-------------|:--------------|:--------|:------------|:-------------|:-------------|:-------|:--------------|:-----------|:------|:---------|:-------------------|:---------------|:-------------|:----------|
|
76 |
+
| 0 | 14 | ![](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 | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
77 |
+
| 1 | 15 | ![](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 | | | | | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | |
|
78 |
+
| 2 | 5 | ![](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 | X | X | X | X | X | X | X | X | X | X | X | X |
|
79 |
+
|
dataset-1200.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ab86627c712db9775d27b7614588285f4f5c3450c1e8368f11cbb7fe3e1e36b
|
3 |
+
size 272191672
|
dataset-640x880.zip
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ffd5d0cd639ca762843bcb62520efe98efa7c675ae167ca6c122ca7927db06b8
|
3 |
-
size 48290540
|
|
|
|
|
|
|
|
dataset-800.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c49bb2b0cd33789f81f3bdb1bf453a8a5cf2900e05eabad8f938484a3b157cac
|
3 |
+
size 154537406
|
dataset-raw.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2f6dfe007af842ed25d423e3a0ae34b16e51f79521c3bfd7a9e0d760d9340ff
|
3 |
+
size 321553817
|
dataset-stage3-p480-1200.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a654db022b831e85ca4562c48210ef12413053da42c8836f835b595e22875c75
|
3 |
+
size 526296159
|
dataset-stage3-p480-800.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69128f2dc02ba582fa745f142fac85968a7b8fe0b6a5e0f0d5df7a8839f5cd35
|
3 |
+
size 330746938
|
meta.json
ADDED
@@ -0,0 +1,167 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bangumi": null,
|
3 |
+
"base_size": 184,
|
4 |
+
"clusters": [
|
5 |
+
{
|
6 |
+
"id": 0,
|
7 |
+
"size": 14,
|
8 |
+
"tags": [
|
9 |
+
"1girl",
|
10 |
+
"blue_necktie",
|
11 |
+
"blue_skirt",
|
12 |
+
"high-waist_skirt",
|
13 |
+
"sideboob",
|
14 |
+
"solo",
|
15 |
+
"white_shirt",
|
16 |
+
"armpits",
|
17 |
+
"bare_shoulders",
|
18 |
+
"collared_shirt",
|
19 |
+
"looking_at_viewer",
|
20 |
+
"striped_necktie",
|
21 |
+
"jewelry",
|
22 |
+
"arms_up",
|
23 |
+
"blush",
|
24 |
+
"arms_behind_head",
|
25 |
+
"belt_pouch",
|
26 |
+
"sleeveless_shirt",
|
27 |
+
"simple_background",
|
28 |
+
"white_background",
|
29 |
+
"closed_mouth",
|
30 |
+
"huge_breasts",
|
31 |
+
"gloves",
|
32 |
+
"sweat",
|
33 |
+
"upper_body"
|
34 |
+
]
|
35 |
+
},
|
36 |
+
{
|
37 |
+
"id": 1,
|
38 |
+
"size": 15,
|
39 |
+
"tags": [
|
40 |
+
"1girl",
|
41 |
+
"bare_shoulders",
|
42 |
+
"blue_skirt",
|
43 |
+
"collared_shirt",
|
44 |
+
"high-waist_skirt",
|
45 |
+
"jewelry",
|
46 |
+
"sideboob",
|
47 |
+
"solo",
|
48 |
+
"white_shirt",
|
49 |
+
"blue_necktie",
|
50 |
+
"sleeveless_shirt",
|
51 |
+
"bridal_gauntlets",
|
52 |
+
"holding",
|
53 |
+
"long_skirt",
|
54 |
+
"striped_necktie",
|
55 |
+
"white_background",
|
56 |
+
"looking_at_viewer",
|
57 |
+
"tablet_pc",
|
58 |
+
"collarbone",
|
59 |
+
"shoulder_tattoo",
|
60 |
+
"pouch",
|
61 |
+
"simple_background",
|
62 |
+
"sitting",
|
63 |
+
"closed_mouth",
|
64 |
+
"low_ponytail",
|
65 |
+
"parted_lips"
|
66 |
+
]
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"id": 2,
|
70 |
+
"size": 5,
|
71 |
+
"tags": [
|
72 |
+
"1girl",
|
73 |
+
"armpits",
|
74 |
+
"blue_necktie",
|
75 |
+
"erection",
|
76 |
+
"futanari",
|
77 |
+
"huge_penis",
|
78 |
+
"jewelry",
|
79 |
+
"large_penis",
|
80 |
+
"looking_at_viewer",
|
81 |
+
"smile",
|
82 |
+
"solo",
|
83 |
+
"testicles",
|
84 |
+
"uncensored",
|
85 |
+
"white_hair",
|
86 |
+
"arms_behind_head",
|
87 |
+
"arms_up",
|
88 |
+
"belt",
|
89 |
+
"veiny_penis",
|
90 |
+
"blue_skirt",
|
91 |
+
"blush",
|
92 |
+
"outdoors",
|
93 |
+
"parted_lips",
|
94 |
+
"sky",
|
95 |
+
"striped_necktie",
|
96 |
+
"sweat",
|
97 |
+
"thighs",
|
98 |
+
"black_thighhighs",
|
99 |
+
"collared_shirt",
|
100 |
+
"elbow_gloves",
|
101 |
+
"no_panties",
|
102 |
+
"sideboob",
|
103 |
+
"sitting",
|
104 |
+
"uniform",
|
105 |
+
"white_shirt"
|
106 |
+
]
|
107 |
+
}
|
108 |
+
],
|
109 |
+
"core_tags": [
|
110 |
+
"breasts",
|
111 |
+
"blue_eyes",
|
112 |
+
"hair_over_one_eye",
|
113 |
+
"bangs",
|
114 |
+
"large_breasts",
|
115 |
+
"grey_hair",
|
116 |
+
"earrings",
|
117 |
+
"hat",
|
118 |
+
"blue_headwear",
|
119 |
+
"mole",
|
120 |
+
"long_hair",
|
121 |
+
"mole_on_breast",
|
122 |
+
"short_hair",
|
123 |
+
"garrison_cap",
|
124 |
+
"dangle_earrings",
|
125 |
+
"sidelocks"
|
126 |
+
],
|
127 |
+
"display_name": "brid/ブリッド/布丽德/브리드 (Nikke: Goddess of Victory)",
|
128 |
+
"name": "brid_nikke",
|
129 |
+
"packages": {
|
130 |
+
"1200": {
|
131 |
+
"description": "dataset with the shorter side not exceeding 1200 pixels.",
|
132 |
+
"filename": "dataset-1200.zip",
|
133 |
+
"package_size": 272191672,
|
134 |
+
"size": 184,
|
135 |
+
"type": "IMG+TXT"
|
136 |
+
},
|
137 |
+
"800": {
|
138 |
+
"description": "dataset with the shorter side not exceeding 800 pixels.",
|
139 |
+
"filename": "dataset-800.zip",
|
140 |
+
"package_size": 154537406,
|
141 |
+
"size": 184,
|
142 |
+
"type": "IMG+TXT"
|
143 |
+
},
|
144 |
+
"raw": {
|
145 |
+
"description": "Raw data with meta information (min edge aligned to 1400 if larger).",
|
146 |
+
"filename": "dataset-raw.zip",
|
147 |
+
"package_size": 321553817,
|
148 |
+
"size": 184,
|
149 |
+
"type": "Waifuc-Raw"
|
150 |
+
},
|
151 |
+
"stage3-p480-1200": {
|
152 |
+
"description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
|
153 |
+
"filename": "dataset-stage3-p480-1200.zip",
|
154 |
+
"package_size": 526296159,
|
155 |
+
"size": 442,
|
156 |
+
"type": "IMG+TXT"
|
157 |
+
},
|
158 |
+
"stage3-p480-800": {
|
159 |
+
"description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
|
160 |
+
"filename": "dataset-stage3-p480-800.zip",
|
161 |
+
"package_size": 330746938,
|
162 |
+
"size": 442,
|
163 |
+
"type": "IMG+TXT"
|
164 |
+
}
|
165 |
+
},
|
166 |
+
"version": "v1.5"
|
167 |
+
}
|
dataset-384x512.zip → samples/0/clu0-sample0.png
RENAMED
File without changes
|
dataset-512x512.zip → samples/0/clu0-sample1.png
RENAMED
File without changes
|
dataset-512x704.zip → samples/0/clu0-sample2.png
RENAMED
File without changes
|
dataset-640x640.zip → samples/0/clu0-sample3.png
RENAMED
File without changes
|
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
|