narugo1992
commited on
Publish character 'satsuki_reverse1999' to repository, on 2024-08-05 12:41:45 UTC
Browse files- README.md +72 -0
- dataset-raw.zip +3 -0
- dataset-stage3-p480-1200.zip +3 -0
- embeddings/all.npy +3 -0
- embeddings/group_0.npy +3 -0
- meta.json +68 -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
README.md
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 Satsuki/五色月 (Reverse:1999)
|
13 |
+
|
14 |
+
This is the dataset of Satsuki/五色月 (Reverse:1999), containing 10 images and their tags.
|
15 |
+
|
16 |
+
The core tags of this character are `bow, brown_hair, brown_eyes, hair_ornament, short_hair, hair_bow, breasts, hair_flower, hat`, 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 | Images-head | Images-others |
|
23 |
+
|:-----------------|---------:|:----------|:---------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------|:--------------|:----------------|
|
24 |
+
| raw | 10 | 16.58 MiB | [Download](https://huggingface.co/datasets/CyberHarem/satsuki_reverse1999/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | -- | -- |
|
25 |
+
| stage3-p480-1200 | 26 | 27.51 MiB | [Download](https://huggingface.co/datasets/CyberHarem/satsuki_reverse1999/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | 7 | 19 |
|
26 |
+
|
27 |
+
### Load Raw Dataset with Waifuc
|
28 |
+
|
29 |
+
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
|
30 |
+
|
31 |
+
```python
|
32 |
+
import os
|
33 |
+
import zipfile
|
34 |
+
|
35 |
+
from huggingface_hub import hf_hub_download
|
36 |
+
from waifuc.source import LocalSource
|
37 |
+
|
38 |
+
# download raw archive file
|
39 |
+
zip_file = hf_hub_download(
|
40 |
+
repo_id='CyberHarem/satsuki_reverse1999',
|
41 |
+
repo_type='dataset',
|
42 |
+
filename='dataset-raw.zip',
|
43 |
+
)
|
44 |
+
|
45 |
+
# extract files to your directory
|
46 |
+
dataset_dir = 'dataset_dir'
|
47 |
+
os.makedirs(dataset_dir, exist_ok=True)
|
48 |
+
with zipfile.ZipFile(zip_file, 'r') as zf:
|
49 |
+
zf.extractall(dataset_dir)
|
50 |
+
|
51 |
+
# load the dataset with waifuc
|
52 |
+
source = LocalSource(dataset_dir)
|
53 |
+
for item in source:
|
54 |
+
print(item.image, item.meta['filename'], item.meta['tags'])
|
55 |
+
```
|
56 |
+
|
57 |
+
## List of Clusters
|
58 |
+
|
59 |
+
List of tag clustering result, maybe some outfits can be mined here.
|
60 |
+
|
61 |
+
### Raw Text Version
|
62 |
+
|
63 |
+
| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags |
|
64 |
+
|----:|----------:|:------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
65 |
+
| 0 | 10 |  |  |  |  |  | 1girl, solo, chain, flower, long_sleeves, looking_at_viewer, blush, closed_mouth, cuffs, frilled_apron, full_body, smile, wa_maid, white_apron, bonnet, gloves, maid_apron, simple_background, socks, striped_kimono, wide_sleeves |
|
66 |
+
|
67 |
+
### Table Version
|
68 |
+
|
69 |
+
| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | solo | chain | flower | long_sleeves | looking_at_viewer | blush | closed_mouth | cuffs | frilled_apron | full_body | smile | wa_maid | white_apron | bonnet | gloves | maid_apron | simple_background | socks | striped_kimono | wide_sleeves |
|
70 |
+
|----:|----------:|:------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------|:--------|:-------|:--------|:---------|:---------------|:--------------------|:--------|:---------------|:--------|:----------------|:------------|:--------|:----------|:--------------|:---------|:---------|:-------------|:--------------------|:--------|:-----------------|:---------------|
|
71 |
+
| 0 | 10 |  |  |  |  |  | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X |
|
72 |
+
|
dataset-raw.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a350de4bd099d310cfbff44a5394d9c2a0407d30d928855c34757d8929c9c3e
|
3 |
+
size 17384735
|
dataset-stage3-p480-1200.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9b2e7bf29544588d60d6d91006c3c166e270895d99d3b568d3df2602c70c381
|
3 |
+
size 28851070
|
embeddings/all.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6612dad3af14587d16b6fbc6de5b28b9f9187870d9cf89fc1dbe5efac5a9ab8f
|
3 |
+
size 41088
|
embeddings/group_0.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6612dad3af14587d16b6fbc6de5b28b9f9187870d9cf89fc1dbe5efac5a9ab8f
|
3 |
+
size 41088
|
meta.json
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bangumi": null,
|
3 |
+
"base_size": 10,
|
4 |
+
"clusters": [
|
5 |
+
{
|
6 |
+
"id": 0,
|
7 |
+
"size": 10,
|
8 |
+
"tags": [
|
9 |
+
"1girl",
|
10 |
+
"solo",
|
11 |
+
"chain",
|
12 |
+
"flower",
|
13 |
+
"long_sleeves",
|
14 |
+
"looking_at_viewer",
|
15 |
+
"blush",
|
16 |
+
"closed_mouth",
|
17 |
+
"cuffs",
|
18 |
+
"frilled_apron",
|
19 |
+
"full_body",
|
20 |
+
"smile",
|
21 |
+
"wa_maid",
|
22 |
+
"white_apron",
|
23 |
+
"bonnet",
|
24 |
+
"gloves",
|
25 |
+
"maid_apron",
|
26 |
+
"simple_background",
|
27 |
+
"socks",
|
28 |
+
"striped_kimono",
|
29 |
+
"wide_sleeves"
|
30 |
+
]
|
31 |
+
}
|
32 |
+
],
|
33 |
+
"core_tags": [
|
34 |
+
"bow",
|
35 |
+
"brown_hair",
|
36 |
+
"brown_eyes",
|
37 |
+
"hair_ornament",
|
38 |
+
"short_hair",
|
39 |
+
"hair_bow",
|
40 |
+
"breasts",
|
41 |
+
"hair_flower",
|
42 |
+
"hat"
|
43 |
+
],
|
44 |
+
"display_name": "Satsuki/五色月 (Reverse:1999)",
|
45 |
+
"name": "satsuki_reverse1999",
|
46 |
+
"packages": {
|
47 |
+
"raw": {
|
48 |
+
"description": "Raw data with meta information (min edge aligned to 1400 if larger).",
|
49 |
+
"filename": "dataset-raw.zip",
|
50 |
+
"package_size": 17384735,
|
51 |
+
"size": 10,
|
52 |
+
"sub_sizes": {},
|
53 |
+
"type": "Waifuc-Raw"
|
54 |
+
},
|
55 |
+
"stage3-p480-1200": {
|
56 |
+
"description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
|
57 |
+
"filename": "dataset-stage3-p480-1200.zip",
|
58 |
+
"package_size": 28851070,
|
59 |
+
"size": 26,
|
60 |
+
"sub_sizes": {
|
61 |
+
"head": 7,
|
62 |
+
"others": 19
|
63 |
+
},
|
64 |
+
"type": "IMG+TXT"
|
65 |
+
}
|
66 |
+
},
|
67 |
+
"version": "v1.6-alpha3"
|
68 |
+
}
|
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
|