narugo commited on
Commit
7ee6bc1
1 Parent(s): 24f9987

Publish character 'esser (Granblue Fantasy)' to repository, on 2024-01-21 20:22:47 UTC

Browse files
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 esser (Granblue Fantasy)
13
+
14
+ This is the dataset of esser (Granblue Fantasy), containing 87 images and their tags.
15
+
16
+ The core tags of this character are `long_hair, animal_ears, pink_hair, blue_eyes, braid, breasts, very_long_hair, ahoge, bangs, large_breasts, twin_braids`, 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 | 87 | 96.52 MiB | [Download](https://huggingface.co/datasets/CyberHarem/esser_granbluefantasy/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 87 | 59.29 MiB | [Download](https://huggingface.co/datasets/CyberHarem/esser_granbluefantasy/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 181 | 115.47 MiB | [Download](https://huggingface.co/datasets/CyberHarem/esser_granbluefantasy/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 87 | 86.27 MiB | [Download](https://huggingface.co/datasets/CyberHarem/esser_granbluefantasy/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 181 | 161.45 MiB | [Download](https://huggingface.co/datasets/CyberHarem/esser_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/esser_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 | 5 | ![](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, blush, erune, simple_background, solo, white_background, bare_shoulders, cleavage, collarbone, looking_at_viewer, hair_ornament, panties, see-through, thighs |
69
+ | 1 | 12 | ![](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, erune, solo, makeup, ass, bare_shoulders, leotard, looking_at_viewer, cape, handgun, holding_gun |
70
+
71
+ ### Table Version
72
+
73
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | blush | erune | simple_background | solo | white_background | bare_shoulders | cleavage | collarbone | looking_at_viewer | hair_ornament | panties | see-through | thighs | makeup | ass | leotard | cape | handgun | holding_gun |
74
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:--------|:--------|:--------------------|:-------|:-------------------|:-----------------|:-----------|:-------------|:--------------------|:----------------|:----------|:--------------|:---------|:---------|:------|:----------|:-------|:----------|:--------------|
75
+ | 0 | 5 | ![](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 | | | | | | |
76
+ | 1 | 12 | ![](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 |
77
+
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d63c6455046dccef45d0923b301241f8c01c15f342ef108c22bd761e2d9d8ec
3
+ size 90465540
dataset-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c01a7bf90c0656c8bb482d3933f5069f8bfdd5efd082dcef989d8a2797df2b2
3
+ size 62173464
dataset-raw.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af65db25379b421c24cdc045e3d1aa371aabfa3f3c94d03d1cc8130c9f80f598
3
+ size 101206775
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c05a78ffa37ca68c3bec99d3e4d7ecaeba72d9d8ea6d585f0f3c102eab0db3e4
3
+ size 169292096
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f60e601779b17fac633995c6657a6af305340fab9db019153be2e7d7b9327ee
3
+ size 121083596
meta.json ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bangumi": null,
3
+ "base_size": 87,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 5,
8
+ "tags": [
9
+ "1girl",
10
+ "blush",
11
+ "erune",
12
+ "simple_background",
13
+ "solo",
14
+ "white_background",
15
+ "bare_shoulders",
16
+ "cleavage",
17
+ "collarbone",
18
+ "looking_at_viewer",
19
+ "hair_ornament",
20
+ "panties",
21
+ "see-through",
22
+ "thighs"
23
+ ]
24
+ },
25
+ {
26
+ "id": 1,
27
+ "size": 12,
28
+ "tags": [
29
+ "1girl",
30
+ "erune",
31
+ "solo",
32
+ "makeup",
33
+ "ass",
34
+ "bare_shoulders",
35
+ "leotard",
36
+ "looking_at_viewer",
37
+ "cape",
38
+ "handgun",
39
+ "holding_gun"
40
+ ]
41
+ }
42
+ ],
43
+ "core_tags": [
44
+ "long_hair",
45
+ "animal_ears",
46
+ "pink_hair",
47
+ "blue_eyes",
48
+ "braid",
49
+ "breasts",
50
+ "very_long_hair",
51
+ "ahoge",
52
+ "bangs",
53
+ "large_breasts",
54
+ "twin_braids"
55
+ ],
56
+ "display_name": "esser (Granblue Fantasy)",
57
+ "name": "esser (Granblue Fantasy)",
58
+ "packages": {
59
+ "1200": {
60
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
61
+ "filename": "dataset-1200.zip",
62
+ "package_size": 90465540,
63
+ "size": 87,
64
+ "type": "IMG+TXT"
65
+ },
66
+ "800": {
67
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
68
+ "filename": "dataset-800.zip",
69
+ "package_size": 62173464,
70
+ "size": 87,
71
+ "type": "IMG+TXT"
72
+ },
73
+ "raw": {
74
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
75
+ "filename": "dataset-raw.zip",
76
+ "package_size": 101206775,
77
+ "size": 87,
78
+ "type": "Waifuc-Raw"
79
+ },
80
+ "stage3-p480-1200": {
81
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
82
+ "filename": "dataset-stage3-p480-1200.zip",
83
+ "package_size": 169292096,
84
+ "size": 181,
85
+ "type": "IMG+TXT"
86
+ },
87
+ "stage3-p480-800": {
88
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
89
+ "filename": "dataset-stage3-p480-800.zip",
90
+ "package_size": 121083596,
91
+ "size": 181,
92
+ "type": "IMG+TXT"
93
+ }
94
+ },
95
+ "version": "v1.5"
96
+ }
samples/0/clu0-sample0.png ADDED

Git LFS Details

  • SHA256: 568cef16e232fc29c17c695e684f71615e357ca7db252999b70280c3d8644943
  • Pointer size: 131 Bytes
  • Size of remote file: 354 kB
samples/0/clu0-sample1.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 4e13c407bedb018da012af8d3120e152cad98769a7bbfb8e82249c6bb80544b9
  • Pointer size: 131 Bytes
  • Size of remote file: 383 kB
samples/1/clu1-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 9a7972aebd36c9e16d408b79f29f2a813d4c4a0c206ec62b487fde7ed4df64e6
  • Pointer size: 131 Bytes
  • Size of remote file: 428 kB