File size: 28,585 Bytes
5061fd6 de1b33b 5dd0b1b de1b33b 5dd0b1b de1b33b 5dd0b1b de1b33b 5dd0b1b de1b33b 5dd0b1b de1b33b 5dd0b1b de1b33b 5dd0b1b de1b33b |
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 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 |
---
license: apache-2.0
library_name: diffusers
pipeline_tag: text-to-image
---
# Flex.1-alpha
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/Flex.1-alpha.jpg?resize=1024%2C573&ssl=1" style="max-width: 100%; height: auto;">
## Description
Flex.1 alpha is a pre-trained base 8 billion parameter rectified flow transformer capable of generating images from text descriptions. It has a similar architecture to [FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev), but with fewer double transformer blocks (8 vs 19). It began as a finetune of [FLUX.1-schnell](https://huggingface.co/black-forest-labs/FLUX.1-schnell) which allows the model to retain the Apache 2.0 license. A guidance embedder has been trained for it so that it no longer requires CFG to generate images.
## Model Specs
- 8 billion parameters
- Guidance embedder
- True CFG capable
- Fine tunable
- OSI compliant license (Apache 2.0)
- 512 token length input
## Support Needed
I am just a solo Machine Learning Engineer doing this in my free time with my own money because I truly believe in open source models. I have already spent a significant amount of time and money to get this model to where it is. But to get this model where I want it to be, I need to continue to dump a significant amount of time and money into it, well beyond what I am financially capable of doing on my own. I have set up a Patreon for those individuals and organizations that want to financially support this project. I plan to also allow support in other ways soon for those that prefer to get their hands dirty.
<a href="https://www.patreon.com/c/ostris" target="_blank"><img style="width: 300px; max-width: 100%;" src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/support-me-on-patreon.png?w=1080&ssl=1" title=""></a>
## Usage
The model can be used almost identically to [FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev) and will work out of the box with most inference engines that support that. (Diffusers, ComfyUI etc.)
For ComfyUI, there is an all in one file called `Flex.1-alpha.safetensors`. Put this in your checkpoints folder and use like you would [FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev).
More detailed instructions coming soon.
## History
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/openflux_is_now_flex1.jpg?resize=1024%2C328&ssl=1" style="max-width: 100%; height: auto;">
Flex.1 started as the [FLUX.1-schnell-training-adapter](https://huggingface.co/ostris/FLUX.1-schnell-training-adapter) to make training LoRAs on [FLUX.1-schnell](https://huggingface.co/black-forest-labs/FLUX.1-schnell) possible. The original goal was to train a LoRA that can be activated during training to allow for fine tuning on the step compressed model. I merged this adapter into [FLUX.1-schnell](https://huggingface.co/black-forest-labs/FLUX.1-schnell) and continued to train it on images generated by the [FLUX.1-schnell](https://huggingface.co/black-forest-labs/FLUX.1-schnell) model to further break down the compression, without injecting any new data, with the goal of making a stand-alone base model. This became [OpenFLUX.1](https://huggingface.co/ostris/OpenFLUX.1), which was continuously trained for months, resulting in 10 version releases. After the final release of [OpenFLUX.1](https://huggingface.co/ostris/OpenFLUX.1), I began training the model on new data and began experimenting with pruning. I ended up with pruned versions of [OpenFLUX.1](https://huggingface.co/ostris/OpenFLUX.1) that were 7B, and 4B parameters (unreleased). Around this time, [flux.1-lite-8B-alpha](https://huggingface.co/Freepik/flux.1-lite-8B-alpha) was released and produced very good results. I decided to follow their pruning strategy and ended up with a 8B parameter version. I continued to train the model, adding new datasets and doing various experimental training tricks to improve the quality of the model.
At this point, the model still required CFG in order to generate images. I decided the model needed a guidance embedder similar to [FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev), but I wanted it to be bypassable to make the model more flexible and trainable so I trained a new guidance embedder for the model independently of the model weights so that it behaves like an optional adapter leaving the model capable of being trained and inferenced without it.
## Fine Tuning
Flex.1 is designed to be fine tunable. It will finetune very similar to [FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev), with the exception of the guidance embedder. With [FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev), it is best to fine tune with a guidance of 1. However, With Flex.1, it is best to fine tune with the guidance embedder completely bypassed.
Day 1 LoRA training support is in [AI-Toolkit](https://github.com/ostris/ai-toolkit). You can use the [example config](https://github.com/ostris/ai-toolkit/blob/main/config/examples/train_lora_flex_24gb.yaml) to get started.
## Special Thanks
A special thanks to the following people/organizations, but also the entire ML community and countless researchers.
- Black Forest Labs
- Glif
- Lodestone Rock
- RunDiffusion
- Freepik
- Countless others…
## Samples
<div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 10px;">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737161331089_10.jpg?resize=1024%2C1024&ssl=1" alt="" style="height: auto;">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737167425163_314.jpg?resize=1024%2C1024&ssl=1" alt="" style="height: auto;">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737162955051_73.jpg?resize=1024%2C1024&ssl=1" alt="" style="height: auto;">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737161516524_20.jpg?resize=1024%2C1024&ssl=1" alt="" style="height: auto;">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737162268769_36.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737167721907_330.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737170374288_473.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737169910530_448.jpg?resize=1024%2C1024&ssl=1" alt="" style="height: auto;">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737163845287_121.jpg?resize=1024%2C1024&ssl=1" alt="" style="height: auto;">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737169224246_411.jpg?resize=1024%2C1024&ssl=1" alt="" style="height: auto;">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737164550064_159.jpg?resize=1024%2C1024&ssl=1" alt="" style="height: auto;">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737167870244_338.jpg?resize=1024%2C1024&ssl=1" alt="" style="height: auto;">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737167777539_333.jpg?resize=1024%2C1024&ssl=1" alt="" style="height: auto;">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737167276694_306.jpg?resize=1024%2C1024&ssl=1" alt="" style="height: auto;">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737166720218_276.jpg?resize=1024%2C1024&ssl=1" alt="" style="height: auto;">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737166571862_268.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737166219459_249.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737165978328_236.jpg?resize=1024%2C1024&ssl=1" alt="" class="wp-image-362">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737162287328_37.jpg?resize=1024%2C1024&ssl=1" alt="" style="height: auto;">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737170411384_475.jpg?resize=1024%2C1024&ssl=1" alt="" style="height: auto;">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737173749749_655.jpg?resize=1024%2C1024&ssl=1" alt="" class="wp-image-363">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737165199316_194.jpg?resize=1024%2C1024&ssl=1" alt="" class="wp-image-364">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737175437577_746.jpg?resize=1024%2C1024&ssl=1" alt="" class="wp-image-367">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737165681542_220.jpg?resize=1024%2C1024&ssl=1" alt="" class="wp-image-366">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737176235170_789.jpg?resize=1024%2C1024&ssl=1" alt="" class="wp-image-365">
<img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737176494913_803.jpg?w=1080&ssl=1" alt="" class="wp-image-368">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737163047768_78.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737163437281_99.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737163455823_100.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737163604175_108.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737164123452_136.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737164308937_146.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737164383098_150.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737164494404_156.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737164791299_172-1.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737164995268_183.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737165032362_185.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737165050909_186.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737165143688_191.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737165217859_195.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737165273515_198.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737165848491_229.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737165941254_234.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737165996864_237.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737166089601_242.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737166126719_244.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737166163822_246.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737166219459_249-1.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737166497703_264.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737166571862_268-1.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737166627520_271.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737166831496_282.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737167183948_301.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737167295246_307.jpg?resize=1024%2C1024&ssl=1" alt="" style="height: auto;">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737167332374_309.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737180946458_1043.jpg?resize=1024%2C1024&ssl=1" alt="" style="height: auto;">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737181039197_1048.jpg?resize=1024%2C1024&ssl=1" alt="" style="height: auto;">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737181057727_1049.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737181113354_1052.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737181298875_1062.jpg?resize=1024%2C1024&ssl=1" alt="" style="height: auto;">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737181354574_1065.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737181725470_1085.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737181985100_1099.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737182170614_1109.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737182226228_1112.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737182430216_1123.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737182578574_1131.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737182652829_1135.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737182931126_1150.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737183098007_1159.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737179054469_941.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737179073003_942.jpg?resize=1024%2C1024&ssl=1" alt="" style="height: auto;">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737179221353_950.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737179499609_965.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737179666577_974.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737179685132_975.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737179796399_981.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737179814957_982.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737179870623_985.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737179889154_986.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737180037602_994.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737180408645_1014.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737180686818_1029.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737180723917_1031.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737180779553_1034.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737183302016_1170.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737183450439_1178.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737183598775_1186.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737184043920_1210.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737171598294_539.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737171913517_556.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737172098958_566.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737172432942_584.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737172488621_587.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737172655584_596.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737173082090_619.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737173137760_622.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737175252098_736.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737175344844_741.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737175437577_746-1.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737175734354_762.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737175919837_772-1.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737176160989_785.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737176253750_790.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737167425163_314-1.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737167684810_328.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737167721907_330-1.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737167777539_333-1.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737167870244_338-1.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737167944447_342.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737167981529_344.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737168222672_357.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737168426734_368.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737168500911_372.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737168519451_373.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737168556564_375.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737168723492_384.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737169020300_400.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737169057364_402.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737176736015_816.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737177069798_834.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737177181116_840.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737177199679_841.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737177310958_847.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737177329512_848.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737177589241_862.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737177607803_863.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737177626365_864.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737177663479_866.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737177904624_879.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737178127219_891.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737178275633_899.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737178294169_900.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737178627958_918.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737169131553_406.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737169187189_409.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737169224246_411-1.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737169261354_413.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737169354073_418.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737169391172_420.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737169483883_425.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737169595148_431.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737170300050_469.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737170782274_495.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737171079014_511.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737171097571_512.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
<img src="https://i0.wp.com/ostris.com/wp-content/uploads/2025/01/1737171264485_521.jpg?resize=1024%2C1024&ssl=1" alt="" style="width: 100%; height:auto">
</div> |