Datasets:

Size:
< 1K
Tags:
art
Not-For-All-Audiences
Libraries:
Datasets
License:
narugo1992 commited on
Commit
b00c685
·
verified ·
1 Parent(s): 275eae9

Publish character "cx4_storm (Girls' Frontline)" to repository, on 2024-01-14 04:26:34 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 cx4_storm/Cx4ストーム/Cx4风暴 (Girls' Frontline)
13
+
14
+ This is the dataset of cx4_storm/Cx4ストーム/Cx4风暴 (Girls' Frontline), containing 15 images and their tags.
15
+
16
+ The core tags of this character are `black_hair, long_hair, bow, breasts, red_eyes, hair_bow, red_bow, very_long_hair`, 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 | 15 | 15.15 MiB | [Download](https://huggingface.co/datasets/CyberHarem/cx4_storm_girlsfrontline/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 15 | 9.62 MiB | [Download](https://huggingface.co/datasets/CyberHarem/cx4_storm_girlsfrontline/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 33 | 18.42 MiB | [Download](https://huggingface.co/datasets/CyberHarem/cx4_storm_girlsfrontline/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 15 | 13.45 MiB | [Download](https://huggingface.co/datasets/CyberHarem/cx4_storm_girlsfrontline/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 33 | 24.64 MiB | [Download](https://huggingface.co/datasets/CyberHarem/cx4_storm_girlsfrontline/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/cx4_storm_girlsfrontline',
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 | 15 | ![](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, looking_at_viewer, blush, navel, open_mouth, simple_background, black_panties, black_thighhighs, garter_straps, white_background |
69
+
70
+ ### Table Version
71
+
72
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | solo | looking_at_viewer | blush | navel | open_mouth | simple_background | black_panties | black_thighhighs | garter_straps | white_background |
73
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:--------------------|:--------|:--------|:-------------|:--------------------|:----------------|:-------------------|:----------------|:-------------------|
74
+ | 0 | 15 | ![](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
+
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5f35ea4d03ac5cb1de8ed88062d7e62f3ca961f0cf6650c85d840e81ed3565a
3
+ size 14100805
dataset-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:020369a3dc0125a975a35f9d4cddf30ccd468387643654add0e973046c780eb4
3
+ size 10088221
dataset-raw.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fee750d64292cfd20f02fd6ab5e2f7bce6583dd158f155cacc9c6f69bb7a1725
3
+ size 15886482
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:554a1b1889f9ba3e38e8bb1e2b78f7c33fc249e7d8cf66d7db44a84fa3e51d46
3
+ size 25834311
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d110ae86ce8c3a2ece63fbf5d2fa6f9c1db88bd8cc078668e501c19a58c92f3b
3
+ size 19318816
meta.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bangumi": null,
3
+ "base_size": 15,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 15,
8
+ "tags": [
9
+ "1girl",
10
+ "solo",
11
+ "looking_at_viewer",
12
+ "blush",
13
+ "navel",
14
+ "open_mouth",
15
+ "simple_background",
16
+ "black_panties",
17
+ "black_thighhighs",
18
+ "garter_straps",
19
+ "white_background"
20
+ ]
21
+ }
22
+ ],
23
+ "core_tags": [
24
+ "black_hair",
25
+ "long_hair",
26
+ "bow",
27
+ "breasts",
28
+ "red_eyes",
29
+ "hair_bow",
30
+ "red_bow",
31
+ "very_long_hair"
32
+ ],
33
+ "display_name": "cx4_storm/Cx4ストーム/Cx4风暴 (Girls' Frontline)",
34
+ "name": "cx4_storm (Girls' Frontline)",
35
+ "packages": {
36
+ "1200": {
37
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
38
+ "filename": "dataset-1200.zip",
39
+ "package_size": 14100805,
40
+ "size": 15,
41
+ "type": "IMG+TXT"
42
+ },
43
+ "800": {
44
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
45
+ "filename": "dataset-800.zip",
46
+ "package_size": 10088221,
47
+ "size": 15,
48
+ "type": "IMG+TXT"
49
+ },
50
+ "raw": {
51
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
52
+ "filename": "dataset-raw.zip",
53
+ "package_size": 15886482,
54
+ "size": 15,
55
+ "type": "Waifuc-Raw"
56
+ },
57
+ "stage3-p480-1200": {
58
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
59
+ "filename": "dataset-stage3-p480-1200.zip",
60
+ "package_size": 25834311,
61
+ "size": 33,
62
+ "type": "IMG+TXT"
63
+ },
64
+ "stage3-p480-800": {
65
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
66
+ "filename": "dataset-stage3-p480-800.zip",
67
+ "package_size": 19318816,
68
+ "size": 33,
69
+ "type": "IMG+TXT"
70
+ }
71
+ },
72
+ "version": "v1.5"
73
+ }
samples/0/clu0-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 1bfce4360338c1a7e105245b8890cc08b51d7fbd18031dcfad94c8182d7116b0
  • Pointer size: 131 Bytes
  • Size of remote file: 467 kB