Publish character 'mujina' to repository, on 2024-02-28 19:58:01 UTC
Browse files- README.md +83 -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 +163 -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
- samples/4/clu4-sample0.png +3 -0
- samples/4/clu4-sample1.png +3 -0
- samples/4/clu4-sample2.png +3 -0
- samples/4/clu4-sample3.png +3 -0
- samples/4/clu4-sample4.png +3 -0
README.md
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 Mujina/ムジナ/貉 (SSSS.DYNAZENON)
|
13 |
+
|
14 |
+
This is the dataset of Mujina/ムジナ/貉 (SSSS.DYNAZENON), containing 234 images and their tags.
|
15 |
+
|
16 |
+
The core tags of this character are `short_hair, blue_eyes, breasts, bangs, large_breasts`, 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 | 234 | 308.66 MiB | [Download](https://huggingface.co/datasets/CyberHarem/mujina/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
|
25 |
+
| 800 | 234 | 162.45 MiB | [Download](https://huggingface.co/datasets/CyberHarem/mujina/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
|
26 |
+
| stage3-p480-800 | 580 | 351.09 MiB | [Download](https://huggingface.co/datasets/CyberHarem/mujina/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
|
27 |
+
| 1200 | 234 | 269.29 MiB | [Download](https://huggingface.co/datasets/CyberHarem/mujina/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
|
28 |
+
| stage3-p480-1200 | 580 | 506.04 MiB | [Download](https://huggingface.co/datasets/CyberHarem/mujina/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/mujina',
|
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 | 13 | ![](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, looking_at_viewer, navel, purple_bikini, solo, wet, parted_lips, sitting, white_background, armpits, brown_hair |
|
69 |
+
| 1 | 5 | ![](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, cleavage, collarbone, purple_bikini, thighs, bare_shoulders, blush, looking_at_viewer, sitting, solo, crossed_legs, navel, pink_hair, parted_lips, wet |
|
70 |
+
| 2 | 7 | ![](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, ass, looking_at_viewer, looking_back, solo, thighs, purple_bikini, simple_background, white_background, bare_shoulders, from_behind, brown_hair, from_below, parted_lips |
|
71 |
+
| 3 | 79 | ![](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) | 1girl, solo, white_gloves, white_jacket, purple_shorts, thighs, corset, looking_at_viewer, military_jacket, short_necktie, underbust, open_clothes, purple_necktie, white_shirt, short_shorts, white_background |
|
72 |
+
| 4 | 20 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, 1boy, blush, hetero, pussy, sweat, sex, nipples, vaginal, completely_nude, mosaic_censoring, open_mouth, penis, looking_at_viewer, solo_focus, spread_legs, thighs, navel, anus, ass, brown_hair, hair_between_eyes, lying |
|
73 |
+
|
74 |
+
### Table Version
|
75 |
+
|
76 |
+
| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | cleavage | looking_at_viewer | navel | purple_bikini | solo | wet | parted_lips | sitting | white_background | armpits | brown_hair | collarbone | thighs | bare_shoulders | blush | crossed_legs | pink_hair | ass | looking_back | simple_background | from_behind | from_below | white_gloves | white_jacket | purple_shorts | corset | military_jacket | short_necktie | underbust | open_clothes | purple_necktie | white_shirt | short_shorts | 1boy | hetero | pussy | sweat | sex | nipples | vaginal | completely_nude | mosaic_censoring | open_mouth | penis | solo_focus | spread_legs | anus | hair_between_eyes | lying |
|
77 |
+
|----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-----------|:--------------------|:--------|:----------------|:-------|:------|:--------------|:----------|:-------------------|:----------|:-------------|:-------------|:---------|:-----------------|:--------|:---------------|:------------|:------|:---------------|:--------------------|:--------------|:-------------|:---------------|:---------------|:----------------|:---------|:------------------|:----------------|:------------|:---------------|:-----------------|:--------------|:---------------|:-------|:---------|:--------|:--------|:------|:----------|:----------|:------------------|:-------------------|:-------------|:--------|:-------------|:--------------|:-------|:--------------------|:--------|
|
78 |
+
| 0 | 13 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
79 |
+
| 1 | 5 | ![](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 | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
80 |
+
| 2 | 7 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
81 |
+
| 3 | 79 | ![](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 | | | | | | | | | | | | | | | | |
|
82 |
+
| 4 | 20 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-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 |
|
83 |
+
|
dataset-1200.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37b7cf7f80086c9dd94b8d759f654ec32cc771467a4063bb8899539a08414dad
|
3 |
+
size 282366224
|
dataset-800.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5eb2c203d2f57b0c191df751f5f799d80b7c842556fbcb9b43038cd8f8ee527
|
3 |
+
size 170346134
|
dataset-raw.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64e9737527b41f7ac01607756e96f8b520335c5d7df10c7d0f4aed32cf618823
|
3 |
+
size 323656514
|
dataset-stage3-p480-1200.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ed99cb964f22674e88a5094bb87a307ccac223a21cef8281a083c6bbb78d80f
|
3 |
+
size 530624952
|
dataset-stage3-p480-800.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4843544341fcb736a6bc91c1b849d6d829dc0eddbc304bb429987bbe40f7831
|
3 |
+
size 368144914
|
meta.json
ADDED
@@ -0,0 +1,163 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bangumi": null,
|
3 |
+
"base_size": 234,
|
4 |
+
"clusters": [
|
5 |
+
{
|
6 |
+
"id": 0,
|
7 |
+
"size": 13,
|
8 |
+
"tags": [
|
9 |
+
"1girl",
|
10 |
+
"cleavage",
|
11 |
+
"looking_at_viewer",
|
12 |
+
"navel",
|
13 |
+
"purple_bikini",
|
14 |
+
"solo",
|
15 |
+
"wet",
|
16 |
+
"parted_lips",
|
17 |
+
"sitting",
|
18 |
+
"white_background",
|
19 |
+
"armpits",
|
20 |
+
"brown_hair"
|
21 |
+
]
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"id": 1,
|
25 |
+
"size": 5,
|
26 |
+
"tags": [
|
27 |
+
"1girl",
|
28 |
+
"cleavage",
|
29 |
+
"collarbone",
|
30 |
+
"purple_bikini",
|
31 |
+
"thighs",
|
32 |
+
"bare_shoulders",
|
33 |
+
"blush",
|
34 |
+
"looking_at_viewer",
|
35 |
+
"sitting",
|
36 |
+
"solo",
|
37 |
+
"crossed_legs",
|
38 |
+
"navel",
|
39 |
+
"pink_hair",
|
40 |
+
"parted_lips",
|
41 |
+
"wet"
|
42 |
+
]
|
43 |
+
},
|
44 |
+
{
|
45 |
+
"id": 2,
|
46 |
+
"size": 7,
|
47 |
+
"tags": [
|
48 |
+
"1girl",
|
49 |
+
"ass",
|
50 |
+
"looking_at_viewer",
|
51 |
+
"looking_back",
|
52 |
+
"solo",
|
53 |
+
"thighs",
|
54 |
+
"purple_bikini",
|
55 |
+
"simple_background",
|
56 |
+
"white_background",
|
57 |
+
"bare_shoulders",
|
58 |
+
"from_behind",
|
59 |
+
"brown_hair",
|
60 |
+
"from_below",
|
61 |
+
"parted_lips"
|
62 |
+
]
|
63 |
+
},
|
64 |
+
{
|
65 |
+
"id": 3,
|
66 |
+
"size": 79,
|
67 |
+
"tags": [
|
68 |
+
"1girl",
|
69 |
+
"solo",
|
70 |
+
"white_gloves",
|
71 |
+
"white_jacket",
|
72 |
+
"purple_shorts",
|
73 |
+
"thighs",
|
74 |
+
"corset",
|
75 |
+
"looking_at_viewer",
|
76 |
+
"military_jacket",
|
77 |
+
"short_necktie",
|
78 |
+
"underbust",
|
79 |
+
"open_clothes",
|
80 |
+
"purple_necktie",
|
81 |
+
"white_shirt",
|
82 |
+
"short_shorts",
|
83 |
+
"white_background"
|
84 |
+
]
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"id": 4,
|
88 |
+
"size": 20,
|
89 |
+
"tags": [
|
90 |
+
"1girl",
|
91 |
+
"1boy",
|
92 |
+
"blush",
|
93 |
+
"hetero",
|
94 |
+
"pussy",
|
95 |
+
"sweat",
|
96 |
+
"sex",
|
97 |
+
"nipples",
|
98 |
+
"vaginal",
|
99 |
+
"completely_nude",
|
100 |
+
"mosaic_censoring",
|
101 |
+
"open_mouth",
|
102 |
+
"penis",
|
103 |
+
"looking_at_viewer",
|
104 |
+
"solo_focus",
|
105 |
+
"spread_legs",
|
106 |
+
"thighs",
|
107 |
+
"navel",
|
108 |
+
"anus",
|
109 |
+
"ass",
|
110 |
+
"brown_hair",
|
111 |
+
"hair_between_eyes",
|
112 |
+
"lying"
|
113 |
+
]
|
114 |
+
}
|
115 |
+
],
|
116 |
+
"core_tags": [
|
117 |
+
"short_hair",
|
118 |
+
"blue_eyes",
|
119 |
+
"breasts",
|
120 |
+
"bangs",
|
121 |
+
"large_breasts"
|
122 |
+
],
|
123 |
+
"display_name": "Mujina/ムジナ/貉 (SSSS.DYNAZENON)",
|
124 |
+
"name": "mujina",
|
125 |
+
"packages": {
|
126 |
+
"1200": {
|
127 |
+
"description": "dataset with the shorter side not exceeding 1200 pixels.",
|
128 |
+
"filename": "dataset-1200.zip",
|
129 |
+
"package_size": 282366224,
|
130 |
+
"size": 234,
|
131 |
+
"type": "IMG+TXT"
|
132 |
+
},
|
133 |
+
"800": {
|
134 |
+
"description": "dataset with the shorter side not exceeding 800 pixels.",
|
135 |
+
"filename": "dataset-800.zip",
|
136 |
+
"package_size": 170346134,
|
137 |
+
"size": 234,
|
138 |
+
"type": "IMG+TXT"
|
139 |
+
},
|
140 |
+
"raw": {
|
141 |
+
"description": "Raw data with meta information (min edge aligned to 1400 if larger).",
|
142 |
+
"filename": "dataset-raw.zip",
|
143 |
+
"package_size": 323656514,
|
144 |
+
"size": 234,
|
145 |
+
"type": "Waifuc-Raw"
|
146 |
+
},
|
147 |
+
"stage3-p480-1200": {
|
148 |
+
"description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
|
149 |
+
"filename": "dataset-stage3-p480-1200.zip",
|
150 |
+
"package_size": 530624952,
|
151 |
+
"size": 580,
|
152 |
+
"type": "IMG+TXT"
|
153 |
+
},
|
154 |
+
"stage3-p480-800": {
|
155 |
+
"description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
|
156 |
+
"filename": "dataset-stage3-p480-800.zip",
|
157 |
+
"package_size": 368144914,
|
158 |
+
"size": 580,
|
159 |
+
"type": "IMG+TXT"
|
160 |
+
}
|
161 |
+
},
|
162 |
+
"version": "v1.5"
|
163 |
+
}
|
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
|
samples/4/clu4-sample0.png
ADDED
Git LFS Details
|
samples/4/clu4-sample1.png
ADDED
Git LFS Details
|
samples/4/clu4-sample2.png
ADDED
Git LFS Details
|
samples/4/clu4-sample3.png
ADDED
Git LFS Details
|
samples/4/clu4-sample4.png
ADDED
Git LFS Details
|