Publish character 'joffre (Azur Lane)' to repository, on 2024-01-13 19:42:54 UTC
Browse files- README.md +81 -0
- dataset-1200.zip +3 -0
- dataset-800.zip +3 -0
- dataset-raw.zip +3 -0
- dataset-stage3-p480-1200.zip +3 -0
- dataset-stage3-p480-800.zip +3 -0
- meta.json +164 -0
- samples/0/clu0-sample0.png +3 -0
- samples/0/clu0-sample1.png +3 -0
- samples/0/clu0-sample2.png +3 -0
- samples/0/clu0-sample3.png +3 -0
- samples/0/clu0-sample4.png +3 -0
- samples/1/clu1-sample0.png +3 -0
- samples/1/clu1-sample1.png +3 -0
- samples/1/clu1-sample2.png +3 -0
- samples/1/clu1-sample3.png +3 -0
- samples/1/clu1-sample4.png +3 -0
- samples/2/clu2-sample0.png +3 -0
- samples/2/clu2-sample1.png +3 -0
- samples/2/clu2-sample2.png +3 -0
- samples/2/clu2-sample3.png +3 -0
- samples/2/clu2-sample4.png +3 -0
- samples/3/clu3-sample0.png +3 -0
- samples/3/clu3-sample1.png +3 -0
- samples/3/clu3-sample2.png +3 -0
- samples/3/clu3-sample3.png +3 -0
- samples/3/clu3-sample4.png +3 -0
README.md
ADDED
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 joffre/ジョッフル/霞飞 (Azur Lane)
|
13 |
+
|
14 |
+
This is the dataset of joffre/ジョッフル/霞飞 (Azur Lane), containing 73 images and their tags.
|
15 |
+
|
16 |
+
The core tags of this character are `breasts, twintails, large_breasts, hair_ornament, bangs, red_eyes, grey_hair, long_hair, white_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 | 73 | 135.42 MiB | [Download](https://huggingface.co/datasets/CyberHarem/joffre_azurlane/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
|
25 |
+
| 800 | 73 | 65.62 MiB | [Download](https://huggingface.co/datasets/CyberHarem/joffre_azurlane/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
|
26 |
+
| stage3-p480-800 | 190 | 151.33 MiB | [Download](https://huggingface.co/datasets/CyberHarem/joffre_azurlane/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
|
27 |
+
| 1200 | 73 | 114.40 MiB | [Download](https://huggingface.co/datasets/CyberHarem/joffre_azurlane/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
|
28 |
+
| stage3-p480-1200 | 190 | 230.14 MiB | [Download](https://huggingface.co/datasets/CyberHarem/joffre_azurlane/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/joffre_azurlane',
|
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, cleavage, holding_sword, looking_at_viewer, solo, white_dress, black_gloves, black_choker, fingerless_gloves, white_thighhighs, wide_sleeves, feathered_wings, juliet_sleeves, simple_background, black_wings, medium_breasts, white_background |
|
69 |
+
| 1 | 7 | ![](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, white_dress, black_gloves, cleavage, white_thighhighs, fingerless_gloves, parted_lips, black_choker, juliet_sleeves, thighs, medium_breasts, wide_sleeves |
|
70 |
+
| 2 | 5 | ![](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, blue_dress, cleavage, crown, hair_bow, looking_at_viewer, sitting, solo, white_thighhighs, pink_eyes, bare_shoulders, black_bow, blue_footwear, butterfly, garter_straps, high_heels, red_cape, wrist_cuffs, ass, detached_sleeves, frills, hair_between_eyes, official_alternate_costume, parted_lips, puffy_sleeves, sidelocks, simple_background, smile, white_background |
|
71 |
+
| 3 | 6 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1boy, 1girl, blush, hetero, nipples, open_mouth, black_gloves, penis, solo_focus, bar_censor, fingerless_gloves, sex, vaginal, black_choker, breasts_out, cross-section, cum_in_pussy, cum_on_breasts, grabbing, internal_cumshot, purple_eyes, sweat, uterus |
|
72 |
+
|
73 |
+
### Table Version
|
74 |
+
|
75 |
+
| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | cleavage | holding_sword | looking_at_viewer | solo | white_dress | black_gloves | black_choker | fingerless_gloves | white_thighhighs | wide_sleeves | feathered_wings | juliet_sleeves | simple_background | black_wings | medium_breasts | white_background | parted_lips | thighs | blue_dress | crown | hair_bow | sitting | pink_eyes | bare_shoulders | black_bow | blue_footwear | butterfly | garter_straps | high_heels | red_cape | wrist_cuffs | ass | detached_sleeves | frills | hair_between_eyes | official_alternate_costume | puffy_sleeves | sidelocks | smile | 1boy | blush | hetero | nipples | open_mouth | penis | solo_focus | bar_censor | sex | vaginal | breasts_out | cross-section | cum_in_pussy | cum_on_breasts | grabbing | internal_cumshot | purple_eyes | sweat | uterus |
|
76 |
+
|----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-----------|:----------------|:--------------------|:-------|:--------------|:---------------|:---------------|:--------------------|:-------------------|:---------------|:------------------|:-----------------|:--------------------|:--------------|:-----------------|:-------------------|:--------------|:---------|:-------------|:--------|:-----------|:----------|:------------|:-----------------|:------------|:----------------|:------------|:----------------|:-------------|:-----------|:--------------|:------|:-------------------|:---------|:--------------------|:-----------------------------|:----------------|:------------|:--------|:-------|:--------|:---------|:----------|:-------------|:--------|:-------------|:-------------|:------|:----------|:--------------|:----------------|:---------------|:-----------------|:-----------|:-------------------|:--------------|:--------|:---------|
|
77 |
+
| 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 | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
78 |
+
| 1 | 7 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
79 |
+
| 2 | 5 | ![](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 | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | |
|
80 |
+
| 3 | 6 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | | | | | | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X |
|
81 |
+
|
dataset-1200.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e76bd56dede9acec5f653eb4679e876c4313cae37bb1f11b77321c1636ebc8c0
|
3 |
+
size 119956519
|
dataset-800.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f37723e3f09e474cf582a2e8c3c8aec8c8f2fbe4f4a54b046cf7d24bd0f64186
|
3 |
+
size 68804906
|
dataset-raw.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a552d939246f4151b52a937c6aa6b2051268ccc9bb7c86808039bcb9678a8375
|
3 |
+
size 141996282
|
dataset-stage3-p480-1200.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d67cf28b2d147ca90510bdc851ac1faefadc2576b3d620827be201b5518870b
|
3 |
+
size 241323096
|
dataset-stage3-p480-800.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf4483a5ce0b8226e626acbb86f7d0d69e8434ec564b80daf9ff8882e4d63363
|
3 |
+
size 158683559
|
meta.json
ADDED
@@ -0,0 +1,164 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bangumi": null,
|
3 |
+
"base_size": 73,
|
4 |
+
"clusters": [
|
5 |
+
{
|
6 |
+
"id": 0,
|
7 |
+
"size": 12,
|
8 |
+
"tags": [
|
9 |
+
"1girl",
|
10 |
+
"cleavage",
|
11 |
+
"holding_sword",
|
12 |
+
"looking_at_viewer",
|
13 |
+
"solo",
|
14 |
+
"white_dress",
|
15 |
+
"black_gloves",
|
16 |
+
"black_choker",
|
17 |
+
"fingerless_gloves",
|
18 |
+
"white_thighhighs",
|
19 |
+
"wide_sleeves",
|
20 |
+
"feathered_wings",
|
21 |
+
"juliet_sleeves",
|
22 |
+
"simple_background",
|
23 |
+
"black_wings",
|
24 |
+
"medium_breasts",
|
25 |
+
"white_background"
|
26 |
+
]
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"id": 1,
|
30 |
+
"size": 7,
|
31 |
+
"tags": [
|
32 |
+
"1girl",
|
33 |
+
"looking_at_viewer",
|
34 |
+
"solo",
|
35 |
+
"white_dress",
|
36 |
+
"black_gloves",
|
37 |
+
"cleavage",
|
38 |
+
"white_thighhighs",
|
39 |
+
"fingerless_gloves",
|
40 |
+
"parted_lips",
|
41 |
+
"black_choker",
|
42 |
+
"juliet_sleeves",
|
43 |
+
"thighs",
|
44 |
+
"medium_breasts",
|
45 |
+
"wide_sleeves"
|
46 |
+
]
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"id": 2,
|
50 |
+
"size": 5,
|
51 |
+
"tags": [
|
52 |
+
"1girl",
|
53 |
+
"blue_dress",
|
54 |
+
"cleavage",
|
55 |
+
"crown",
|
56 |
+
"hair_bow",
|
57 |
+
"looking_at_viewer",
|
58 |
+
"sitting",
|
59 |
+
"solo",
|
60 |
+
"white_thighhighs",
|
61 |
+
"pink_eyes",
|
62 |
+
"bare_shoulders",
|
63 |
+
"black_bow",
|
64 |
+
"blue_footwear",
|
65 |
+
"butterfly",
|
66 |
+
"garter_straps",
|
67 |
+
"high_heels",
|
68 |
+
"red_cape",
|
69 |
+
"wrist_cuffs",
|
70 |
+
"ass",
|
71 |
+
"detached_sleeves",
|
72 |
+
"frills",
|
73 |
+
"hair_between_eyes",
|
74 |
+
"official_alternate_costume",
|
75 |
+
"parted_lips",
|
76 |
+
"puffy_sleeves",
|
77 |
+
"sidelocks",
|
78 |
+
"simple_background",
|
79 |
+
"smile",
|
80 |
+
"white_background"
|
81 |
+
]
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"id": 3,
|
85 |
+
"size": 6,
|
86 |
+
"tags": [
|
87 |
+
"1boy",
|
88 |
+
"1girl",
|
89 |
+
"blush",
|
90 |
+
"hetero",
|
91 |
+
"nipples",
|
92 |
+
"open_mouth",
|
93 |
+
"black_gloves",
|
94 |
+
"penis",
|
95 |
+
"solo_focus",
|
96 |
+
"bar_censor",
|
97 |
+
"fingerless_gloves",
|
98 |
+
"sex",
|
99 |
+
"vaginal",
|
100 |
+
"black_choker",
|
101 |
+
"breasts_out",
|
102 |
+
"cross-section",
|
103 |
+
"cum_in_pussy",
|
104 |
+
"cum_on_breasts",
|
105 |
+
"grabbing",
|
106 |
+
"internal_cumshot",
|
107 |
+
"purple_eyes",
|
108 |
+
"sweat",
|
109 |
+
"uterus"
|
110 |
+
]
|
111 |
+
}
|
112 |
+
],
|
113 |
+
"core_tags": [
|
114 |
+
"breasts",
|
115 |
+
"twintails",
|
116 |
+
"large_breasts",
|
117 |
+
"hair_ornament",
|
118 |
+
"bangs",
|
119 |
+
"red_eyes",
|
120 |
+
"grey_hair",
|
121 |
+
"long_hair",
|
122 |
+
"white_hair"
|
123 |
+
],
|
124 |
+
"display_name": "joffre/ジョッフル/霞飞 (Azur Lane)",
|
125 |
+
"name": "joffre (Azur Lane)",
|
126 |
+
"packages": {
|
127 |
+
"1200": {
|
128 |
+
"description": "dataset with the shorter side not exceeding 1200 pixels.",
|
129 |
+
"filename": "dataset-1200.zip",
|
130 |
+
"package_size": 119956519,
|
131 |
+
"size": 73,
|
132 |
+
"type": "IMG+TXT"
|
133 |
+
},
|
134 |
+
"800": {
|
135 |
+
"description": "dataset with the shorter side not exceeding 800 pixels.",
|
136 |
+
"filename": "dataset-800.zip",
|
137 |
+
"package_size": 68804906,
|
138 |
+
"size": 73,
|
139 |
+
"type": "IMG+TXT"
|
140 |
+
},
|
141 |
+
"raw": {
|
142 |
+
"description": "Raw data with meta information (min edge aligned to 1400 if larger).",
|
143 |
+
"filename": "dataset-raw.zip",
|
144 |
+
"package_size": 141996282,
|
145 |
+
"size": 73,
|
146 |
+
"type": "Waifuc-Raw"
|
147 |
+
},
|
148 |
+
"stage3-p480-1200": {
|
149 |
+
"description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
|
150 |
+
"filename": "dataset-stage3-p480-1200.zip",
|
151 |
+
"package_size": 241323096,
|
152 |
+
"size": 190,
|
153 |
+
"type": "IMG+TXT"
|
154 |
+
},
|
155 |
+
"stage3-p480-800": {
|
156 |
+
"description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
|
157 |
+
"filename": "dataset-stage3-p480-800.zip",
|
158 |
+
"package_size": 158683559,
|
159 |
+
"size": 190,
|
160 |
+
"type": "IMG+TXT"
|
161 |
+
}
|
162 |
+
},
|
163 |
+
"version": "v1.5"
|
164 |
+
}
|
samples/0/clu0-sample0.png
ADDED
![]() |
Git LFS Details
|
samples/0/clu0-sample1.png
ADDED
![]() |
Git LFS Details
|
samples/0/clu0-sample2.png
ADDED
![]() |
Git LFS Details
|
samples/0/clu0-sample3.png
ADDED
![]() |
Git LFS Details
|
samples/0/clu0-sample4.png
ADDED
![]() |
Git LFS Details
|
samples/1/clu1-sample0.png
ADDED
![]() |
Git LFS Details
|
samples/1/clu1-sample1.png
ADDED
![]() |
Git LFS Details
|
samples/1/clu1-sample2.png
ADDED
![]() |
Git LFS Details
|
samples/1/clu1-sample3.png
ADDED
![]() |
Git LFS Details
|
samples/1/clu1-sample4.png
ADDED
![]() |
Git LFS Details
|
samples/2/clu2-sample0.png
ADDED
![]() |
Git LFS Details
|
samples/2/clu2-sample1.png
ADDED
![]() |
Git LFS Details
|
samples/2/clu2-sample2.png
ADDED
![]() |
Git LFS Details
|
samples/2/clu2-sample3.png
ADDED
![]() |
Git LFS Details
|
samples/2/clu2-sample4.png
ADDED
![]() |
Git LFS Details
|
samples/3/clu3-sample0.png
ADDED
![]() |
Git LFS Details
|
samples/3/clu3-sample1.png
ADDED
![]() |
Git LFS Details
|
samples/3/clu3-sample2.png
ADDED
![]() |
Git LFS Details
|
samples/3/clu3-sample3.png
ADDED
![]() |
Git LFS Details
|
samples/3/clu3-sample4.png
ADDED
![]() |
Git LFS Details
|