narugo commited on
Commit
122156f
1 Parent(s): bb4b0ec

Publish character 'kukuru (Granblue Fantasy)' to repository, on 2024-01-21 22:02:12 UTC

Browse files
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 kukuru (Granblue Fantasy)
13
+
14
+ This is the dataset of kukuru (Granblue Fantasy), containing 134 images and their tags.
15
+
16
+ The core tags of this character are `blue_eyes, blonde_hair, long_hair, breasts, ribbon, twintails, hat, hair_ribbon, beret, medium_breasts, bangs, large_breasts`, 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 | 134 | 165.19 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kukuru_granbluefantasy/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 134 | 101.96 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kukuru_granbluefantasy/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 335 | 219.68 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kukuru_granbluefantasy/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 134 | 148.71 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kukuru_granbluefantasy/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 335 | 291.43 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kukuru_granbluefantasy/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/kukuru_granbluefantasy',
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 | 23 | ![](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, solo, smile, looking_at_viewer, bare_shoulders, blush, open_mouth, belt, collarbone, skirt, cleavage, white_background |
69
+ | 1 | 7 | ![](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, halloween, looking_at_viewer, solo, white_gloves, witch_hat, smile, bow, detached_sleeves, dress, jack-o'-lantern, open_mouth, pumpkin, broom, white_headwear, blush, boots, cape, cleavage, high_heels, skirt |
70
+ | 2 | 8 | ![](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, blush, hetero, solo_focus, 1boy, nipples, penis, open_mouth, sex, vaginal, smile, sweat, blue_ribbon, collarbone, cum_in_pussy, mosaic_censoring, nude, one_eye_closed, spread_legs, tears |
71
+
72
+ ### Table Version
73
+
74
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | solo | smile | looking_at_viewer | bare_shoulders | blush | open_mouth | belt | collarbone | skirt | cleavage | white_background | halloween | white_gloves | witch_hat | bow | detached_sleeves | dress | jack-o'-lantern | pumpkin | broom | white_headwear | boots | cape | high_heels | hetero | solo_focus | 1boy | nipples | penis | sex | vaginal | sweat | blue_ribbon | cum_in_pussy | mosaic_censoring | nude | one_eye_closed | spread_legs | tears |
75
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:--------|:--------------------|:-----------------|:--------|:-------------|:-------|:-------------|:--------|:-----------|:-------------------|:------------|:---------------|:------------|:------|:-------------------|:--------|:------------------|:----------|:--------|:-----------------|:--------|:-------|:-------------|:---------|:-------------|:-------|:----------|:--------|:------|:----------|:--------|:--------------|:---------------|:-------------------|:-------|:-----------------|:--------------|:--------|
76
+ | 0 | 23 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
77
+ | 1 | 7 | ![](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 | | | | | | | | | | | | | | | |
78
+ | 2 | 8 | ![](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 |
79
+
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:272ab44572be11ebbc65a3653aef3c4d1a80576cd59f495bae74bcc16be6c322
3
+ size 155936388
dataset-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee38e740d21c1ade3aa3be0de750abfcf5d34f4bbb2787c2808688eaffb7a65c
3
+ size 106915005
dataset-raw.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62b220b8918024334909a79faec7f22b122cc2ed239b8850395bafc58384e779
3
+ size 173218137
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f059052d750321ac59b08d869b7c79a8a155ca0e16e2416d589070ef3ae05296
3
+ size 305587967
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46a5751f180ef730be870e95752e0f23dbfdaec7fde40496d7e9ef7265c612c4
3
+ size 230346409
meta.json ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bangumi": null,
3
+ "base_size": 134,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 23,
8
+ "tags": [
9
+ "1girl",
10
+ "solo",
11
+ "smile",
12
+ "looking_at_viewer",
13
+ "bare_shoulders",
14
+ "blush",
15
+ "open_mouth",
16
+ "belt",
17
+ "collarbone",
18
+ "skirt",
19
+ "cleavage",
20
+ "white_background"
21
+ ]
22
+ },
23
+ {
24
+ "id": 1,
25
+ "size": 7,
26
+ "tags": [
27
+ "1girl",
28
+ "halloween",
29
+ "looking_at_viewer",
30
+ "solo",
31
+ "white_gloves",
32
+ "witch_hat",
33
+ "smile",
34
+ "bow",
35
+ "detached_sleeves",
36
+ "dress",
37
+ "jack-o'-lantern",
38
+ "open_mouth",
39
+ "pumpkin",
40
+ "broom",
41
+ "white_headwear",
42
+ "blush",
43
+ "boots",
44
+ "cape",
45
+ "cleavage",
46
+ "high_heels",
47
+ "skirt"
48
+ ]
49
+ },
50
+ {
51
+ "id": 2,
52
+ "size": 8,
53
+ "tags": [
54
+ "1girl",
55
+ "blush",
56
+ "hetero",
57
+ "solo_focus",
58
+ "1boy",
59
+ "nipples",
60
+ "penis",
61
+ "open_mouth",
62
+ "sex",
63
+ "vaginal",
64
+ "smile",
65
+ "sweat",
66
+ "blue_ribbon",
67
+ "collarbone",
68
+ "cum_in_pussy",
69
+ "mosaic_censoring",
70
+ "nude",
71
+ "one_eye_closed",
72
+ "spread_legs",
73
+ "tears"
74
+ ]
75
+ }
76
+ ],
77
+ "core_tags": [
78
+ "blue_eyes",
79
+ "blonde_hair",
80
+ "long_hair",
81
+ "breasts",
82
+ "ribbon",
83
+ "twintails",
84
+ "hat",
85
+ "hair_ribbon",
86
+ "beret",
87
+ "medium_breasts",
88
+ "bangs",
89
+ "large_breasts"
90
+ ],
91
+ "display_name": "kukuru (Granblue Fantasy)",
92
+ "name": "kukuru (Granblue Fantasy)",
93
+ "packages": {
94
+ "1200": {
95
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
96
+ "filename": "dataset-1200.zip",
97
+ "package_size": 155936388,
98
+ "size": 134,
99
+ "type": "IMG+TXT"
100
+ },
101
+ "800": {
102
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
103
+ "filename": "dataset-800.zip",
104
+ "package_size": 106915005,
105
+ "size": 134,
106
+ "type": "IMG+TXT"
107
+ },
108
+ "raw": {
109
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
110
+ "filename": "dataset-raw.zip",
111
+ "package_size": 173218137,
112
+ "size": 134,
113
+ "type": "Waifuc-Raw"
114
+ },
115
+ "stage3-p480-1200": {
116
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
117
+ "filename": "dataset-stage3-p480-1200.zip",
118
+ "package_size": 305587967,
119
+ "size": 335,
120
+ "type": "IMG+TXT"
121
+ },
122
+ "stage3-p480-800": {
123
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
124
+ "filename": "dataset-stage3-p480-800.zip",
125
+ "package_size": 230346409,
126
+ "size": 335,
127
+ "type": "IMG+TXT"
128
+ }
129
+ },
130
+ "version": "v1.5"
131
+ }
samples/0/clu0-sample0.png ADDED

Git LFS Details

  • SHA256: 00d931f31abe94e22ab9f8d047df9f56cec1641bd1443d592866fc1355d7c46b
  • Pointer size: 131 Bytes
  • Size of remote file: 319 kB
samples/0/clu0-sample1.png ADDED

Git LFS Details

  • SHA256: 19090b260c82198926b0dca3f59b7d9bafda6960f94ae1f728a9b8feb6f715bb
  • Pointer size: 131 Bytes
  • Size of remote file: 267 kB
samples/0/clu0-sample2.png ADDED

Git LFS Details

  • SHA256: e2e5b93a2fb8201683d97237f5b775a3e75ee11304a55da5622f9941a4307bb8
  • Pointer size: 131 Bytes
  • Size of remote file: 517 kB
samples/0/clu0-sample3.png ADDED

Git LFS Details

  • SHA256: eb45ee1fbd0d76b8a52be1652c4057362485195b6b59749bfe6232361b9f9aee
  • Pointer size: 131 Bytes
  • Size of remote file: 460 kB
samples/0/clu0-sample4.png ADDED

Git LFS Details

  • SHA256: 51c8da159440695c8244f22586295e8ef4c150760dfb181c56cf2f6f869e6750
  • Pointer size: 131 Bytes
  • Size of remote file: 255 kB
samples/1/clu1-sample0.png ADDED

Git LFS Details

  • SHA256: 3a34024371b8681562b8f6a34231ce393b0aec0ac46d3efbe0574cb528582738
  • Pointer size: 131 Bytes
  • Size of remote file: 529 kB
samples/1/clu1-sample1.png ADDED

Git LFS Details

  • SHA256: 1c24fb50dff3eb0996154813f6b45299f118b0b25f528b655d2783035102f742
  • Pointer size: 131 Bytes
  • Size of remote file: 505 kB
samples/1/clu1-sample2.png ADDED

Git LFS Details

  • SHA256: b0762dcce252b1192ca8aa95ed94f54e815c93d20ff094139e6d9c65cc32b7c4
  • Pointer size: 131 Bytes
  • Size of remote file: 536 kB
samples/1/clu1-sample3.png ADDED

Git LFS Details

  • SHA256: 1d044f9e4cdab6231a066a0f7bc3bc61d76c4bc4e93b287398146aa1534770a3
  • Pointer size: 131 Bytes
  • Size of remote file: 540 kB
samples/1/clu1-sample4.png ADDED

Git LFS Details

  • SHA256: 9790aca9777c113e5f7e27069ea1393150106b48f26c2c0d7caa8df890e614f0
  • Pointer size: 131 Bytes
  • Size of remote file: 447 kB
samples/2/clu2-sample0.png ADDED

Git LFS Details

  • SHA256: d5e9c910f660bf48c4a6087b549b410e7406932f6dc6c5530f25e5800ee10b73
  • Pointer size: 131 Bytes
  • Size of remote file: 197 kB
samples/2/clu2-sample1.png ADDED

Git LFS Details

  • SHA256: 28d218932cf603025cb03dd5088d33223c220522115c0c410773e60fa443ae7a
  • Pointer size: 131 Bytes
  • Size of remote file: 226 kB
samples/2/clu2-sample2.png ADDED

Git LFS Details

  • SHA256: 01a79d9c4e55d9aa16a9974488f82b871f69dcce2e1a4637fb481e2c9dd4ec14
  • Pointer size: 131 Bytes
  • Size of remote file: 220 kB
samples/2/clu2-sample3.png ADDED

Git LFS Details

  • SHA256: 325e5e068bee6904b8583fb8208cf79e1f5767c08698a068f2c795d51c80b6d6
  • Pointer size: 131 Bytes
  • Size of remote file: 496 kB
samples/2/clu2-sample4.png ADDED

Git LFS Details

  • SHA256: fd4df0ffe09a42c8bf0c541985ecaae527748704ba1847c2d8201a3d2a01782b
  • Pointer size: 131 Bytes
  • Size of remote file: 482 kB