narugo commited on
Commit
8322687
1 Parent(s): 0872050

Publish character 'laufen_sousounofrieren' to repository, on 2024-03-26 06:04:41 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 Laufen/ラオフェン (Sousou no Frieren)
13
+
14
+ This is the dataset of Laufen/ラオフェン (Sousou no Frieren), containing 112 images and their tags.
15
+
16
+ The core tags of this character are `hair_bun, double_bun, red_hair, short_hair, brown_hair, brown_eyes, hair_ornament`, 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 | 112 | 55.67 MiB | [Download](https://huggingface.co/datasets/CyberHarem/laufen_sousounofrieren/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 1200 | 112 | 55.63 MiB | [Download](https://huggingface.co/datasets/CyberHarem/laufen_sousounofrieren/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
26
+ | stage3-p480-1200 | 163 | 88.69 MiB | [Download](https://huggingface.co/datasets/CyberHarem/laufen_sousounofrieren/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+
28
+ ### Load Raw Dataset with Waifuc
29
+
30
+ 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
31
+
32
+ ```python
33
+ import os
34
+ import zipfile
35
+
36
+ from huggingface_hub import hf_hub_download
37
+ from waifuc.source import LocalSource
38
+
39
+ # download raw archive file
40
+ zip_file = hf_hub_download(
41
+ repo_id='CyberHarem/laufen_sousounofrieren',
42
+ repo_type='dataset',
43
+ filename='dataset-raw.zip',
44
+ )
45
+
46
+ # extract files to your directory
47
+ dataset_dir = 'dataset_dir'
48
+ os.makedirs(dataset_dir, exist_ok=True)
49
+ with zipfile.ZipFile(zip_file, 'r') as zf:
50
+ zf.extractall(dataset_dir)
51
+
52
+ # load the dataset with waifuc
53
+ source = LocalSource(dataset_dir)
54
+ for item in source:
55
+ print(item.image, item.meta['filename'], item.meta['tags'])
56
+ ```
57
+
58
+ ## List of Clusters
59
+
60
+ List of tag clustering result, maybe some outfits can be mined here.
61
+
62
+ ### Raw Text Version
63
+
64
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags |
65
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------|
66
+ | 0 | 9 | ![](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, bare_shoulders, closed_mouth, forest, solo, looking_at_viewer, outdoors, breasts, tree, black_dress, collarbone |
67
+ | 1 | 9 | ![](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, solo, closed_mouth, collarbone, anime_coloring, looking_at_viewer, upper_body |
68
+ | 2 | 12 | ![](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, bare_shoulders, solo, closed_mouth, detached_sleeves, collarbone, holding_basket, standing, black_dress, holding_food, purple_dress |
69
+
70
+ ### Table Version
71
+
72
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | bare_shoulders | closed_mouth | forest | solo | looking_at_viewer | outdoors | breasts | tree | black_dress | collarbone | anime_coloring | upper_body | detached_sleeves | holding_basket | standing | holding_food | purple_dress |
73
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-----------------|:---------------|:---------|:-------|:--------------------|:-----------|:----------|:-------|:--------------|:-------------|:-----------------|:-------------|:-------------------|:-----------------|:-----------|:---------------|:---------------|
74
+ | 0 | 9 | ![](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 | | | | | | | |
75
+ | 1 | 9 | ![](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 | | | | | |
76
+ | 2 | 12 | ![](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 |
77
+
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc4e6da4f79a6700fa2afdec84a7169f5c562ce979a216488b1bf8b1db754afc
3
+ size 58333318
dataset-raw.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b6d417c836d52f4593eb9fb35b7f8d95ab7e0cb5ec19f18ca5af944f1b7a882
3
+ size 58372879
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:374d073d0f53f3f3bc263c9f43f458c3d361bfd502eb00d1a7a9a8ff8be39e07
3
+ size 92995290
meta.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bangumi": "BangumiBase/sousounofrieren",
3
+ "base_size": 112,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 9,
8
+ "tags": [
9
+ "1girl",
10
+ "bare_shoulders",
11
+ "closed_mouth",
12
+ "forest",
13
+ "solo",
14
+ "looking_at_viewer",
15
+ "outdoors",
16
+ "breasts",
17
+ "tree",
18
+ "black_dress",
19
+ "collarbone"
20
+ ]
21
+ },
22
+ {
23
+ "id": 1,
24
+ "size": 9,
25
+ "tags": [
26
+ "1girl",
27
+ "bare_shoulders",
28
+ "solo",
29
+ "closed_mouth",
30
+ "collarbone",
31
+ "anime_coloring",
32
+ "looking_at_viewer",
33
+ "upper_body"
34
+ ]
35
+ },
36
+ {
37
+ "id": 2,
38
+ "size": 12,
39
+ "tags": [
40
+ "1girl",
41
+ "bare_shoulders",
42
+ "solo",
43
+ "closed_mouth",
44
+ "detached_sleeves",
45
+ "collarbone",
46
+ "holding_basket",
47
+ "standing",
48
+ "black_dress",
49
+ "holding_food",
50
+ "purple_dress"
51
+ ]
52
+ }
53
+ ],
54
+ "core_tags": [
55
+ "hair_bun",
56
+ "double_bun",
57
+ "red_hair",
58
+ "short_hair",
59
+ "brown_hair",
60
+ "brown_eyes",
61
+ "hair_ornament"
62
+ ],
63
+ "display_name": "Laufen/ラオフェン (Sousou no Frieren)",
64
+ "name": "laufen_sousounofrieren",
65
+ "packages": {
66
+ "1200": {
67
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
68
+ "filename": "dataset-1200.zip",
69
+ "package_size": 58333318,
70
+ "size": 112,
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": 58372879,
77
+ "size": 112,
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": 92995290,
84
+ "size": 163,
85
+ "type": "IMG+TXT"
86
+ }
87
+ },
88
+ "version": "v1.5.1"
89
+ }
samples/0/clu0-sample0.png ADDED

Git LFS Details

  • SHA256: 69efcb6d839a007f15b063e164bb9f2e867223d7c82427f2a08f073c59ee0e9a
  • Pointer size: 131 Bytes
  • Size of remote file: 215 kB
samples/0/clu0-sample1.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 92d267fa1c1463b314af2ea98cfd253331722317a58f49ef0d8c362575cf1508
  • Pointer size: 131 Bytes
  • Size of remote file: 270 kB
samples/1/clu1-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 7752affb0fbdd11ecd94406336b09736f499c9e36765e8b7e30a660cc815a781
  • Pointer size: 131 Bytes
  • Size of remote file: 159 kB
samples/2/clu2-sample0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 68309767e6e74dadbcb914e586e2ce336211796a3b42a5eaceb390fb242276f9
  • Pointer size: 131 Bytes
  • Size of remote file: 280 kB
samples/2/clu2-sample2.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: f20525f25882bf3936911e61b0c50546610baa2cdfec95b0ef9352a5f2cfff13
  • Pointer size: 131 Bytes
  • Size of remote file: 283 kB