Publish character 'medusa_fatestaynightufotable' to repository, on 2024-01-28 21:00:10 CST
Browse files- README.md +75 -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 +70 -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,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 Medusa (Fate Stay Night [UFOTABLE])
|
13 |
+
|
14 |
+
This is the dataset of Medusa (Fate Stay Night [UFOTABLE]), containing 24 images and their tags.
|
15 |
+
|
16 |
+
The core tags of this character are `long_hair, purple_hair, very_long_hair, facial_mark, breasts, 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 | 24 | 19.30 MiB | [Download](https://huggingface.co/datasets/CyberHarem/medusa_fatestaynightufotable/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
|
25 |
+
| 800 | 24 | 15.24 MiB | [Download](https://huggingface.co/datasets/CyberHarem/medusa_fatestaynightufotable/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
|
26 |
+
| stage3-p480-800 | 45 | 28.78 MiB | [Download](https://huggingface.co/datasets/CyberHarem/medusa_fatestaynightufotable/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
|
27 |
+
| 1200 | 24 | 19.30 MiB | [Download](https://huggingface.co/datasets/CyberHarem/medusa_fatestaynightufotable/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
|
28 |
+
| stage3-p480-1200 | 45 | 35.28 MiB | [Download](https://huggingface.co/datasets/CyberHarem/medusa_fatestaynightufotable/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/medusa_fatestaynightufotable',
|
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 | 24 | ![](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, blindfold, cleavage, bare_shoulders, forehead_mark, collar, detached_sleeves, strapless_dress, thighhighs |
|
69 |
+
|
70 |
+
### Table Version
|
71 |
+
|
72 |
+
| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | solo | blindfold | cleavage | bare_shoulders | forehead_mark | collar | detached_sleeves | strapless_dress | thighhighs |
|
73 |
+
|----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:------------|:-----------|:-----------------|:----------------|:---------|:-------------------|:------------------|:-------------|
|
74 |
+
| 0 | 24 | ![](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:1073d355040509a4a7b1ba1e1da9c482538b08299142136ff71257be0443c7fe
|
3 |
+
size 20232804
|
dataset-800.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9d31edfb5d336f19f765b4b7bc965a1d41c8a6d62c30226d71236551035de12
|
3 |
+
size 15976220
|
dataset-raw.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0390d7c0e360f102fb7044fa2075a1230797cc51c7e240a394d927080e015793
|
3 |
+
size 20242259
|
dataset-stage3-p480-1200.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88c519c0f318ae6209e35fa33e4010119e8ed4ac38f659962f282b1ea6c5d8c8
|
3 |
+
size 36994075
|
dataset-stage3-p480-800.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1b228c3cf2e90d597bc20a4047327b1a951427a45dee0094f896b0658bc4795
|
3 |
+
size 30181945
|
meta.json
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bangumi": "BangumiBase/fatestaynightufotable",
|
3 |
+
"base_size": 24,
|
4 |
+
"clusters": [
|
5 |
+
{
|
6 |
+
"id": 0,
|
7 |
+
"size": 24,
|
8 |
+
"tags": [
|
9 |
+
"1girl",
|
10 |
+
"solo",
|
11 |
+
"blindfold",
|
12 |
+
"cleavage",
|
13 |
+
"bare_shoulders",
|
14 |
+
"forehead_mark",
|
15 |
+
"collar",
|
16 |
+
"detached_sleeves",
|
17 |
+
"strapless_dress",
|
18 |
+
"thighhighs"
|
19 |
+
]
|
20 |
+
}
|
21 |
+
],
|
22 |
+
"core_tags": [
|
23 |
+
"long_hair",
|
24 |
+
"purple_hair",
|
25 |
+
"very_long_hair",
|
26 |
+
"facial_mark",
|
27 |
+
"breasts",
|
28 |
+
"large_breasts"
|
29 |
+
],
|
30 |
+
"display_name": "Medusa (Fate Stay Night [UFOTABLE])",
|
31 |
+
"name": "medusa_fatestaynightufotable",
|
32 |
+
"packages": {
|
33 |
+
"1200": {
|
34 |
+
"description": "dataset with the shorter side not exceeding 1200 pixels.",
|
35 |
+
"filename": "dataset-1200.zip",
|
36 |
+
"package_size": 20232804,
|
37 |
+
"size": 24,
|
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": 15976220,
|
44 |
+
"size": 24,
|
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": 20242259,
|
51 |
+
"size": 24,
|
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": 36994075,
|
58 |
+
"size": 45,
|
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": 30181945,
|
65 |
+
"size": 45,
|
66 |
+
"type": "IMG+TXT"
|
67 |
+
}
|
68 |
+
},
|
69 |
+
"version": "v1.5"
|
70 |
+
}
|
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
|