narugo1992 commited on
Commit
c145db7
·
verified ·
1 Parent(s): 4161975

Publish character 'great_spirit_reno_maougakuinnofutekigousha' to repository, on 2024-04-13 16:18:37 UTC

Browse files
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Great Spirit Reno/大精霊レノ (Maou Gakuin no Futekigousha)
13
+
14
+ This is the dataset of Great Spirit Reno/大精霊レノ (Maou Gakuin no Futekigousha), containing 224 images and their tags.
15
+
16
+ The core tags of this character are `long_hair, green_hair, hair_ornament, pointy_ears, breasts, crown, red_eyes`, 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 | 224 | 235.30 MiB | [Download](https://huggingface.co/datasets/CyberHarem/great_spirit_reno_maougakuinnofutekigousha/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 1200 | 224 | 235.23 MiB | [Download](https://huggingface.co/datasets/CyberHarem/great_spirit_reno_maougakuinnofutekigousha/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
26
+ | stage3-p480-1200 | 456 | 425.38 MiB | [Download](https://huggingface.co/datasets/CyberHarem/great_spirit_reno_maougakuinnofutekigousha/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+
28
+ ### Load Raw Dataset with Waifuc
29
+
30
+ 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
31
+
32
+ ```python
33
+ import os
34
+ import zipfile
35
+
36
+ from huggingface_hub import hf_hub_download
37
+ from waifuc.source import LocalSource
38
+
39
+ # download raw archive file
40
+ zip_file = hf_hub_download(
41
+ repo_id='CyberHarem/great_spirit_reno_maougakuinnofutekigousha',
42
+ repo_type='dataset',
43
+ filename='dataset-raw.zip',
44
+ )
45
+
46
+ # extract files to your directory
47
+ dataset_dir = 'dataset_dir'
48
+ os.makedirs(dataset_dir, exist_ok=True)
49
+ with zipfile.ZipFile(zip_file, 'r') as zf:
50
+ zf.extractall(dataset_dir)
51
+
52
+ # load the dataset with waifuc
53
+ source = LocalSource(dataset_dir)
54
+ for item in source:
55
+ print(item.image, item.meta['filename'], item.meta['tags'])
56
+ ```
57
+
58
+ ## List of Clusters
59
+
60
+ List of tag clustering result, maybe some outfits can be mined here.
61
+
62
+ ### Raw Text Version
63
+
64
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags |
65
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
66
+ | 0 | 26 | ![](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, bare_shoulders, white_dress, cleavage, upper_body, collarbone, anime_coloring, large_breasts, detached_sleeves, looking_at_viewer, open_mouth |
67
+ | 1 | 5 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, collarbone, single_horn, solo, open_mouth, upper_body, bare_shoulders, cleavage, wings |
68
+ | 2 | 6 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, anime_coloring, bare_shoulders, open_mouth, solo, closed_eyes, collarbone, crying, tears, wings |
69
+ | 3 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, bare_shoulders, cleavage, solo, very_long_hair, white_dress, cloud, detached_sleeves, large_breasts, sky, ice, puffy_sleeves, smile, flower, open_mouth, outdoors |
70
+ | 4 | 8 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, portrait, solo, looking_at_viewer, symbol-shaped_pupils, collarbone, closed_mouth, hair_between_eyes, bare_shoulders, :d, open_mouth |
71
+ | 5 | 7 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1girl, solo, anime_coloring, bare_shoulders, closed_mouth, collarbone, portrait, outdoors |
72
+ | 6 | 5 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | 1girl, closed_mouth, hair_between_eyes, holding_sword, solo, frown, upper_body, serious |
73
+
74
+ ### Table Version
75
+
76
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | solo | bare_shoulders | white_dress | cleavage | upper_body | collarbone | anime_coloring | large_breasts | detached_sleeves | looking_at_viewer | open_mouth | single_horn | wings | closed_eyes | crying | tears | very_long_hair | cloud | sky | ice | puffy_sleeves | smile | flower | outdoors | portrait | symbol-shaped_pupils | closed_mouth | hair_between_eyes | :d | holding_sword | frown | serious |
77
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:-----------------|:--------------|:-----------|:-------------|:-------------|:-----------------|:----------------|:-------------------|:--------------------|:-------------|:--------------|:--------|:--------------|:---------|:--------|:-----------------|:--------|:------|:------|:----------------|:--------|:---------|:-----------|:-----------|:-----------------------|:---------------|:--------------------|:-----|:----------------|:--------|:----------|
78
+ | 0 | 26 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | |
79
+ | 1 | 5 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | X | | X | X | X | | | | | X | X | X | | | | | | | | | | | | | | | | | | | |
80
+ | 2 | 6 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | X | X | | | | X | X | | | | X | | X | X | X | X | | | | | | | | | | | | | | | | |
81
+ | 3 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | X | X | X | X | | | | X | X | | X | | | | | | X | X | X | X | X | X | X | X | | | | | | | | |
82
+ | 4 | 8 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | X | X | | | | X | | | | X | X | | | | | | | | | | | | | | X | X | X | X | X | | | |
83
+ | 5 | 7 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | X | X | | | | X | X | | | | | | | | | | | | | | | | | X | X | | X | | | | | |
84
+ | 6 | 5 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | X | X | | | | X | | | | | | | | | | | | | | | | | | | | | | X | X | | X | X | X |
85
+
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:334a5a0743d5b30c31bbd43f41bc380e28737be64d9b1807880815ec1ff75729
3
+ size 246653840
dataset-raw.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cef0186732d03c449424913d6105be8d859628351c0a2eac4200064820bc3428
3
+ size 246730550
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:803df2a378501364231b6f54de39959e3f17d8fbee6b3dafac4ade2b8b194849
3
+ size 446042033
meta.json ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bangumi": "BangumiBase/maougakuinnofutekigousha",
3
+ "base_size": 224,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 26,
8
+ "tags": [
9
+ "1girl",
10
+ "solo",
11
+ "bare_shoulders",
12
+ "white_dress",
13
+ "cleavage",
14
+ "upper_body",
15
+ "collarbone",
16
+ "anime_coloring",
17
+ "large_breasts",
18
+ "detached_sleeves",
19
+ "looking_at_viewer",
20
+ "open_mouth"
21
+ ]
22
+ },
23
+ {
24
+ "id": 1,
25
+ "size": 5,
26
+ "tags": [
27
+ "1girl",
28
+ "collarbone",
29
+ "single_horn",
30
+ "solo",
31
+ "open_mouth",
32
+ "upper_body",
33
+ "bare_shoulders",
34
+ "cleavage",
35
+ "wings"
36
+ ]
37
+ },
38
+ {
39
+ "id": 2,
40
+ "size": 6,
41
+ "tags": [
42
+ "1girl",
43
+ "anime_coloring",
44
+ "bare_shoulders",
45
+ "open_mouth",
46
+ "solo",
47
+ "closed_eyes",
48
+ "collarbone",
49
+ "crying",
50
+ "tears",
51
+ "wings"
52
+ ]
53
+ },
54
+ {
55
+ "id": 3,
56
+ "size": 5,
57
+ "tags": [
58
+ "1girl",
59
+ "bare_shoulders",
60
+ "cleavage",
61
+ "solo",
62
+ "very_long_hair",
63
+ "white_dress",
64
+ "cloud",
65
+ "detached_sleeves",
66
+ "large_breasts",
67
+ "sky",
68
+ "ice",
69
+ "puffy_sleeves",
70
+ "smile",
71
+ "flower",
72
+ "open_mouth",
73
+ "outdoors"
74
+ ]
75
+ },
76
+ {
77
+ "id": 4,
78
+ "size": 8,
79
+ "tags": [
80
+ "1girl",
81
+ "portrait",
82
+ "solo",
83
+ "looking_at_viewer",
84
+ "symbol-shaped_pupils",
85
+ "collarbone",
86
+ "closed_mouth",
87
+ "hair_between_eyes",
88
+ "bare_shoulders",
89
+ ":d",
90
+ "open_mouth"
91
+ ]
92
+ },
93
+ {
94
+ "id": 5,
95
+ "size": 7,
96
+ "tags": [
97
+ "1girl",
98
+ "solo",
99
+ "anime_coloring",
100
+ "bare_shoulders",
101
+ "closed_mouth",
102
+ "collarbone",
103
+ "portrait",
104
+ "outdoors"
105
+ ]
106
+ },
107
+ {
108
+ "id": 6,
109
+ "size": 5,
110
+ "tags": [
111
+ "1girl",
112
+ "closed_mouth",
113
+ "hair_between_eyes",
114
+ "holding_sword",
115
+ "solo",
116
+ "frown",
117
+ "upper_body",
118
+ "serious"
119
+ ]
120
+ }
121
+ ],
122
+ "core_tags": [
123
+ "long_hair",
124
+ "green_hair",
125
+ "hair_ornament",
126
+ "pointy_ears",
127
+ "breasts",
128
+ "crown",
129
+ "red_eyes"
130
+ ],
131
+ "display_name": "Great Spirit Reno/大精霊レノ (Maou Gakuin no Futekigousha)",
132
+ "name": "great_spirit_reno_maougakuinnofutekigousha",
133
+ "packages": {
134
+ "1200": {
135
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
136
+ "filename": "dataset-1200.zip",
137
+ "package_size": 246653840,
138
+ "size": 224,
139
+ "type": "IMG+TXT"
140
+ },
141
+ "raw": {
142
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
143
+ "filename": "dataset-raw.zip",
144
+ "package_size": 246730550,
145
+ "size": 224,
146
+ "type": "Waifuc-Raw"
147
+ },
148
+ "stage3-p480-1200": {
149
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
150
+ "filename": "dataset-stage3-p480-1200.zip",
151
+ "package_size": 446042033,
152
+ "size": 456,
153
+ "type": "IMG+TXT"
154
+ }
155
+ },
156
+ "version": "v1.5.1"
157
+ }
samples/0/clu0-sample0.png ADDED

