narugo commited on
Commit
03b3795
1 Parent(s): c114266

Publish character 'hannah_neuralcloud' to repository, on 2024-02-17 17:36:56 UTC

Browse files
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 hannah/ハンナ/汉娜 (Neural Cloud)
13
+
14
+ This is the dataset of hannah/ハンナ/汉娜 (Neural Cloud), containing 12 images and their tags.
15
+
16
+ The core tags of this character are `animal_ears, brown_hair, long_hair, animal_ear_fluff, bangs, hair_ornament, multicolored_hair, white_hair, bow, grey_eyes, twintails, streaked_hair, tail, very_long_hair, ahoge, hair_between_eyes, hair_bow, breasts, low_twintails`, 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 | 12 | 24.07 MiB | [Download](https://huggingface.co/datasets/CyberHarem/hannah_neuralcloud/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 12 | 11.40 MiB | [Download](https://huggingface.co/datasets/CyberHarem/hannah_neuralcloud/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 34 | 27.59 MiB | [Download](https://huggingface.co/datasets/CyberHarem/hannah_neuralcloud/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 12 | 19.66 MiB | [Download](https://huggingface.co/datasets/CyberHarem/hannah_neuralcloud/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 34 | 41.56 MiB | [Download](https://huggingface.co/datasets/CyberHarem/hannah_neuralcloud/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/hannah_neuralcloud',
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 | 12 | ![](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, looking_at_viewer, solo, smile, white_shirt, skirt |
69
+
70
+ ### Table Version
71
+
72
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | looking_at_viewer | solo | smile | white_shirt | skirt |
73
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:--------------------|:-------|:--------|:--------------|:--------|
74
+ | 0 | 12 | ![](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 |
75
+
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33c39c71c059f2904f2fc27df7741f09d1b781dcf2896f7ffede03d5f40719bf
3
+ size 20610515
dataset-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e81122713c04438e0d82191a84ddf142213727e4bc2f3c685f817f95f0b063e5
3
+ size 11951312
dataset-raw.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10561c3321cddaf5cda3113ba5e8c3882c9a4c8446e92006bfb1343291095ae4
3
+ size 25234686
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f9a84547e3056859c88c2ef30aad6bf51c10281acc5af7c696aaadbd79329d3
3
+ size 43574353
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca6eea4b8c0cc69d32fdc026b65cc3375152ae18b6fa9a749745bf63953c146e
3
+ size 28932228
meta.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bangumi": null,
3
+ "base_size": 12,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 12,
8
+ "tags": [
9
+ "1girl",
10
+ "looking_at_viewer",
11
+ "solo",
12
+ "smile",
13
+ "white_shirt",
14
+ "skirt"
15
+ ]
16
+ }
17
+ ],
18
+ "core_tags": [
19
+ "animal_ears",
20
+ "brown_hair",
21
+ "long_hair",
22
+ "animal_ear_fluff",
23
+ "bangs",
24
+ "hair_ornament",
25
+ "multicolored_hair",
26
+ "white_hair",
27
+ "bow",
28
+ "grey_eyes",
29
+ "twintails",
30
+ "streaked_hair",
31
+ "tail",
32
+ "very_long_hair",
33
+ "ahoge",
34
+ "hair_between_eyes",
35
+ "hair_bow",
36
+ "breasts",
37
+ "low_twintails"
38
+ ],
39
+ "display_name": "hannah/ハンナ/汉娜 (Neural Cloud)",
40
+ "name": "hannah_neuralcloud",
41
+ "packages": {
42
+ "1200": {
43
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
44
+ "filename": "dataset-1200.zip",
45
+ "package_size": 20610515,
46
+ "size": 12,
47
+ "type": "IMG+TXT"
48
+ },
49
+ "800": {
50
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
51
+ "filename": "dataset-800.zip",
52
+ "package_size": 11951312,
53
+ "size": 12,
54
+ "type": "IMG+TXT"
55
+ },
56
+ "raw": {
57
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
58
+ "filename": "dataset-raw.zip",
59
+ "package_size": 25234686,
60
+ "size": 12,
61
+ "type": "Waifuc-Raw"
62
+ },
63
+ "stage3-p480-1200": {
64
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
65
+ "filename": "dataset-stage3-p480-1200.zip",
66
+ "package_size": 43574353,
67
+ "size": 34,
68
+ "type": "IMG+TXT"
69
+ },
70
+ "stage3-p480-800": {
71
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
72
+ "filename": "dataset-stage3-p480-800.zip",
73
+ "package_size": 28932228,
74
+ "size": 34,
75
+ "type": "IMG+TXT"
76
+ }
77
+ },
78
+ "version": "v1.5"
79
+ }
samples/0/clu0-sample0.png ADDED

Git LFS Details

  • SHA256: 628895d939cdc0ee41ad6a92e880ab709a4d700b803e18e9b9ec466134bcc24e
  • Pointer size: 131 Bytes
  • Size of remote file: 506 kB
samples/0/clu0-sample1.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 9c24a39ab7f9a94770acbc2b1df873165e40bd7dedb4a369c22e7dc4fc36f350
  • Pointer size: 131 Bytes
  • Size of remote file: 422 kB