File size: 78,074 Bytes
f65d1eb
 
 
 
 
 
 
 
 
 
 
9fd3797
f65d1eb
ecb0c8b
ccc733b
b01b369
f65d1eb
 
 
ccc733b
 
ecb0c8b
 
 
 
ccc733b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ecb0c8b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ccc733b
 
 
ecb0c8b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f65d1eb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
---
license: mit
task_categories:
- text-to-image
tags:
- art
- not-for-all-audiences
size_categories:
- n<1K
---

# Dataset of Tohsaka Rin/遠坂凛/远坂凛/士凛 (Fate Stay Night [UFOTABLE])

This is the dataset of Tohsaka Rin/遠坂凛/远坂凛/士凛 (Fate Stay Night [UFOTABLE]), containing 590 images and their tags.

The core tags of this character are `long_hair, black_hair, two_side_up, ribbon, hair_ribbon, blue_eyes`, which are pruned in this dataset.

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)).

## List of Packages

| Name             |   Images | Size       | Download                                                                                                                           | Type       | Description                                                          | Images-head   | Images-others   |
|:-----------------|---------:|:-----------|:-----------------------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------|:--------------|:----------------|
| raw              |      590 | 502.35 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/dataset-raw.zip)              | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | --            | --              |
| stage3-p480-1200 |     1137 | 880.72 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT    | 3-stage cropped dataset with the area not less than 480x480 pixels.  | 554           | 583             |

### Load Raw Dataset with Waifuc

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

```python
import os
import zipfile

from huggingface_hub import hf_hub_download
from waifuc.source import LocalSource

# download raw archive file
zip_file = hf_hub_download(
    repo_id='CyberHarem/tohsaka_rin_fatestaynightufotable',
    repo_type='dataset',
    filename='dataset-raw.zip',
)

# extract files to your directory
dataset_dir = 'dataset_dir'
os.makedirs(dataset_dir, exist_ok=True)
with zipfile.ZipFile(zip_file, 'r') as zf:
    zf.extractall(dataset_dir)

# load the dataset with waifuc
source = LocalSource(dataset_dir)
for item in source:
    print(item.image, item.meta['filename'], item.meta['tags'])
```

## List of Clusters

List of tag clustering result, maybe some outfits can be mined here.

### Raw Text Version

