Update model card
Browse files
README.md
CHANGED
|
@@ -19,41 +19,13 @@ Every LoRA ships as `<Name>_KREA2.safetensors` alongside `<Name>_KREA2.md` insid
|
|
| 19 |
|
| 20 |
### Repository restructure
|
| 21 |
- All characters moved under a single **`Characters/`** directory (one folder per character containing the `.safetensors`, the persona `.md`, and the training captions).
|
| 22 |
-
- All **`Images_Prompt_Examples`** folders and their contents were **removed**.
|
| 23 |
- A new **`Pruned_Comparison`** folder was added with one preview image per character (see below).
|
| 24 |
|
| 25 |
### Dynamic re-rank + block pruning
|
| 26 |
-
Every LoRA was re-ranked with **dynamic `sv_fro` SVD** (retention `0.998`, max rank `16`) and block-pruned by dropping the **8 lowest-impact transformer blocks** (blocks `1-8`, ~3% of delta energy).
|
| 27 |
-
|
| 28 |
-
### Trigger word corrections
|
| 29 |
-
27 persona `.md` files had trigger words that did not match the tokens actually used in their training captions. These were corrected to the exact training token, e.g.:
|
| 30 |
-
|
| 31 |
-
| Character | Was | Now |
|
| 32 |
-
|---|---|---|
|
| 33 |
-
| Adriana Lima | `Adriana Lima` | `AdrianaLima` |
|
| 34 |
-
| Anne Hathaway | `Anne Hathaway` | `AnneHathaway` |
|
| 35 |
-
| Ariana Grande | `Ariana Grande` | `ArianaGrande` |
|
| 36 |
-
| Billie Eilish | `Billie_ilish` | `BillieEilish` |
|
| 37 |
-
| Doja Cat | `Dojcat` | `DojaCat` |
|
| 38 |
-
| Elydia | `unknown` | `Helydia` |
|
| 39 |
-
| Eva Mendes | `unknown` | `EvaMendes` |
|
| 40 |
-
| Ho-yeon | `ho-yeon` | `JungHoYeon` |
|
| 41 |
-
| Jessica Alba | `Jessica_lba` | `JessicaAlba` |
|
| 42 |
-
| Kylie Jenner | `Kylie_enner` | `KylieJenner` |
|
| 43 |
-
| Lea Elui | `Léa-elui` | `LeaElui` |
|
| 44 |
-
| Nicki Minaj | `NickiM` | `NickiMinaj` |
|
| 45 |
-
| Sab Zada | `SZA` | `SabZada` |
|
| 46 |
-
| Shakira | `Sh_akira` | `Shakira` |
|
| 47 |
-
| Shay | `Vanessa Lesnicki` | `Shay` |
|
| 48 |
-
| Tokyo | `TKY` | `Tokyo` |
|
| 49 |
-
| Zoe Kravitz | `Zkravit` | `ZoeKravitz` |
|
| 50 |
-
|
| 51 |
-
(plus Alexandria Ocasio-Cortez, Ana De Armas, Anya Taylor-Joy, Bella Poarch, Camille Cerf, Dua Lipa, Emilia Clarke, Hannah Kleit, Inde Navarrette, Kaia Gerber)
|
| 52 |
|
| 53 |
### Retrained character
|
| 54 |
-
- **Jung Ho-yeon** (`Ho-yeon`) was **retrained** on a new dataset, then re-ranked and pruned like the others.
|
| 55 |
-
|
| 56 |
-
> Note: `Autumn Falls` and `Hailey Rose` have no matching training dataset, so their trigger word remains `unknown`.
|
| 57 |
|
| 58 |
## Fully automated pipeline
|
| 59 |
|
|
|
|
| 19 |
|
| 20 |
### Repository restructure
|
| 21 |
- All characters moved under a single **`Characters/`** directory (one folder per character containing the `.safetensors`, the persona `.md`, and the training captions).
|
|
|
|
| 22 |
- A new **`Pruned_Comparison`** folder was added with one preview image per character (see below).
|
| 23 |
|
| 24 |
### Dynamic re-rank + block pruning
|
| 25 |
+
Every LoRA was re-ranked with **dynamic `sv_fro` SVD** (retention `0.998`, max rank `16`) and block-pruned by dropping the **8 lowest-impact transformer blocks** (blocks `1-8`, ~3% of delta energy).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
|
| 27 |
### Retrained character
|
| 28 |
+
- **Jung Ho-yeon** (`Ho-yeon`) was **retrained** on a new dataset, then re-ranked and pruned like the others.
|
|
|
|
|
|
|
| 29 |
|
| 30 |
## Fully automated pipeline
|
| 31 |
|