narugo commited on
Commit
236cda9
1 Parent(s): bd07d94

Publish character 'illnott (Granblue Fantasy)' to repository, on 2024-01-21 17:35:38 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 illnott/イルノート (Granblue Fantasy)
13
+
14
+ This is the dataset of illnott/イルノート (Granblue Fantasy), containing 51 images and their tags.
15
+
16
+ The core tags of this character are `breasts, blue_eyes, glasses, long_hair, black_hair, hairband, large_breasts, bangs`, 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 | 51 | 83.93 MiB | [Download](https://huggingface.co/datasets/CyberHarem/illnott_granbluefantasy/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 51 | 45.07 MiB | [Download](https://huggingface.co/datasets/CyberHarem/illnott_granbluefantasy/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 123 | 98.76 MiB | [Download](https://huggingface.co/datasets/CyberHarem/illnott_granbluefantasy/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 51 | 72.46 MiB | [Download](https://huggingface.co/datasets/CyberHarem/illnott_granbluefantasy/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 123 | 147.03 MiB | [Download](https://huggingface.co/datasets/CyberHarem/illnott_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/illnott_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 | 16 | ![](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, cleavage, looking_at_viewer, solo, necklace, ear_piercing, grin, jacket, off_shoulder, shorts |
69
+ | 1 | 13 | ![](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, looking_at_viewer, solo, cleavage, blue_bikini, ponytail, navel, collarbone, grin, bare_shoulders, fishnets, o-ring, open_clothes, tattoo, thigh_strap, white_jacket |
70
+
71
+ ### Table Version
72
+
73
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | cleavage | looking_at_viewer | solo | necklace | ear_piercing | grin | jacket | off_shoulder | shorts | blue_bikini | ponytail | navel | collarbone | bare_shoulders | fishnets | o-ring | open_clothes | tattoo | thigh_strap | white_jacket |
74
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-----------|:--------------------|:-------|:-----------|:---------------|:-------|:---------|:---------------|:---------|:--------------|:-----------|:--------|:-------------|:-----------------|:-----------|:---------|:---------------|:---------|:--------------|:---------------|
75
+ | 0 | 16 | ![](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 | | | | | | | | | | | |
76
+ | 1 | 13 | ![](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 |
77
+
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad8ed514e6417f6248bdf59c17d47ce7cb7b1dbf4768ecf0b84f65ee661239d3
3
+ size 75975020
dataset-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bff38f1a5dca6be90986648bf627488665880a0861c20adce6c0d0963134b14
3
+ size 47254291
dataset-raw.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af16341ecec482bc878da7a37173bc84b323a7865262209ac81bf5c8cb5b5c2b
3
+ size 88003292
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d4afd29b89d6063c8b71c234cef6c1c5b8962766146ab6193eb25f4d9a3153f
3
+ size 154174131
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf49de374922e226c9cc8e9fcd19acf1f27480e1a9595837b4e475831d3d551c
3
+ size 103560924
meta.json ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bangumi": null,
3
+ "base_size": 51,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 16,
8
+ "tags": [
9
+ "1girl",
10
+ "cleavage",
11
+ "looking_at_viewer",
12
+ "solo",
13
+ "necklace",
14
+ "ear_piercing",
15
+ "grin",
16
+ "jacket",
17
+ "off_shoulder",
18
+ "shorts"
19
+ ]
20
+ },
21
+ {
22
+ "id": 1,
23
+ "size": 13,
24
+ "tags": [
25
+ "1girl",
26
+ "looking_at_viewer",
27
+ "solo",
28
+ "cleavage",
29
+ "blue_bikini",
30
+ "ponytail",
31
+ "navel",
32
+ "collarbone",
33
+ "grin",
34
+ "bare_shoulders",
35
+ "fishnets",
36
+ "o-ring",
37
+ "open_clothes",
38
+ "tattoo",
39
+ "thigh_strap",
40
+ "white_jacket"
41
+ ]
42
+ }
43
+ ],
44
+ "core_tags": [
45
+ "breasts",
46
+ "blue_eyes",
47
+ "glasses",
48
+ "long_hair",
49
+ "black_hair",
50
+ "hairband",
51
+ "large_breasts",
52
+ "bangs"
53
+ ],
54
+ "display_name": "illnott/イルノート (Granblue Fantasy)",
55
+ "name": "illnott (Granblue Fantasy)",
56
+ "packages": {
57
+ "1200": {
58
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
59
+ "filename": "dataset-1200.zip",
60
+ "package_size": 75975020,
61
+ "size": 51,
62
+ "type": "IMG+TXT"
63
+ },
64
+ "800": {
65
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
66
+ "filename": "dataset-800.zip",
67
+ "package_size": 47254291,
68
+ "size": 51,
69
+ "type": "IMG+TXT"
70
+ },
71
+ "raw": {
72
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
73
+ "filename": "dataset-raw.zip",
74
+ "package_size": 88003292,
75
+ "size": 51,
76
+ "type": "Waifuc-Raw"
77
+ },
78
+ "stage3-p480-1200": {
79
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
80
+ "filename": "dataset-stage3-p480-1200.zip",
81
+ "package_size": 154174131,
82
+ "size": 123,
83
+ "type": "IMG+TXT"
84
+ },
85
+ "stage3-p480-800": {
86
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
87
+ "filename": "dataset-stage3-p480-800.zip",
88
+ "package_size": 103560924,
89
+ "size": 123,
90
+ "type": "IMG+TXT"
91
+ }
92
+ },
93
+ "version": "v1.5"
94
+ }
samples/0/clu0-sample0.png ADDED

Git LFS Details

  • SHA256: 19e30f87567ccab287dd0b2d261ac683f10b61043440a1c9b5fa2138159812ac
  • Pointer size: 131 Bytes
  • Size of remote file: 440 kB
samples/0/clu0-sample1.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 0b0fa3bbfeb0cc55f540103655c17aa91806d2a63b29f3d4b52f61f7cacef70b
  • Pointer size: 131 Bytes
  • Size of remote file: 349 kB
samples/1/clu1-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 43cf292e34006ac8a0e208386cde179ccaee41835e63229be87e9fdbd2511614
  • Pointer size: 131 Bytes
  • Size of remote file: 420 kB