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: Hadshdw object, hard gray shadow on the bottom, blurred shadow edges,
|
6 |
+
pure white background
|
7 |
+
widget:
|
8 |
+
- text: Hadshdw object, hard gray shadow on the bottom, blurred shadow edges, pure
|
9 |
+
white background
|
10 |
+
output:
|
11 |
+
url: image_0.png
|
12 |
+
- text: Hadshdw object, hard gray shadow on the bottom, blurred shadow edges, pure
|
13 |
+
white background
|
14 |
+
output:
|
15 |
+
url: image_1.png
|
16 |
+
- text: Hadshdw object, hard gray shadow on the bottom, blurred shadow edges, pure
|
17 |
+
white background
|
18 |
+
output:
|
19 |
+
url: image_2.png
|
20 |
+
- text: Hadshdw object, hard gray shadow on the bottom, blurred shadow edges, pure
|
21 |
+
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/flux_hard_5.13
|
39 |
+
|
40 |
+
<Gallery />
|
41 |
+
|
42 |
+
## Model description
|
43 |
+
|
44 |
+
These are cucucu666/flux_hard_5.13 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 `Hadshdw object, hard gray shadow on the bottom, blurred shadow edges, pure white background` to trigger the image generation.
|
53 |
+
|
54 |
+
## Download model
|
55 |
+
|
56 |
+
[Download the *.safetensors LoRA](cucucu666/flux_hard_5.13/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/flux_hard_5.13', weight_name='pytorch_lora_weights.safetensors')
|
65 |
+
image = pipeline('Hadshdw object, hard gray shadow on the bottom, blurred shadow edges, pure 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:3fb881710b444909b9cc772342c2b6cd23273b0bcacffc80f58f06543c5e3f6a
|
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:48a007ec8e4084f0d403a31560e34f704084b4ceb5fa090d394975a4abe1951e
|
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:4793102db7677d4c2842effb87768cdda85e3945a359dde6fd7f85434685b942
|
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:914e882774885cad7d3505bebdf4b36944e2b918c743c2e0101cadd61fb9b609
|
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:ec2c111eb73b2c4f49dd6df4254b6d3a82e25c1f19c6b0f10e2263bd5ab64305
|
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:f5756671b37be8df74d08ba5198dcb2cef6a1cf6d557bd20056c894f0e0dcf2c
|
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:4ee900ea077119c8c29a654d8b8d323562365ccafc785fb67f4ae9ee4a43fd59
|
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:7e9a513e8274782a0c31a032ca056afb1897cfb8aeb99dc8609da9a7bd9824c8
|
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:a1953f37c314e57b6f1cdcc1fa50d52d66517c1086400e5a3020b6df006554b0
|
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:9dc78b02a6bcfd29e17a65eb9119ff2d1fa4a913247d9c3671666d8659a9ac88
|
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:0775adf228671bf32b4763d3e712afffe847fd98ccd8df98afa74bf6be80c35a
|
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:9034529dc5a894e58e7bb34bd19e8536694b317dc8f503c8e442b0f6b1655c79
|
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:7473b0007031bd1ffc2d3fa62f6416ee8ad4aad325515850f9af7aecd3435394
|
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:b247a714297fc96d9f5de0f8ae66813399dc827b16e691ee163e4f5294f1f73c
|
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:475382c15bd43e466d46b500379642bab7bf375ec3c845c12572ff4c270bc76a
|
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:26410db64323e43b1b5d8c2ee0733105d5836a386b4f7d18be9f7051f2f84b9c
|
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:725477ead3e6efc9205072e2dca924c8bd2e09a17cfc598ea5e41b41bb2249f8
|
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:6b6ee81d7e7a971ce77766959c42f13eacfae7059e46ad6110017912f96c6ba8
|
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:e6eb3756d749abb5837cc9620da1481af4e0701497ebd492c5081ee68cbffe42
|
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:6e1964d24f9bee43bf2b6dad97ededf369aaf7b30e835534313f1d35c58e6f15
|
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:3939994da3a64042c0a0f5b7d73c596a8faee6a2c5d6799173bac6d4fcd9b075
|
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:63ebfe6439a0c442a496b2b44ab5e95c0d7ed9d5d53276d0e0fa367b0c9e421f
|
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:15910c912b191c0725af09b1c52fc0dca28cab62db616fb51bc616845f76e22f
|
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:2a650aaa39e791c802fdf596eb4f5836958f65447efbb21d6b4cc979a95214e4
|
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:1239b9253a42f423c52fd73d74401106b8748cbc5a946942e1f5dbf2ffea2f86
|
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:02876427bd603b32b6536a83d0886405d1aa54834bbede3e78159a8d33aa2d39
|
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:ef5e84358f69ab3d233938d1e4866c8edd3a1f1c24455f58f0fb3c863980bb8e
|
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:96c0c151dad9f1d4fde49ee8dc304e79b5b9d88e3a1da9376e8dee309a22cb9c
|
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:5fc86e2694fe1b7a3e6a6e5b5c1b7cf3258ce636d22e517120e3b3bd179da9d0
|
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:63ebfe6439a0c442a496b2b44ab5e95c0d7ed9d5d53276d0e0fa367b0c9e421f
|
3 |
+
size 22504080
|