narugo commited on
Commit
7dc2bc0
1 Parent(s): 527392c

Publish character 'chloe_lapisrelights' to repository, on 2024-02-22 04:57: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 Chloe (Lapis Re:LiGHTs)
13
+
14
+ This is the dataset of Chloe (Lapis Re:LiGHTs), containing 45 images and their tags.
15
+
16
+ The core tags of this character are `blue_hair, short_hair, glasses, hair_over_one_eye, red-framed_eyewear, green_eyes`, 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 | 45 | 27.37 MiB | [Download](https://huggingface.co/datasets/CyberHarem/chloe_lapisrelights/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 45 | 21.37 MiB | [Download](https://huggingface.co/datasets/CyberHarem/chloe_lapisrelights/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 84 | 40.93 MiB | [Download](https://huggingface.co/datasets/CyberHarem/chloe_lapisrelights/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 45 | 27.36 MiB | [Download](https://huggingface.co/datasets/CyberHarem/chloe_lapisrelights/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 84 | 50.21 MiB | [Download](https://huggingface.co/datasets/CyberHarem/chloe_lapisrelights/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/chloe_lapisrelights',
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 | 11 | ![](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, closed_mouth, upper_body, indoors, red_ascot, anime_coloring, jacket, school_uniform, window |
69
+
70
+ ### Table Version
71
+
72
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | solo | closed_mouth | upper_body | indoors | red_ascot | anime_coloring | jacket | school_uniform | window |
73
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:---------------|:-------------|:----------|:------------|:-----------------|:---------|:-----------------|:---------|
74
+ | 0 | 11 | ![](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 |
75
+
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8eb924262f52469060ddda90805d92f0e5c9318520411cc6234ef5ffc43b67da
3
+ size 28684334
dataset-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0b1968ea02f0bce83847b812c0ed685afe635f1609689f65097ea3d264ddf0d
3
+ size 22408373
dataset-raw.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77d1326d5a59bb757fc83a6d9d5679f6512e1ff2d01701182bfac70e83bce3b5
3
+ size 28702680
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:980407d020d7791a25ba1a8da5065485e6d95584739ef3de1d7c3fd397565f96
3
+ size 52651168
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c330356cddc6247ace331ce51cf50902c9e09debcf5451d1845d0d7245f77470
3
+ size 42918474
meta.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bangumi": "BangumiBase/lapisrelights",
3
+ "base_size": 45,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 11,
8
+ "tags": [
9
+ "1girl",
10
+ "solo",
11
+ "closed_mouth",
12
+ "upper_body",
13
+ "indoors",
14
+ "red_ascot",
15
+ "anime_coloring",
16
+ "jacket",
17
+ "school_uniform",
18
+ "window"
19
+ ]
20
+ }
21
+ ],
22
+ "core_tags": [
23
+ "blue_hair",
24
+ "short_hair",
25
+ "glasses",
26
+ "hair_over_one_eye",
27
+ "red-framed_eyewear",
28
+ "green_eyes"
29
+ ],
30
+ "display_name": "Chloe (Lapis Re:LiGHTs)",
31
+ "name": "chloe_lapisrelights",
32
+ "packages": {
33
+ "1200": {
34
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
35
+ "filename": "dataset-1200.zip",
36
+ "package_size": 28684334,
37
+ "size": 45,
38
+ "type": "IMG+TXT"
39
+ },
40
+ "800": {
41
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
42
+ "filename": "dataset-800.zip",
43
+ "package_size": 22408373,
44
+ "size": 45,
45
+ "type": "IMG+TXT"
46
+ },
47
+ "raw": {
48
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
49
+ "filename": "dataset-raw.zip",
50
+ "package_size": 28702680,
51
+ "size": 45,
52
+ "type": "Waifuc-Raw"
53
+ },
54
+ "stage3-p480-1200": {
55
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
56
+ "filename": "dataset-stage3-p480-1200.zip",
57
+ "package_size": 52651168,
58
+ "size": 84,
59
+ "type": "IMG+TXT"
60
+ },
61
+ "stage3-p480-800": {
62
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
63
+ "filename": "dataset-stage3-p480-800.zip",
64
+ "package_size": 42918474,
65
+ "size": 84,
66
+ "type": "IMG+TXT"
67
+ }
68
+ },
69
+ "version": "v1.5"
70
+ }
samples/0/clu0-sample0.png ADDED

Git LFS Details

  • SHA256: 29a032e4c78f865b019bcf9359ddc775a3a9c493151dd5428bdacb1771e561e7
  • Pointer size: 131 Bytes
  • Size of remote file: 239 kB
samples/0/clu0-sample1.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: a5750794a19bec3abcac96ca008b0225087364e5dfdc919bb2a7e554ce0f4634
  • Pointer size: 131 Bytes
  • Size of remote file: 272 kB