End of training
Browse files- .gitattributes +4 -0
- README.md +89 -0
- checkpoint-1000/optimizer.bin +3 -0
- checkpoint-1000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1000/random_states_0.pkl +3 -0
- checkpoint-1000/scheduler.bin +3 -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-1400/optimizer.bin +3 -0
- checkpoint-1400/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1400/random_states_0.pkl +3 -0
- checkpoint-1400/scheduler.bin +3 -0
- checkpoint-1600/optimizer.bin +3 -0
- checkpoint-1600/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1600/random_states_0.pkl +3 -0
- checkpoint-1600/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-200/optimizer.bin +3 -0
- checkpoint-200/pytorch_lora_weights.safetensors +3 -0
- checkpoint-200/random_states_0.pkl +3 -0
- checkpoint-200/scheduler.bin +3 -0
- checkpoint-2000/optimizer.bin +3 -0
- checkpoint-2000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-2000/random_states_0.pkl +3 -0
- checkpoint-2000/scheduler.bin +3 -0
- checkpoint-400/optimizer.bin +3 -0
- checkpoint-400/pytorch_lora_weights.safetensors +3 -0
- checkpoint-400/random_states_0.pkl +3 -0
- checkpoint-400/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-800/optimizer.bin +3 -0
- checkpoint-800/pytorch_lora_weights.safetensors +3 -0
- checkpoint-800/random_states_0.pkl +3 -0
- checkpoint-800/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: rckimo male face, Rick and Morty style, sad expression, closed eyes,
|
6 |
+
blue tears under eyes
|
7 |
+
widget:
|
8 |
+
- text: rckimo male face, Rick and Morty style, sad expression, closed eyes, blue
|
9 |
+
tears under eyes
|
10 |
+
output:
|
11 |
+
url: image_0.png
|
12 |
+
- text: rckimo male face, Rick and Morty style, sad expression, closed eyes, blue
|
13 |
+
tears under eyes
|
14 |
+
output:
|
15 |
+
url: image_1.png
|
16 |
+
- text: rckimo male face, Rick and Morty style, sad expression, closed eyes, blue
|
17 |
+
tears under eyes
|
18 |
+
output:
|
19 |
+
url: image_2.png
|
20 |
+
- text: rckimo male face, Rick and Morty style, sad expression, closed eyes, blue
|
21 |
+
tears under eyes
|
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/kuqi-7.23-male
|
39 |
+
|
40 |
+
<Gallery />
|
41 |
+
|
42 |
+
## Model description
|
43 |
+
|
44 |
+
These are cucucu666/kuqi-7.23-male 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 `rckimo male face, Rick and Morty style, sad expression, closed eyes, blue tears under eyes` to trigger the image generation.
|
53 |
+
|
54 |
+
## Download model
|
55 |
+
|
56 |
+
[Download the *.safetensors LoRA](cucucu666/kuqi-7.23-male/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/kuqi-7.23-male', weight_name='pytorch_lora_weights.safetensors')
|
65 |
+
image = pipeline('rckimo male face, Rick and Morty style, sad expression, closed eyes, blue tears under eyes').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-1000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ae51f86bc266b29aa8ee59d62b3120207a8b4277a70ba011c0c27d108c1c418
|
3 |
+
size 79235394
|
checkpoint-1000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77db0be7a0fd912aa84f7cdaee105f1da18af75201c8806b9d9d4a86e8550832
|
3 |
+
size 22504080
|
checkpoint-1000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8bc5c8125184ea11f8b85e701ccc0ced7df88d0ad89d99015cb4e078b153aa5
|
3 |
+
size 14344
|
checkpoint-1000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e55c075b40ce3ab6db2c27ecf3b4c90bc4e612fff3a226e651c44881d6a2404
|
3 |
+
size 1000
|
checkpoint-1200/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e14f311f2bfaeb9f87a43f045e0f2a6234e7e68e0aa22526a7e2d50d1d08e29
|
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:c95ff76a06872d52f5c29d98cca7b1b7709c7b4af056014d6f137084b8e1a689
|
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:ffce6c634033c2b275e36ae8940f4d196ca1b794ac2dcf2c1507001a7e3a846c
|
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-1400/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f703017ebd0a32abc9fe1c79bda6a2d31380fd2f87023236dc22dd427fd62501
|
3 |
+
size 79235394
|
checkpoint-1400/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9a35f8ea3256acdc7dee5dceae3bfc5bca330cf74fab925c3a699d6cb54742a
|
3 |
+
size 22504080
|
checkpoint-1400/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bed97f05ad0ac377889fe920b4a470cdbfc2052b412fbb69fb97ac41e3476c44
|
3 |
+
size 14344
|
checkpoint-1400/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa5d23c97d67485d406bd9307fc5beff6303b8656fd685ad28b62422f4c19b16
|
3 |
+
size 1000
|
checkpoint-1600/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6fbedb5b84b20ffdf539299ea263368ffaba461ee8efa8d51045d8f1655b670c
|
3 |
+
size 79235394
|
checkpoint-1600/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb1c41a2e594abd9c47a356ae16e58a21ba197a01a7b7643c0047d93950ea561
|
3 |
+
size 22504080
|
checkpoint-1600/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fa8b9c31ec85faa702ed4efdf2375b446e583d6116fa4c116067a5b751732d2
|
3 |
+
size 14344
|
checkpoint-1600/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:643d61b3fdb412fa16b74ab51963f301af937c9d20637c5aff5e40d4f7a93753
|
3 |
+
size 1000
|
checkpoint-1800/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50cfd32b04082e9e4f77ebf066565f5e317acbda70a280560086db1ed31819ae
|
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:2c2ce35f10d74de2bc87c9e99a5bb6bae25ce3706475046a26b7e3d382b4341c
|
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:e555650d27ac1bd7f72a3900a4281c04dfb0649c26da493d9a34b1b0bf8cd6e0
|
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-200/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:401ddcc261d166a44c1a995829ee3b8f77d3d1849773d05414a3fa7d2f44cf3e
|
3 |
+
size 79234690
|
checkpoint-200/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4a63ce09f668c167c5fd944ed21d62cc0c58faa9efe3f00e46a1011b8000f85
|
3 |
+
size 22504080
|
checkpoint-200/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99fd34c4391a37f2db13911fcf550cb0c4380173cf3762a7ea74a1b616c5cc5b
|
3 |
+
size 14344
|
checkpoint-200/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5ebec171f3331b39a5b2504053db7f415922ef989362b411dc51df58871a026
|
3 |
+
size 1000
|
checkpoint-2000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ab51598f7197f040eac1e707a5c980f4c22e226e05ceb57fe6711280a322160
|
3 |
+
size 79235394
|
checkpoint-2000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:804908867253595e4e9e7d2330c60f2c019e629195c416dcff77c7d19a48f067
|
3 |
+
size 22504080
|
checkpoint-2000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e216a08af9dfba2c935820b64832220dd94263ec3f696eb0e82a950fd340087f
|
3 |
+
size 14344
|
checkpoint-2000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:493642aa6dcb7f188f018b7691aba9287429fa60e412f5f63a1430602afc2557
|
3 |
+
size 1000
|
checkpoint-400/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28c6dd1dfe9198955f0252b1aee13944139ce51c626d190f52f3a2f2ffe97dc1
|
3 |
+
size 79235394
|
checkpoint-400/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a78924062556c16fdaaabc17674859ce758f51521e6f94e8ca10ff25c5e5019b
|
3 |
+
size 22504080
|
checkpoint-400/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1319dbf342113402b45b5fcc46fd95485e1f5f3c320349a7662752b8253241cb
|
3 |
+
size 14344
|
checkpoint-400/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d31d97763cd2ac7e1cf598d014430c8aea7f5a31d599ac5cd26dad5b416c8a90
|
3 |
+
size 1000
|
checkpoint-600/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f48bbfadc111e733754795c9c0161db5bad26150d10e2c033cf4498cbd99756
|
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:ce5d1b0bd697a8b0f9b434cdacac7630c6cc1dc29dc6a79b33ed9ffe050f9992
|
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:8f2eeb16b2c4217ece14fa18cc6c4e562f48db19d33477ae8222e279f757cb2c
|
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-800/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0442a412b1387c80d7a43ec6b8563866de792f6509acc7d4613d1e281042bd3f
|
3 |
+
size 79235394
|
checkpoint-800/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:969dbfdc38125dc65189897f4e46c9660a54e5995e155f9a5b9aa3dcc3fe3178
|
3 |
+
size 22504080
|
checkpoint-800/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6a11b3a75cc5b325ac9c43d5ba9b1b924087b5b9b73271ae373f0e5d8bcfe3b
|
3 |
+
size 14344
|
checkpoint-800/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:029a775b80c48b21e02d4a4f2ce061b038e41df3d072b07177f6473a114855bd
|
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:804908867253595e4e9e7d2330c60f2c019e629195c416dcff77c7d19a48f067
|
3 |
+
size 22504080
|