Git LFS Details

  • SHA256: 1123df8c933854102de854e169292d39cb819192fca79df9cf0b3343b71d8202
  • Pointer size: 131 Bytes
  • Size of remote file: 224 kB
samples/0/clu0-sample1.png ADDED

Git LFS Details

  • SHA256: a61d4059e020b461f187d06c4b6ff3be163fe84b45281851035a6d7f6353f52a
  • Pointer size: 131 Bytes
  • Size of remote file: 244 kB
samples/0/clu0-sample2.png ADDED

Git LFS Details

  • SHA256: 886ad9af6b3fe81ff01902d9ab76388e689e6ba13751c70eb4cdb8bae1a22629
  • Pointer size: 131 Bytes
  • Size of remote file: 235 kB
samples/0/clu0-sample3.png ADDED

Git LFS Details

  • SHA256: 301f38870796a3dc191d4e9592dacc6083e4c0e21582172d2d4983f02e72cc22
  • Pointer size: 131 Bytes
  • Size of remote file: 328 kB
samples/0/clu0-sample4.png ADDED

Git LFS Details

  • SHA256: b3f7a83fcc12c72a66cde8e6be57cae049d2fa1fbc1565c5c1c714e25bb7f635
  • Pointer size: 131 Bytes
  • Size of remote file: 312 kB