|   # |   Samples | Img-1                                                                                                                       | Img-2                                                                                                                       | Img-3                                                                                                                       | Img-4                                                                                                                       | Img-5                                                                                                                       | Tags                                                                                                                                                                                             |
|----:|----------:|:----------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|   0 |        11 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/0/clu0-sample0.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/0/clu0-sample1.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/0/clu0-sample2.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/0/clu0-sample3.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/0/clu0-sample4.png)   | 1girl, coat, orange_scarf, solo, outdoors, anime_coloring, day, smile, looking_at_viewer, upper_body, blurry_background, bow                                                                     |
|   1 |         9 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/1/clu1-sample0.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/1/clu1-sample1.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/1/clu1-sample2.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/1/clu1-sample3.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/1/clu1-sample4.png)   | 1girl, solo, anime_coloring, profile, coat, from_side, orange_scarf, blurry_background, bow, upper_body                                                                                          |
|   2 |         8 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/2/clu2-sample0.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/2/clu2-sample1.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/2/clu2-sample2.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/2/clu2-sample3.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/2/clu2-sample4.png)   | 1girl, anime_coloring, orange_scarf, solo, coat, frown, upper_body, bow, parody, looking_at_viewer, portrait                                                                                     |
|   3 |         8 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/3/clu3-sample0.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/3/clu3-sample1.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/3/clu3-sample2.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/3/clu3-sample3.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/3/clu3-sample4.png)   | 1girl, solo, red_coat, upper_body, anime_coloring, orange_scarf, looking_at_viewer, bow                                                                                                          |
|   4 |         8 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/4/clu4-sample0.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/4/clu4-sample1.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/4/clu4-sample2.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/4/clu4-sample3.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/4/clu4-sample4.png)   | 1girl, orange_scarf, solo, upper_body, red_coat, sweatdrop, bondage, chair, looking_at_viewer, rope, sitting, tied_up_(nonsexual)                                                                |
|   5 |         5 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/5/clu5-sample0.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/5/clu5-sample1.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/5/clu5-sample2.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/5/clu5-sample3.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/5/clu5-sample4.png)   | 1girl, anime_coloring, orange_scarf, solo, upper_body, looking_at_viewer, red_coat, black_ribbon, black_bow, closed_mouth, parody                                                                |
|   6 |        14 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/6/clu6-sample0.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/6/clu6-sample1.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/6/clu6-sample2.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/6/clu6-sample3.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/6/clu6-sample4.png)   | 1girl, black_thighhighs, solo, zettai_ryouiki, black_skirt, pleated_skirt, miniskirt, red_coat, standing, orange_scarf, long_sleeves, outdoors, full_body                                        |
|   7 |         6 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/7/clu7-sample0.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/7/clu7-sample1.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/7/clu7-sample2.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/7/clu7-sample3.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/7/clu7-sample4.png)   | 1girl, black_thighhighs, bondage, chair, rope, solo, zettai_ryouiki, black_skirt, orange_scarf, sitting, coat, tied_up_(nonsexual)                                                               |
|   8 |         5 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/8/clu8-sample0.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/8/clu8-sample1.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/8/clu8-sample2.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/8/clu8-sample3.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/8/clu8-sample4.png)   | 1girl, anime_coloring, solo, looking_at_viewer, red_jacket, brown_hair, portrait, style_parody                                                                                                   |
|   9 |        14 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/9/clu9-sample0.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/9/clu9-sample1.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/9/clu9-sample2.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/9/clu9-sample3.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/9/clu9-sample4.png)   | 1girl, homurahara_academy_school_uniform, red_jacket, solo, looking_at_viewer, brown_hair, red_coat, vest, black_skirt, neck_ribbon, night                                                       |
|  10 |         5 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/10/clu10-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/10/clu10-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/10/clu10-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/10/clu10-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/10/clu10-sample4.png) | 1girl, homurahara_academy_school_uniform, solo, black_pantyhose, night, red_coat, black_skirt, red_jacket, sky, brown_hair, brown_vest, open_mouth, standing                                     |
|  11 |         9 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/11/clu11-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/11/clu11-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/11/clu11-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/11/clu11-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/11/clu11-sample4.png) | 1girl, solo, looking_at_viewer, homurahara_academy_school_uniform, red_jacket, upper_body, parody                                                                                                |
|  12 |         5 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/12/clu12-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/12/clu12-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/12/clu12-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/12/clu12-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/12/clu12-sample4.png) | 1girl, homurahara_academy_school_uniform, solo_focus, 1boy, black_skirt, red_jacket, black_pantyhose, crossed_arms, neck_ribbon, red_coat                                                        |
|  13 |         5 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/13/clu13-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/13/clu13-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/13/clu13-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/13/clu13-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/13/clu13-sample4.png) | brown_vest, homurahara_academy_school_uniform, 1girl, brown_hair, neck_ribbon, 1boy, solo_focus, white_shirt, long_sleeves, multiple_girls, skirt                                                |
|  14 |         6 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/14/clu14-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/14/clu14-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/14/clu14-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/14/clu14-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/14/clu14-sample4.png) | 1girl, homurahara_academy_school_uniform, 1boy, neck_ribbon, anime_coloring, white_shirt, brown_vest, looking_at_viewer, solo_focus, sweatdrop                                                   |
|  15 |        10 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/15/clu15-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/15/clu15-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/15/clu15-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/15/clu15-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/15/clu15-sample4.png) | 1girl, brown_vest, homurahara_academy_school_uniform, solo, neck_ribbon, upper_body, white_shirt, anime_coloring, black_ribbon, bow, brown_hair, collared_shirt, looking_at_viewer, style_parody |
|  16 |         9 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/16/clu16-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/16/clu16-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/16/clu16-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/16/clu16-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/16/clu16-sample4.png) | 1girl, homurahara_academy_school_uniform, solo, looking_at_viewer, brown_hair, frown, neck_ribbon, anime_coloring, portrait, brown_vest, upper_body, white_shirt                                 |
|  17 |        10 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/17/clu17-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/17/clu17-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/17/clu17-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/17/clu17-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/17/clu17-sample4.png) | 1girl, brown_vest, homurahara_academy_school_uniform, solo, neck_ribbon, black_pantyhose, black_skirt, standing, anime_coloring, black_ribbon, long_sleeves, looking_at_viewer, white_shirt      |
|  18 |         8 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/18/clu18-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/18/clu18-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/18/clu18-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/18/clu18-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/18/clu18-sample4.png) | 1girl, homurahara_academy_school_uniform, solo, tatami, table, zabuton, cup, seiza, anime_coloring, black_skirt, brown_vest, pantyhose, white_shirt                                              |
|  19 |         8 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/19/clu19-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/19/clu19-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/19/clu19-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/19/clu19-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/19/clu19-sample4.png) | 1girl, brown_hair, solo, blush, looking_at_viewer, black_ribbon, anime_coloring, close-up, parted_bangs, upper_body, breasts, green_eyes, hugging_object, pillow_hug, strap_slip                 |
|  20 |        10 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/20/clu20-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/20/clu20-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/20/clu20-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/20/clu20-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/20/clu20-sample4.png) | 1girl, solo, hair_down, indoors, collarbone, anime_coloring, sitting, upper_body                                                                                                                 |
|  21 |         8 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/21/clu21-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/21/clu21-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/21/clu21-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/21/clu21-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/21/clu21-sample4.png) | 1girl, anime_coloring, solo, upper_body, brown_hair, turtleneck, closed_mouth, red_sweater, breasts, long_sleeves, blurry, bow, from_side, frown, indoors, sitting                               |
|  22 |        31 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/22/clu22-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/22/clu22-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/22/clu22-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/22/clu22-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/22/clu22-sample4.png) | 1girl, solo, black_skirt, turtleneck, pleated_skirt, anime_coloring, black_thighhighs, zettai_ryouiki, long_sleeves, looking_at_viewer, sweater, sitting, brown_hair, miniskirt, indoors         |
|  23 |         7 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/23/clu23-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/23/clu23-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/23/clu23-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/23/clu23-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/23/clu23-sample4.png) | 1girl, anime_coloring, solo, turtleneck, open_mouth, from_side, profile                                                                                                                          |
|  24 |         7 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/24/clu24-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/24/clu24-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/24/clu24-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/24/clu24-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/24/clu24-sample4.png) | 1girl, solo, collared_shirt, looking_at_viewer, anime_coloring, outdoors, smile, blurry, portrait, window                                                                                        |
|  25 |         7 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/25/clu25-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/25/clu25-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/25/clu25-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/25/clu25-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/25/clu25-sample4.png) | 1girl, 1boy, turtleneck, anime_coloring, brown_hair, open_mouth                                                                                                                                  |
|  26 |         5 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/26/clu26-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/26/clu26-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/26/clu26-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/26/clu26-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/26/clu26-sample4.png) | 1girl, solo, from_behind, brown_hair, outdoors, sky, blurry, closed_eyes, long_sleeves, red_coat                                                                                                 |

