narugo1992 commited on
Publish character 'comet (Azur Lane)' to repository, on 2024-01-13 19:30:58 UTC
Browse files- README.md +77 -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 +108 -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
README.md
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 comet/コメット/彗星 (Azur Lane)
|
| 13 |
+
|
| 14 |
+
This is the dataset of comet/コメット/彗星 (Azur Lane), containing 34 images and their tags.
|
| 15 |
+
|
| 16 |
+
The core tags of this character are `green_hair, long_hair, red_eyes, twintails, ahoge, hat, bangs, beret, breasts, hair_between_eyes, hair_ornament, white_headwear, ribbon, 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 | 34 | 41.48 MiB | [Download](https://huggingface.co/datasets/CyberHarem/comet_azurlane/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
|
| 25 |
+
| 800 | 34 | 25.11 MiB | [Download](https://huggingface.co/datasets/CyberHarem/comet_azurlane/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
|
| 26 |
+
| stage3-p480-800 | 77 | 50.55 MiB | [Download](https://huggingface.co/datasets/CyberHarem/comet_azurlane/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
|
| 27 |
+
| 1200 | 34 | 36.64 MiB | [Download](https://huggingface.co/datasets/CyberHarem/comet_azurlane/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
|
| 28 |
+
| stage3-p480-1200 | 77 | 67.95 MiB | [Download](https://huggingface.co/datasets/CyberHarem/comet_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/comet_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 | 17 |  |  |  |  |  | smile, 1girl, solo, open_mouth, star_(symbol), blush, choker, looking_at_viewer, puffy_sleeves, white_thighhighs, blue_skirt, plaid_skirt, white_shirt, long_sleeves, collared_shirt, one_eye_closed, ;d, hair_ribbon, pleated_skirt, retrofit_(azur_lane), white_background |
|
| 69 |
+
| 1 | 5 |  |  |  |  |  | 2girls, smile, 1girl, blush, looking_at_viewer, open_mouth, solo_focus, blonde_hair, thighhighs, collarbone, one_eye_closed, skirt, standing |
|
| 70 |
+
|
| 71 |
+
### Table Version
|
| 72 |
+
|
| 73 |
+
| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | smile | 1girl | solo | open_mouth | star_(symbol) | blush | choker | looking_at_viewer | puffy_sleeves | white_thighhighs | blue_skirt | plaid_skirt | white_shirt | long_sleeves | collared_shirt | one_eye_closed | ;d | hair_ribbon | pleated_skirt | retrofit_(azur_lane) | white_background | 2girls | solo_focus | blonde_hair | thighhighs | collarbone | skirt | standing |
|
| 74 |
+
|----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:--------|:-------|:-------------|:----------------|:--------|:---------|:--------------------|:----------------|:-------------------|:-------------|:--------------|:--------------|:---------------|:-----------------|:-----------------|:-----|:--------------|:----------------|:-----------------------|:-------------------|:---------|:-------------|:--------------|:-------------|:-------------|:--------|:-----------|
|
| 75 |
+
| 0 | 17 |  |  |  |  |  | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | |
|
| 76 |
+
| 1 | 5 |  |  |  |  |  | X | X | | X | | X | | X | | | | | | | | X | | | | | | X | X | X | X | X | X | X |
|
| 77 |
+
|
dataset-1200.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43d6bce267414276db3527d8ba0b3f68dd2cb9d286165941d34ad383da6813fb
|
| 3 |
+
size 38423180
|
dataset-800.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db15e10c4881d0b68afbaf1edde38dcc876308fa8b677d90fec82de5abf2dbc9
|
| 3 |
+
size 26331020
|
dataset-raw.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a27bab25ce74b79233ccc37725a465161f61b4ac5b40bf4c4288db51087a5f6e
|
| 3 |
+
size 43492476
|
dataset-stage3-p480-1200.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb9a9694af3062d7ff779503b51d89560ed2d83d4a937fb5ba9e1572363bd33a
|
| 3 |
+
size 71252752
|
dataset-stage3-p480-800.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a703af8a041f17cbdc06b2e7f9eeaa63353b4ac80627dd1f85b8b763141c807
|
| 3 |
+
size 53001466
|
meta.json
ADDED
|
@@ -0,0 +1,108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bangumi": null,
|
| 3 |
+
"base_size": 34,
|
| 4 |
+
"clusters": [
|
| 5 |
+
{
|
| 6 |
+
"id": 0,
|
| 7 |
+
"size": 17,
|
| 8 |
+
"tags": [
|
| 9 |
+
"smile",
|
| 10 |
+
"1girl",
|
| 11 |
+
"solo",
|
| 12 |
+
"open_mouth",
|
| 13 |
+
"star_(symbol)",
|
| 14 |
+
"blush",
|
| 15 |
+
"choker",
|
| 16 |
+
"looking_at_viewer",
|
| 17 |
+
"puffy_sleeves",
|
| 18 |
+
"white_thighhighs",
|
| 19 |
+
"blue_skirt",
|
| 20 |
+
"plaid_skirt",
|
| 21 |
+
"white_shirt",
|
| 22 |
+
"long_sleeves",
|
| 23 |
+
"collared_shirt",
|
| 24 |
+
"one_eye_closed",
|
| 25 |
+
";d",
|
| 26 |
+
"hair_ribbon",
|
| 27 |
+
"pleated_skirt",
|
| 28 |
+
"retrofit_(azur_lane)",
|
| 29 |
+
"white_background"
|
| 30 |
+
]
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"id": 1,
|
| 34 |
+
"size": 5,
|
| 35 |
+
"tags": [
|
| 36 |
+
"2girls",
|
| 37 |
+
"smile",
|
| 38 |
+
"1girl",
|
| 39 |
+
"blush",
|
| 40 |
+
"looking_at_viewer",
|
| 41 |
+
"open_mouth",
|
| 42 |
+
"solo_focus",
|
| 43 |
+
"blonde_hair",
|
| 44 |
+
"thighhighs",
|
| 45 |
+
"collarbone",
|
| 46 |
+
"one_eye_closed",
|
| 47 |
+
"skirt",
|
| 48 |
+
"standing"
|
| 49 |
+
]
|
| 50 |
+
}
|
| 51 |
+
],
|
| 52 |
+
"core_tags": [
|
| 53 |
+
"green_hair",
|
| 54 |
+
"long_hair",
|
| 55 |
+
"red_eyes",
|
| 56 |
+
"twintails",
|
| 57 |
+
"ahoge",
|
| 58 |
+
"hat",
|
| 59 |
+
"bangs",
|
| 60 |
+
"beret",
|
| 61 |
+
"breasts",
|
| 62 |
+
"hair_between_eyes",
|
| 63 |
+
"hair_ornament",
|
| 64 |
+
"white_headwear",
|
| 65 |
+
"ribbon",
|
| 66 |
+
"very_long_hair"
|
| 67 |
+
],
|
| 68 |
+
"display_name": "comet/コメット/彗星 (Azur Lane)",
|
| 69 |
+
"name": "comet (Azur Lane)",
|
| 70 |
+
"packages": {
|
| 71 |
+
"1200": {
|
| 72 |
+
"description": "dataset with the shorter side not exceeding 1200 pixels.",
|
| 73 |
+
"filename": "dataset-1200.zip",
|
| 74 |
+
"package_size": 38423180,
|
| 75 |
+
"size": 34,
|
| 76 |
+
"type": "IMG+TXT"
|
| 77 |
+
},
|
| 78 |
+
"800": {
|
| 79 |
+
"description": "dataset with the shorter side not exceeding 800 pixels.",
|
| 80 |
+
"filename": "dataset-800.zip",
|
| 81 |
+
"package_size": 26331020,
|
| 82 |
+
"size": 34,
|
| 83 |
+
"type": "IMG+TXT"
|
| 84 |
+
},
|
| 85 |
+
"raw": {
|
| 86 |
+
"description": "Raw data with meta information (min edge aligned to 1400 if larger).",
|
| 87 |
+
"filename": "dataset-raw.zip",
|
| 88 |
+
"package_size": 43492476,
|
| 89 |
+
"size": 34,
|
| 90 |
+
"type": "Waifuc-Raw"
|
| 91 |
+
},
|
| 92 |
+
"stage3-p480-1200": {
|
| 93 |
+
"description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
|
| 94 |
+
"filename": "dataset-stage3-p480-1200.zip",
|
| 95 |
+
"package_size": 71252752,
|
| 96 |
+
"size": 77,
|
| 97 |
+
"type": "IMG+TXT"
|
| 98 |
+
},
|
| 99 |
+
"stage3-p480-800": {
|
| 100 |
+
"description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
|
| 101 |
+
"filename": "dataset-stage3-p480-800.zip",
|
| 102 |
+
"package_size": 53001466,
|
| 103 |
+
"size": 77,
|
| 104 |
+
"type": "IMG+TXT"
|
| 105 |
+
}
|
| 106 |
+
},
|
| 107 |
+
"version": "v1.5"
|
| 108 |
+
}
|
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
|