samples/1/clu1-sample0.png ADDED

Git LFS Details

  • SHA256: 3376ce15a0a0858c7ecdc33f51166ab05109a06e882888d277fc0470da170333
  • Pointer size: 131 Bytes
  • Size of remote file: 240 kB
samples/1/clu1-sample1.png ADDED

Git LFS Details

  • SHA256: 5967926afea2cad2d45377b5b444cbcf1cda146b26821bb043ed213a1b0bbc94
  • Pointer size: 131 Bytes
  • Size of remote file: 232 kB
samples/1/clu1-sample2.png ADDED

Git LFS Details

  • SHA256: b6e0c121e05d6f08d649c9a31ea4f7fa8f7eaf062d6a93a349e2178c0eeab2a0
  • Pointer size: 131 Bytes
  • Size of remote file: 231 kB
samples/1/clu1-sample3.png ADDED

Git LFS Details

  • SHA256: 8a5617f93cdc965fec6b6e67f27a73528caddfa480418aa7c468ddf82995346e
  • Pointer size: 131 Bytes
  • Size of remote file: 231 kB
samples/1/clu1-sample4.png ADDED

Git LFS Details

  • SHA256: 709c98b2d64cdfa069bf14e5693503b87c04afb01e9981489ffd461bb2184ce2
  • Pointer size: 131 Bytes
  • Size of remote file: 275 kB
