End of training
Browse files- .gitattributes +4 -0
- README.md +89 -0
- checkpoint-1200/optimizer.bin +3 -0
- checkpoint-1200/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1200/random_states_0.pkl +3 -0
- checkpoint-1200/scheduler.bin +3 -0
- checkpoint-1500/optimizer.bin +3 -0
- checkpoint-1500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1500/random_states_0.pkl +3 -0
- checkpoint-1500/scheduler.bin +3 -0
- checkpoint-1800/optimizer.bin +3 -0
- checkpoint-1800/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1800/random_states_0.pkl +3 -0
- checkpoint-1800/scheduler.bin +3 -0
- checkpoint-2100/optimizer.bin +3 -0
- checkpoint-2100/pytorch_lora_weights.safetensors +3 -0
- checkpoint-2100/random_states_0.pkl +3 -0
- checkpoint-2100/scheduler.bin +3 -0
- checkpoint-2400/optimizer.bin +3 -0
- checkpoint-2400/pytorch_lora_weights.safetensors +3 -0
- checkpoint-2400/random_states_0.pkl +3 -0
- checkpoint-2400/scheduler.bin +3 -0
- checkpoint-2700/optimizer.bin +3 -0
- checkpoint-2700/pytorch_lora_weights.safetensors +3 -0
- checkpoint-2700/random_states_0.pkl +3 -0
- checkpoint-2700/scheduler.bin +3 -0
- checkpoint-300/optimizer.bin +3 -0
- checkpoint-300/pytorch_lora_weights.safetensors +3 -0
- checkpoint-300/random_states_0.pkl +3 -0
- checkpoint-300/scheduler.bin +3 -0
- checkpoint-3000/optimizer.bin +3 -0
- checkpoint-3000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-3000/random_states_0.pkl +3 -0
- checkpoint-3000/scheduler.bin +3 -0
- checkpoint-600/optimizer.bin +3 -0
- checkpoint-600/pytorch_lora_weights.safetensors +3 -0
- checkpoint-600/random_states_0.pkl +3 -0
- checkpoint-600/scheduler.bin +3 -0
- checkpoint-900/optimizer.bin +3 -0
- checkpoint-900/pytorch_lora_weights.safetensors +3 -0
- checkpoint-900/random_states_0.pkl +3 -0
- checkpoint-900/scheduler.bin +3 -0
- image_0.png +3 -0
- image_1.png +3 -0
- image_2.png +3 -0
- image_3.png +3 -0
- pytorch_lora_weights.safetensors +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
image_0.png filter=lfs diff=lfs merge=lfs -text
|
37 |
+
image_1.png filter=lfs diff=lfs merge=lfs -text
|
38 |
+
image_2.png filter=lfs diff=lfs merge=lfs -text
|
39 |
+
image_3.png filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: black-forest-labs/FLUX.1-Fill-dev
|
3 |
+
library_name: diffusers
|
4 |
+
license: other
|
5 |
+
instance_prompt: labii face, Crayon Shin-chan style, embarrassed expression, blue
|
6 |
+
sweat beads on face, plain white background
|
7 |
+
widget:
|
8 |
+
- text: labii face, Crayon Shin-chan style, embarrassed expression, blue sweat beads
|
9 |
+
on face, plain white background
|
10 |
+
output:
|
11 |
+
url: image_0.png
|
12 |
+
- text: labii face, Crayon Shin-chan style, embarrassed expression, blue sweat beads
|
13 |
+
on face, plain white background
|
14 |
+
output:
|
15 |
+
url: image_1.png
|
16 |
+
- text: labii face, Crayon Shin-chan style, embarrassed expression, blue sweat beads
|
17 |
+
on face, plain white background
|
18 |
+
output:
|
19 |
+
url: image_2.png
|
20 |
+
- text: labii face, Crayon Shin-chan style, embarrassed expression, blue sweat beads
|
21 |
+
on face, plain white background
|
22 |
+
output:
|
23 |
+
url: image_3.png
|
24 |
+
tags:
|
25 |
+
- text-to-image
|
26 |
+
- diffusers-training
|
27 |
+
- diffusers
|
28 |
+
- lora
|
29 |
+
- flux
|
30 |
+
- flux-diffusers
|
31 |
+
- template:sd-lora
|
32 |
+
---
|
33 |
+
|
34 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
35 |
+
should probably proofread and complete it, then remove this comment. -->
|
36 |
+
|
37 |
+
|
38 |
+
# Flux-Fill DreamBooth LoRA - cucucu666/ganga-6.18
|
39 |
+
|
40 |
+
<Gallery />
|
41 |
+
|
42 |
+
## Model description
|
43 |
+
|
44 |
+
These are cucucu666/ganga-6.18 DreamBooth LoRA weights for black-forest-labs/FLUX.1-Fill-dev.
|
45 |
+
|
46 |
+
The weights were trained using [DreamBooth](https://dreambooth.github.io/) with a custom [Flux diffusers trainer](https://github.com/Sebastian-Zok/FLUX-Fill-LoRa-Training).
|
47 |
+
|
48 |
+
Was LoRA for the text encoder enabled? False.
|
49 |
+
|
50 |
+
## Trigger words
|
51 |
+
|
52 |
+
You should use `labii face, Crayon Shin-chan style, embarrassed expression, blue sweat beads on face, plain white background` to trigger the image generation.
|
53 |
+
|
54 |
+
## Download model
|
55 |
+
|
56 |
+
[Download the *.safetensors LoRA](cucucu666/ganga-6.18/tree/main) in the Files & versions tab.
|
57 |
+
|
58 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
59 |
+
|
60 |
+
```py
|
61 |
+
from diffusers import AutoPipelineForText2Image
|
62 |
+
import torch
|
63 |
+
pipeline = AutoPipelineForText2Image.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16).to('cuda')
|
64 |
+
pipeline.load_lora_weights('cucucu666/ganga-6.18', weight_name='pytorch_lora_weights.safetensors')
|
65 |
+
image = pipeline('labii face, Crayon Shin-chan style, embarrassed expression, blue sweat beads on face, plain white background').images[0]
|
66 |
+
```
|
67 |
+
|
68 |
+
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|
69 |
+
|
70 |
+
## License
|
71 |
+
|
72 |
+
Please adhere to the licensing terms as described [here](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).
|
73 |
+
|
74 |
+
|
75 |
+
## Intended uses & limitations
|
76 |
+
|
77 |
+
#### How to use
|
78 |
+
|
79 |
+
```python
|
80 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
81 |
+
```
|
82 |
+
|
83 |
+
#### Limitations and bias
|
84 |
+
|
85 |
+
[TODO: provide examples of latent issues and potential remediations]
|
86 |
+
|
87 |
+
## Training details
|
88 |
+
|
89 |
+
[TODO: describe the data used to train the model]
|
checkpoint-1200/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c158fb5c9d8a9333f0e8723a0534ea09c6ed87f7d85bb5dfc937a05441f5a49
|
3 |
+
size 79235394
|
checkpoint-1200/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2643bddda17045091c33235c4895209e5d0c737f67063a6ca45a111c04b61c81
|
3 |
+
size 22504080
|
checkpoint-1200/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2cb7511b922b3008209ffdcfc99a4a7329c2bf832dfc1c01ca5a7b1b7751610e
|
3 |
+
size 14344
|
checkpoint-1200/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2b7422124607f4d2c2f0a951cd076d8d95f5dade7a0881bf9aea23585c4c95f
|
3 |
+
size 1000
|
checkpoint-1500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e19b0fcec13cb488d5c7cb2632fe9f3c87601fa679ec8ac264ee54bfed7c78d
|
3 |
+
size 79235394
|
checkpoint-1500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b4d5dc4842a642d4692c85c5d443f2d4f86b45eb9c151347fc81f2ac3ad0593
|
3 |
+
size 22504080
|
checkpoint-1500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4effc27991c84fb20ad7ff31453444dc1202dbebfebbd6272963f12effecdee9
|
3 |
+
size 14344
|
checkpoint-1500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab46152b551fb24cef10d97aece42dc7616a1a1b456640ac3f526f7abac6e0e3
|
3 |
+
size 1000
|
checkpoint-1800/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf83aeab87d8f75b9b35213fcd4d40ca599f464b478b89b3d8d9d28b79178774
|
3 |
+
size 79235394
|
checkpoint-1800/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e979b97829944fa5cee97f6661701ca02bc8b8bf8ee09009d439854aa953a697
|
3 |
+
size 22504080
|
checkpoint-1800/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06ccfdd1decd62fc3cd643d9adc10356e56423836c867c5e1f44092121500f05
|
3 |
+
size 14344
|
checkpoint-1800/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:280bb2692e2e3c2663658130756f8f3b92344ba10ad4f4f238084dd328643a88
|
3 |
+
size 1000
|
checkpoint-2100/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0aa1ef00650c3ae5dd870ed9a75f89acb5441b218a918a9eacc4c3677ee86d43
|
3 |
+
size 79235394
|
checkpoint-2100/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e65fb820b09f3cd48670b685f7c0c7a44beb222fe6c19c11453d0c03a7cf962e
|
3 |
+
size 22504080
|
checkpoint-2100/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77ab9d591ebe098809c1fd3b5ae91e5f0b2395578e606fd37072bbb1fc1ea4f3
|
3 |
+
size 14344
|
checkpoint-2100/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5eb2115094438f6ce77c3d3c9457c17c246662fa45c103db984d7146356ec00
|
3 |
+
size 1000
|
checkpoint-2400/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f43ba7ec0ef3aade55e646ffebb40ad1d7c0c9cf8b85c9927819fbb734c24f9d
|
3 |
+
size 79235394
|
checkpoint-2400/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:baa6a328eccaae1b9ed97cd0792c48c53158681d2cc4ad6cfbd6873ce6405d56
|
3 |
+
size 22504080
|
checkpoint-2400/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b81f5b8614cc5a692bfacfdee983e5f0965d0c1dd72374762e69e2d9c4f215b
|
3 |
+
size 14344
|
checkpoint-2400/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ebf5e1f7ce2ed8049305abafa41c79ae47c285b06e0d9121287c3c218901c69
|
3 |
+
size 1000
|
checkpoint-2700/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f5981b44d5bb7e493a1350991d87a9a49d7671b407c84a517803c4d34a70e6b
|
3 |
+
size 79235394
|
checkpoint-2700/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2bdd216c865f0659ca409a4f00e7f4c98cad9b446ad3c76d9a07dd0a49752b4
|
3 |
+
size 22504080
|
checkpoint-2700/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a54457b944d0df2377f46aed67aed5bb72ea249578e71415899c584d2d8c997f
|
3 |
+
size 14344
|
checkpoint-2700/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7456b6fce2b2fd66ef480001746def582027e1c5c5cc3d0845d7a3e22f22fd4e
|
3 |
+
size 1000
|
checkpoint-300/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cabcfadc54c37427933085ff8c9d102994aa71c22f11de515da999f344c9eb1
|
3 |
+
size 79235394
|
checkpoint-300/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52ff513a4b05a07a793b1f7f0fde0acbf1633d7e50c7af30b152705d87f413c7
|
3 |
+
size 22504080
|
checkpoint-300/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fddeca615a7fa49e67e1d583337f23c3339655fc91a73a92321da11698c40813
|
3 |
+
size 14344
|
checkpoint-300/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be7d528873710ff30a05eb6b67f614e521fbf2e3fce1892b36c3e29e52232035
|
3 |
+
size 1000
|
checkpoint-3000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc581abf6756672d4b3dc4c73b67ce0f2db3fecbcec56e865a515d9321d5554b
|
3 |
+
size 79235394
|
checkpoint-3000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:191b3f6f08668ebcea26cf097efc9a97a1cd351db7a0f759a9699866601da375
|
3 |
+
size 22504080
|
checkpoint-3000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72835e2acbc733b9f6303281b8a9d07d8d5de90ddfc995f76510b39d6be107ee
|
3 |
+
size 14344
|
checkpoint-3000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f64a65ba99578a884b4851fbf9e08190ff85a9f85bd177a7358113febdc91ff8
|
3 |
+
size 1000
|
checkpoint-600/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce8617f648b3ae5a828dfc844c21fe68a832649a48b94b61e06834bb5cb2d507
|
3 |
+
size 79235394
|
checkpoint-600/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f898e6ec7fce3a4da58e48da69e5c0efe64cc83eef6a8ea83eda86e759469be
|
3 |
+
size 22504080
|
checkpoint-600/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0a634d0d96114ab07a3bcda7d866caa83e0157608179a9e576e50ae327e3a0a
|
3 |
+
size 14344
|
checkpoint-600/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa842e18a772979ca8204a68b852ffd7a5345a3d2755f72f876b0cccc9b8b969
|
3 |
+
size 1000
|
checkpoint-900/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:048b6dcb9e65061138f7b55d9d79c59991c87b63188db051bd012e6eb80a9729
|
3 |
+
size 79235394
|
checkpoint-900/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c902e57e59c5559a4ca7acd06d04f9145eabb4f27be4fc00256d0c72e1de17f
|
3 |
+
size 22504080
|
checkpoint-900/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7c65b12dde7604603d32011664c052fd4d6656fe96d7ab3db1aafe0c28f161e
|
3 |
+
size 14344
|
checkpoint-900/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1f217203d998a5430d5695d753e0c9662b30d750f6c5d697957341278f3bb5d
|
3 |
+
size 1000
|
image_0.png
ADDED
![]() |
Git LFS Details
|
image_1.png
ADDED
![]() |
Git LFS Details
|
image_2.png
ADDED
![]() |
Git LFS Details
|
image_3.png
ADDED
![]() |
Git LFS Details
|
pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:191b3f6f08668ebcea26cf097efc9a97a1cd351db7a0f759a9699866601da375
|
3 |
+
size 22504080
|