Text-to-Video
lora
character
consistency
mila
ltx-2.3
z-image-turbo
krea-2-turbo
text-to-image
image-to-video
realistic
cinematic
fashion
lifestyle
Instructions to use SOLRICKS/Mila with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Inference
- Notebooks
- Google Colab
- Kaggle
Publish Mila multi-model LoRAs and samples
Browse files
README.md
ADDED
|
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- lora
|
| 4 |
+
- character
|
| 5 |
+
- mila
|
| 6 |
+
- ltx-2.3
|
| 7 |
+
- z-image-turbo
|
| 8 |
+
- krea-2
|
| 9 |
+
- text-to-image
|
| 10 |
+
- text-to-video
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Mila — Multi-Model Character LoRAs
|
| 14 |
+
|
| 15 |
+
**Mila** is a fictional character identity trained across multiple generative model families.
|
| 16 |
+
|
| 17 |
+
This repository contains three separate LoRA weights for the same character:
|
| 18 |
+
|
| 19 |
+
| Model | Base Model | Trigger | Weight |
|
| 20 |
+
|---|---|---|---|
|
| 21 |
+
| LTX-2.3 | `Lightricks/LTX-2.3` | `mila` | `models/ltx-2.3/mila_ltx23_lora.safetensors` |
|
| 22 |
+
| Z-Image Turbo | `Tongyi-MAI/Z-Image-Turbo` | `mila_v1` | `models/z-image-turbo/mila_zimage_turbo_lora.safetensors` |
|
| 23 |
+
| Krea 2 | Krea 2 Turbo / Raw | `mila` | `models/krea-2/mila_krea2_lora.safetensors` |
|
| 24 |
+
|
| 25 |
+
## Repository structure
|
| 26 |
+
|
| 27 |
+
```text
|
| 28 |
+
Mila/
|
| 29 |
+
├─ README.md
|
| 30 |
+
├─ models/
|
| 31 |
+
│ ├─ ltx-2.3/
|
| 32 |
+
│ │ └─ mila_ltx23_lora.safetensors
|
| 33 |
+
│ ├─ z-image-turbo/
|
| 34 |
+
│ │ └─ mila_zimage_turbo_lora.safetensors
|
| 35 |
+
│ └─ krea-2/
|
| 36 |
+
│ └─ mila_krea2_lora.safetensors
|
| 37 |
+
└─ samples/
|
| 38 |
+
├─ ltx-2.3/
|
| 39 |
+
├─ z-image-turbo/
|
| 40 |
+
└─ krea-2/
|
| 41 |
+
```
|
| 42 |
+
|
| 43 |
+
## LTX-2.3
|
| 44 |
+
|
| 45 |
+
**Base model:** `Lightricks/LTX-2.3`
|
| 46 |
+
**Trigger:** `mila`
|
| 47 |
+
**Recommended LoRA strength:** `1.0`
|
| 48 |
+
**Training:** 2000 steps
|
| 49 |
+
|
| 50 |
+
Example prompt:
|
| 51 |
+
|
| 52 |
+
```text
|
| 53 |
+
mila, blonde ponytail, soft facial features, natural skin texture,
|
| 54 |
+
cream outfit, luxury coastal balcony, warm sunlight,
|
| 55 |
+
realistic lifestyle video
|
| 56 |
+
```
|
| 57 |
+
|
| 58 |
+
## Z-Image Turbo
|
| 59 |
+
|
| 60 |
+
**Base model:** `Tongyi-MAI/Z-Image-Turbo`
|
| 61 |
+
**Trigger:** `mila_v1`
|
| 62 |
+
**Training:** 2000 steps
|
| 63 |
+
|
| 64 |
+
Example prompt:
|
| 65 |
+
|
| 66 |
+
```text
|
| 67 |
+
mila_v1, blonde ponytail, soft facial features, natural skin texture,
|
| 68 |
+
cream outfit, luxury coastal street, warm sunlight,
|
| 69 |
+
realistic photography
|
| 70 |
+
```
|
| 71 |
+
|
| 72 |
+
## Krea 2
|
| 73 |
+
|
| 74 |
+
**Base model:** Krea 2
|
| 75 |
+
**Trigger:** `mila`
|
| 76 |
+
|
| 77 |
+
The exact Krea 2 variant should be stated here before publishing:
|
| 78 |
+
|
| 79 |
+
- `Krea 2 Turbo`, or
|
| 80 |
+
- `Krea 2 Raw`
|
| 81 |
+
|
| 82 |
+
Example prompt:
|
| 83 |
+
|
| 84 |
+
```text
|
| 85 |
+
mila, realistic blonde woman, soft facial features,
|
| 86 |
+
natural skin texture, premium fashion photography,
|
| 87 |
+
warm cinematic daylight
|
| 88 |
+
```
|
| 89 |
+
|
| 90 |
+
## Samples
|
| 91 |
+
|
| 92 |
+
Example generations are organized by model family:
|
| 93 |
+
|
| 94 |
+
- `samples/ltx-2.3/`
|
| 95 |
+
- `samples/z-image-turbo/`
|
| 96 |
+
- `samples/krea-2/`
|
| 97 |
+
|
| 98 |
+
## Important
|
| 99 |
+
|
| 100 |
+
These LoRAs are **not interchangeable** between base models. Load the weight that matches the corresponding base model.
|
| 101 |
+
|
| 102 |
+
## Licensing
|
| 103 |
+
|
| 104 |
+
Each adapter is derived from a different base model family. Usage and redistribution must comply with the license and usage terms of the corresponding base model.
|
| 105 |
+
|
| 106 |
+
Please review the original model licenses before commercial use, redistribution, or deployment.
|
models/krea-2-turbo/mila_krea2_lora.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e521d59eee2ea4cf1f45c1044bced86d71e7d5edbdcab0dc2467bf33d9cf0017
|
| 3 |
+
size 228587768
|
models/ltx-2.3/mila_ltx23_lora.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6819dc381ad01691831e34ba753a636c4cb0bf090f96c85144d9655cd1286433
|
| 3 |
+
size 337360752
|
models/z-image-turbo/mila_zimage_turbo_lora.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e72a54b12be28fc62988b4761ab114b3a29857e105d33006ab05ed76f9d1ed85
|
| 3 |
+
size 170128296
|