samples/2/clu2-sample0.png ADDED

Git LFS Details

  • SHA256: 3426edca954a0ba58651e9bebaca92597335c4fb6b535d583d9b4b361c347f6d
  • Pointer size: 131 Bytes
  • Size of remote file: 190 kB
samples/2/clu2-sample1.png ADDED

Git LFS Details

  • SHA256: ad765dcaf5fe9039a63e751499a569afb171f8edfbe7882554840bedb6f276cb
  • Pointer size: 131 Bytes
  • Size of remote file: 256 kB
samples/2/clu2-sample2.png ADDED

Git LFS Details

  • SHA256: 52343533cd62a1aa2acc2a78209a2397c47b004ac5665f9806657bfbf53a2d90
  • Pointer size: 131 Bytes
  • Size of remote file: 201 kB
samples/2/clu2-sample3.png ADDED

Git LFS Details

  • SHA256: 1a6100ce4c4d46c4bdddb84407e6a10b2f855a701f4eb63423a981299f9ba17f
  • Pointer size: 131 Bytes
  • Size of remote file: 204 kB
samples/2/clu2-sample4.png ADDED

Git LFS Details

  • SHA256: ac70addc7bd9b3c73786020209297a70c101e709f03db2a689fdbd80693699e4
  • Pointer size: 131 Bytes
  • Size of remote file: 248 kB
samples/3/clu3-sample0.png ADDED

Git LFS Details

  • SHA256: 87616dcfad6e2b997aa5347d6fe3b40662bbed77cba44cd5410fb886cb6696a0
  • Pointer size: 131 Bytes
  • Size of remote file: 265 kB
samples/3/clu3-sample1.png ADDED

Git LFS Details

  • SHA256: f1863ca36e86b2bfaa2ff83665b7a696f1c5706b26e89bf30de765fb7af883bd
  • Pointer size: 131 Bytes
  • Size of remote file: 407 kB
samples/3/clu3-sample2.png ADDED

Git LFS Details

  • SHA256: faf8e2df6286be3fe7708dbdc365059cef72eaac0a54ab2aeb39d54acc39df25
  • Pointer size: 131 Bytes
  • Size of remote file: 329 kB
samples/3/clu3-sample3.png ADDED

Git LFS Details

  • SHA256: 606b78b9169de40d91be489d31c6211921a3cf25358942d3bdd750394be3916b
  • Pointer size: 131 Bytes
  • Size of remote file: 292 kB
samples/3/clu3-sample4.png ADDED

Git LFS Details

  • SHA256: 4489b8338d0269113aad6d3cc6c11ed51615164758aeaaeb7ccd5fc1a96017d2
  • Pointer size: 131 Bytes
  • Size of remote file: 294 kB
samples/4/clu4-sample0.png ADDED

Git LFS Details

  • SHA256: 3039b00dde00c6cd5a2c7e9ef01fdc88d444fcdf238dff82e29880483fbb7cd9
  • Pointer size: 131 Bytes
  • Size of remote file: 186 kB