### Table Version

|   # |   Samples | Img-1                                                                                                                       | Img-2                                                                                                                       | Img-3                                                                                                                       | Img-4                                                                                                                       | Img-5                                                                                                                       | 1girl   | coat   | orange_scarf   | solo   | outdoors   | anime_coloring   | day   | smile   | looking_at_viewer   | upper_body   | blurry_background   | bow   | profile   | from_side   | frown   | parody   | portrait   | red_coat   | sweatdrop   | bondage   | chair   | rope   | sitting   | tied_up_(nonsexual)   | black_ribbon   | black_bow   | closed_mouth   | black_thighhighs   | zettai_ryouiki   | black_skirt   | pleated_skirt   | miniskirt   | standing   | long_sleeves   | full_body   | red_jacket   | brown_hair   | style_parody   | homurahara_academy_school_uniform   | vest   | neck_ribbon   | night   | black_pantyhose   | sky   | brown_vest   | open_mouth   | solo_focus   | 1boy   | crossed_arms   | white_shirt   | multiple_girls   | skirt   | collared_shirt   | tatami   | table   | zabuton   | cup   | seiza   | pantyhose   | blush   | close-up   | parted_bangs   | breasts   | green_eyes   | hugging_object   | pillow_hug   | strap_slip   | hair_down   | indoors   | collarbone   | turtleneck   | red_sweater   | blurry   | sweater   | window   | from_behind   | closed_eyes   |
|----:|----------:|:----------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------|:--------|:-------|:---------------|:-------|:-----------|:-----------------|:------|:--------|:--------------------|:-------------|:--------------------|:------|:----------|:------------|:--------|:---------|:-----------|:-----------|:------------|:----------|:--------|:-------|:----------|:----------------------|:---------------|:------------|:---------------|:-------------------|:-----------------|:--------------|:----------------|:------------|:-----------|:---------------|:------------|:-------------|:-------------|:---------------|:------------------------------------|:-------|:--------------|:--------|:------------------|:------|:-------------|:-------------|:-------------|:-------|:---------------|:--------------|:-----------------|:--------|:-----------------|:---------|:--------|:----------|:------|:--------|:------------|:--------|:-----------|:---------------|:----------|:-------------|:-----------------|:-------------|:-------------|:------------|:----------|:-------------|:-------------|:--------------|:---------|:----------|:---------|:--------------|:--------------|
|   0 |        11 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/0/clu0-sample0.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/0/clu0-sample1.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/0/clu0-sample2.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/0/clu0-sample3.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/0/clu0-sample4.png)   | X       | X      | X              | X      | X          | X                | X     | X       | X                   | X            | X                   | X     |           |             |         |          |            |            |             |           |         |        |           |                       |                |             |                |                    |                  |               |                 |             |            |                |             |              |              |                |                                     |        |               |         |                   |       |              |              |              |        |                |               |                  |         |                  |          |         |           |       |         |             |         |            |                |           |              |                  |              |              |             |           |              |              |               |          |           |          |               |               |
|   1 |         9 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/1/clu1-sample0.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/1/clu1-sample1.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/1/clu1-sample2.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/1/clu1-sample3.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/1/clu1-sample4.png)   | X       | X      | X              | X      |            | X                |       |         |                     | X            | X                   | X     | X         | X           |         |          |            |            |             |           |         |        |           |                       |                |             |                |                    |                  |               |                 |             |            |                |             |              |              |                |                                     |        |               |         |                   |       |              |              |              |        |                |               |                  |         |                  |          |         |           |       |         |             |         |            |                |           |              |                  |              |              |             |           |              |              |               |          |           |          |               |               |
|   2 |         8 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/2/clu2-sample0.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/2/clu2-sample1.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/2/clu2-sample2.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/2/clu2-sample3.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/2/clu2-sample4.png)   | X       | X      | X              | X      |            | X                |       |         | X                   | X            |                     | X     |           |             | X       | X        | X          |            |             |           |         |        |           |                       |                |             |                |                    |                  |               |                 |             |            |                |             |              |              |                |                                     |        |               |         |                   |       |              |              |              |        |                |               |                  |         |                  |          |         |           |       |         |             |         |            |                |           |              |                  |              |              |             |           |              |              |               |          |           |          |               |               |
|   3 |         8 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/3/clu3-sample0.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/3/clu3-sample1.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/3/clu3-sample2.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/3/clu3-sample3.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/3/clu3-sample4.png)   | X       |        | X              | X      |            | X                |       |         | X                   | X            |                     | X     |           |             |         |          |            | X          |             |           |         |        |           |                       |                |             |                |                    |                  |               |                 |             |            |                |             |              |              |                |                                     |        |               |         |                   |       |              |              |              |        |                |               |                  |         |                  |          |         |           |       |         |             |         |            |                |           |              |                  |              |              |             |           |              |              |               |          |           |          |               |               |
|   4 |         8 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/4/clu4-sample0.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/4/clu4-sample1.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/4/clu4-sample2.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/4/clu4-sample3.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/4/clu4-sample4.png)   | X       |        | X              | X      |            |                  |       |         | X                   | X            |                     |       |           |             |         |          |            | X          | X           | X         | X       | X      | X         | X                     |                |             |                |                    |                  |               |                 |             |            |                |             |              |              |                |                                     |        |               |         |                   |       |              |              |              |        |                |               |                  |         |                  |          |         |           |       |         |             |         |            |                |           |              |                  |              |              |             |           |              |              |               |          |           |          |               |               |
|   5 |         5 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/5/clu5-sample0.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/5/clu5-sample1.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/5/clu5-sample2.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/5/clu5-sample3.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/5/clu5-sample4.png)   | X       |        | X              | X      |            | X                |       |         | X                   | X            |                     |       |           |             |         | X        |            | X          |             |           |         |        |           |                       | X              | X           | X              |                    |                  |               |                 |             |            |                |             |              |              |                |                                     |        |               |         |                   |       |              |              |              |        |                |               |                  |         |                  |          |         |           |       |         |             |         |            |                |           |              |                  |              |              |             |           |              |              |               |          |           |          |               |               |
|   6 |        14 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/6/clu6-sample0.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/6/clu6-sample1.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/6/clu6-sample2.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/6/clu6-sample3.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/6/clu6-sample4.png)   | X       |        | X              | X      | X          |                  |       |         |                     |              |                     |       |           |             |         |          |            | X          |             |           |         |        |           |                       |                |             |                | X                  | X                | X             | X               | X           | X          | X              | X           |              |              |                |                                     |        |               |         |                   |       |              |              |              |        |                |               |                  |         |                  |          |         |           |       |         |             |         |            |                |           |              |                  |              |              |             |           |              |              |               |          |           |          |               |               |
|   7 |         6 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/7/clu7-sample0.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/7/clu7-sample1.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/7/clu7-sample2.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/7/clu7-sample3.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/7/clu7-sample4.png)   | X       | X      | X              | X      |            |                  |       |         |                     |              |                     |       |           |             |         |          |            |            |             | X         | X       | X      | X         | X                     |                |             |                | X                  | X                | X             |                 |             |            |                |             |              |              |                |                                     |        |               |         |                   |       |              |              |              |        |                |               |                  |         |                  |          |         |           |       |         |             |         |            |                |           |              |                  |              |              |             |           |              |              |               |          |           |          |               |               |
|   8 |         5 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/8/clu8-sample0.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/8/clu8-sample1.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/8/clu8-sample2.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/8/clu8-sample3.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/8/clu8-sample4.png)   | X       |        |                | X      |            | X                |       |         | X                   |              |                     |       |           |             |         |          | X          |            |             |           |         |        |           |                       |                |             |                |                    |                  |               |                 |             |            |                |             | X            | X            | X              |                                     |        |               |         |                   |       |              |              |              |        |                |               |                  |         |                  |          |         |           |       |         |             |         |            |                |           |              |                  |              |              |             |           |              |              |               |          |           |          |               |               |
|   9 |        14 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/9/clu9-sample0.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/9/clu9-sample1.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/9/clu9-sample2.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/9/clu9-sample3.png)   | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/9/clu9-sample4.png)   | X       |        |                | X      |            |                  |       |         | X                   |              |                     |       |           |             |         |          |            | X          |             |           |         |        |           |                       |                |             |                |                    |                  | X             |                 |             |            |                |             | X            | X            |                | X                                   | X      | X             | X       |                   |       |              |              |              |        |                |               |                  |         |                  |          |         |           |       |         |             |         |            |                |           |              |                  |              |              |             |           |              |              |               |          |           |          |               |               |
|  10 |         5 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/10/clu10-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/10/clu10-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/10/clu10-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/10/clu10-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/10/clu10-sample4.png) | X       |        |                | X      |            |                  |       |         |                     |              |                     |       |           |             |         |          |            | X          |             |           |         |        |           |                       |                |             |                |                    |                  | X             |                 |             | X          |                |             | X            | X            |                | X                                   |        |               | X       | X                 | X     | X            | X            |              |        |                |               |                  |         |                  |          |         |           |       |         |             |         |            |                |           |              |                  |              |              |             |           |              |              |               |          |           |          |               |               |
|  11 |         9 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/11/clu11-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/11/clu11-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/11/clu11-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/11/clu11-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/11/clu11-sample4.png) | X       |        |                | X      |            |                  |       |         | X                   | X            |                     |       |           |             |         | X        |            |            |             |           |         |        |           |                       |                |             |                |                    |                  |               |                 |             |            |                |             | X            |              |                | X                                   |        |               |         |                   |       |              |              |              |        |                |               |                  |         |                  |          |         |           |       |         |             |         |            |                |           |              |                  |              |              |             |           |              |              |               |          |           |          |               |               |
|  12 |         5 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/12/clu12-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/12/clu12-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/12/clu12-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/12/clu12-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/12/clu12-sample4.png) | X       |        |                |        |            |                  |       |         |                     |              |                     |       |           |             |         |          |            | X          |             |           |         |        |           |                       |                |             |                |                    |                  | X             |                 |             |            |                |             | X            |              |                | X                                   |        | X             |         | X                 |       |              |              | X            | X      | X              |               |                  |         |                  |          |         |           |       |         |             |         |            |                |           |              |                  |              |              |             |           |              |              |               |          |           |          |               |               |
|  13 |         5 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/13/clu13-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/13/clu13-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/13/clu13-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/13/clu13-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/13/clu13-sample4.png) | X       |        |                |        |            |                  |       |         |                     |              |                     |       |           |             |         |          |            |            |             |           |         |        |           |                       |                |             |                |                    |                  |               |                 |             |            | X              |             |              | X            |                | X                                   |        | X             |         |                   |       | X            |              | X            | X      |                | X             | X                | X       |                  |          |         |           |       |         |             |         |            |                |           |              |                  |              |              |             |           |              |              |               |          |           |          |               |               |
|  14 |         6 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/14/clu14-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/14/clu14-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/14/clu14-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/14/clu14-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/14/clu14-sample4.png) | X       |        |                |        |            | X                |       |         | X                   |              |                     |       |           |             |         |          |            |            | X           |           |         |        |           |                       |                |             |                |                    |                  |               |                 |             |            |                |             |              |              |                | X                                   |        | X             |         |                   |       | X            |              | X            | X      |                | X             |                  |         |                  |          |         |           |       |         |             |         |            |                |           |              |                  |              |              |             |           |              |              |               |          |           |          |               |               |
|  15 |        10 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/15/clu15-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/15/clu15-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/15/clu15-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/15/clu15-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/15/clu15-sample4.png) | X       |        |                | X      |            | X                |       |         | X                   | X            |                     | X     |           |             |         |          |            |            |             |           |         |        |           |                       | X              |             |                |                    |                  |               |                 |             |            |                |             |              | X            | X              | X                                   |        | X             |         |                   |       | X            |              |              |        |                | X             |                  |         | X                |          |         |           |       |         |             |         |            |                |           |              |                  |              |              |             |           |              |              |               |          |           |          |               |               |
|  16 |         9 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/16/clu16-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/16/clu16-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/16/clu16-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/16/clu16-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/16/clu16-sample4.png) | X       |        |                | X      |            | X                |       |         | X                   | X            |                     |       |           |             | X       |          | X          |            |             |           |         |        |           |                       |                |             |                |                    |                  |               |                 |             |            |                |             |              | X            |                | X                                   |        | X             |         |                   |       | X            |              |              |        |                | X             |                  |         |                  |          |         |           |       |         |             |         |            |                |           |              |                  |              |              |             |           |              |              |               |          |           |          |               |               |
|  17 |        10 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/17/clu17-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/17/clu17-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/17/clu17-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/17/clu17-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/17/clu17-sample4.png) | X       |        |                | X      |            | X                |       |         | X                   |              |                     |       |           |             |         |          |            |            |             |           |         |        |           |                       | X              |             |                |                    |                  | X             |                 |             | X          | X              |             |              |              |                | X                                   |        | X             |         | X                 |       | X            |              |              |        |                | X             |                  |         |                  |          |         |           |       |         |             |         |            |                |           |              |                  |              |              |             |           |              |              |               |          |           |          |               |               |
|  18 |         8 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/18/clu18-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/18/clu18-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/18/clu18-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/18/clu18-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/18/clu18-sample4.png) | X       |        |                | X      |            | X                |       |         |                     |              |                     |       |           |             |         |          |            |            |             |           |         |        |           |                       |                |             |                |                    |                  | X             |                 |             |            |                |             |              |              |                | X                                   |        |               |         |                   |       | X            |              |              |        |                | X             |                  |         |                  | X        | X       | X         | X     | X       | X           |         |            |                |           |              |                  |              |              |             |           |              |              |               |          |           |          |               |               |
|  19 |         8 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/19/clu19-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/19/clu19-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/19/clu19-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/19/clu19-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/19/clu19-sample4.png) | X       |        |                | X      |            | X                |       |         | X                   | X            |                     |       |           |             |         |          |            |            |             |           |         |        |           |                       | X              |             |                |                    |                  |               |                 |             |            |                |             |              | X            |                |                                     |        |               |         |                   |       |              |              |              |        |                |               |                  |         |                  |          |         |           |       |         |             | X       | X          | X              | X         | X            | X                | X            | X            |             |           |              |              |               |          |           |          |               |               |
|  20 |        10 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/20/clu20-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/20/clu20-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/20/clu20-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/20/clu20-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/20/clu20-sample4.png) | X       |        |                | X      |            | X                |       |         |                     | X            |                     |       |           |             |         |          |            |            |             |           |         |        | X         |                       |                |             |                |                    |                  |               |                 |             |            |                |             |              |              |                |                                     |        |               |         |                   |       |              |              |              |        |                |               |                  |         |                  |          |         |           |       |         |             |         |            |                |           |              |                  |              |              | X           | X         | X            |              |               |          |           |          |               |               |
|  21 |         8 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/21/clu21-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/21/clu21-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/21/clu21-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/21/clu21-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/21/clu21-sample4.png) | X       |        |                | X      |            | X                |       |         |                     | X            |                     | X     |           | X           | X       |          |            |            |             |           |         |        | X         |                       |                |             | X              |                    |                  |               |                 |             |            | X              |             |              | X            |                |                                     |        |               |         |                   |       |              |              |              |        |                |               |                  |         |                  |          |         |           |       |         |             |         |            |                | X         |              |                  |              |              |             | X         |              | X            | X             | X        |           |          |               |               |
|  22 |        31 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/22/clu22-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/22/clu22-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/22/clu22-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/22/clu22-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/22/clu22-sample4.png) | X       |        |                | X      |            | X                |       |         | X                   |              |                     |       |           |             |         |          |            |            |             |           |         |        | X         |                       |                |             |                | X                  | X                | X             | X               | X           |            | X              |             |              | X            |                |                                     |        |               |         |                   |       |              |              |              |        |                |               |                  |         |                  |          |         |           |       |         |             |         |            |                |           |              |                  |              |              |             | X         |              | X            |               |          | X         |          |               |               |
|  23 |         7 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/23/clu23-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/23/clu23-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/23/clu23-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/23/clu23-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/23/clu23-sample4.png) | X       |        |                | X      |            | X                |       |         |                     |              |                     |       | X         | X           |         |          |            |            |             |           |         |        |           |                       |                |             |                |                    |                  |               |                 |             |            |                |             |              |              |                |                                     |        |               |         |                   |       |              | X            |              |        |                |               |                  |         |                  |          |         |           |       |         |             |         |            |                |           |              |                  |              |              |             |           |              | X            |               |          |           |          |               |               |
|  24 |         7 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/24/clu24-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/24/clu24-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/24/clu24-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/24/clu24-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/24/clu24-sample4.png) | X       |        |                | X      | X          | X                |       | X       | X                   |              |                     |       |           |             |         |          | X          |            |             |           |         |        |           |                       |                |             |                |                    |                  |               |                 |             |            |                |             |              |              |                |                                     |        |               |         |                   |       |              |              |              |        |                |               |                  |         | X                |          |         |           |       |         |             |         |            |                |           |              |                  |              |              |             |           |              |              |               | X        |           | X        |               |               |
|  25 |         7 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/25/clu25-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/25/clu25-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/25/clu25-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/25/clu25-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/25/clu25-sample4.png) | X       |        |                |        |            | X                |       |         |                     |              |                     |       |           |             |         |          |            |            |             |           |         |        |           |                       |                |             |                |                    |                  |               |                 |             |            |                |             |              | X            |                |                                     |        |               |         |                   |       |              | X            |              | X      |                |               |                  |         |                  |          |         |           |       |         |             |         |            |                |           |              |                  |              |              |             |           |              | X            |               |          |           |          |               |               |
|  26 |         5 | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/26/clu26-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/26/clu26-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/26/clu26-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/26/clu26-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/samples/26/clu26-sample4.png) | X       |        |                | X      | X          |                  |       |         |                     |              |                     |       |           |             |         |          |            | X          |             |           |         |        |           |                       |                |             |                |                    |                  |               |                 |             |            | X              |             |              | X            |                |                                     |        |               |         |                   | X     |              |              |              |        |                |               |                  |         |                  |          |         |           |       |         |             |         |            |                |           |              |                  |              |              |             |           |              |              |               | X        |           |          | X             | X             |