samples/4/clu4-sample1.png ADDED

Git LFS Details

  • SHA256: 60ddb4e1a33b013e063c86bbf53fd3519f659ba938f322ea15a849e1a8477b83
  • Pointer size: 131 Bytes
  • Size of remote file: 179 kB
samples/4/clu4-sample2.png ADDED

Git LFS Details

  • SHA256: 6a528cfb86ef83dc3f20f2be205a3095373f00217c4a62914f686c9155db89f7
  • Pointer size: 131 Bytes
  • Size of remote file: 186 kB
samples/4/clu4-sample3.png ADDED

Git LFS Details

  • SHA256: a355267be6f421c09a49e127b2ee9bb1333b5f12e016d8831dbddd1df4ea7b21
  • Pointer size: 131 Bytes
  • Size of remote file: 171 kB
samples/4/clu4-sample4.png ADDED

Git LFS Details

  • SHA256: f5d9be593804552eb7e7eaa903dcf74093105dc81a8b49dddef02b6002e57824
  • Pointer size: 131 Bytes
  • Size of remote file: 197 kB
samples/5/clu5-sample0.png ADDED

Git LFS Details

  • SHA256: 7078d8dbe3bddcbe6828a7ca0855367015f18d2b1769d925234dc98389d4a202
  • Pointer size: 131 Bytes
  • Size of remote file: 269 kB
samples/5/clu5-sample1.png ADDED

Git LFS Details

  • SHA256: 3d02e667843449f327d960543f4160a372753bb9d9cfecce6f448303c5cf7bb1
  • Pointer size: 131 Bytes
  • Size of remote file: 223 kB
samples/5/clu5-sample2.png ADDED

Git LFS Details

  • SHA256: 8d34f4d9ccc23ee561464dec7171c36414e25365fec0fff545a8acda4125b796
  • Pointer size: 131 Bytes
  • Size of remote file: 179 kB
samples/5/clu5-sample3.png ADDED

Git LFS Details

  • SHA256: fd0cefea324b2e9ce4063a26406878b8cc98d5d358636b0bc02072967836da2d
  • Pointer size: 131 Bytes
  • Size of remote file: 222 kB
samples/5/clu5-sample4.png ADDED

Git LFS Details

  • SHA256: 6148276a66a13e6b8b8077962d7879a40f095a08f534ee9b18414671d9eb02aa
  • Pointer size: 131 Bytes
  • Size of remote file: 218 kB
samples/6/clu6-sample0.png ADDED

Git LFS Details

  • SHA256: 4f56a87c319792ade235d097fa0aff988c1e02ef70cf3ce6d822995c66126826
  • Pointer size: 131 Bytes
  • Size of remote file: 259 kB
samples/6/clu6-sample1.png ADDED

Git LFS Details

  • SHA256: 96a8f9a1e925b2e33a6b8a7211b79ca0a19a09bfe74e741b2fb4e001ea36742f
  • Pointer size: 131 Bytes
  • Size of remote file: 206 kB
samples/6/clu6-sample2.png ADDED

Git LFS Details

  • SHA256: 66463ef7edbfc41db072e8f1cf72f376eb4e3b648ae4f0d5b63f1c84b109aa02
  • Pointer size: 131 Bytes
  • Size of remote file: 209 kB
samples/6/clu6-sample3.png ADDED

Git LFS Details

  • SHA256: 5cf2533c48d30caf4bb63e9e6e2b86df03b582ff39d3cbcd224bb2512d89e954
  • Pointer size: 131 Bytes
  • Size of remote file: 244 kB
samples/6/clu6-sample4.png ADDED

Git LFS Details

  • SHA256: d189df7a81e13cf7c13621acbcf31736dea72d72794c5ef100bc352933a513bb
  • Pointer size: 131 Bytes
  • Size of remote file: 202 kB