Document the complete 500-step release series
Browse files
README.md
CHANGED
|
@@ -20,18 +20,23 @@ used by Ideogram 4, plus the matching training LoRA. It is intended to make Ideo
|
|
| 20 |
ordinary natural-language prompts more like the stock model responds to structured Magic-Prompt JSON.
|
| 21 |
It operates as a direct checkpoint replacement through the stock ComfyUI loader.
|
| 22 |
|
| 23 |
-
This
|
| 24 |
-
|
|
|
|
|
|
|
| 25 |
|
| 26 |
## Files
|
| 27 |
|
| 28 |
-
|
|
| 29 |
-
|---|---|
|
| 30 |
-
| `text_encoders/
|
| 31 |
-
| `loras/
|
| 32 |
-
| `manifests/
|
| 33 |
-
| `manifests/
|
| 34 |
-
| `
|
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
The LoRA uses this project's native tensor names (`layers.N.<projection>.lora_a` and `lora_b`). The
|
| 37 |
merged text encoder is the recommended artifact for inference; the LoRA is provided for research,
|
|
|
|
| 20 |
ordinary natural-language prompts more like the stock model responds to structured Magic-Prompt JSON.
|
| 21 |
It operates as a direct checkpoint replacement through the stock ComfyUI loader.
|
| 22 |
|
| 23 |
+
This repository publishes the strength-0.2 training lineage at 500-step intervals through optimizer
|
| 24 |
+
step 5000. Each milestone contains a merged scaled-FP8 text encoder and its matching rank-64 LoRA. A
|
| 25 |
+
milestone resolves to the first complete checkpoint in its 500-step band, so the initial 500 milestone
|
| 26 |
+
resolved to **optimizer step 510**. See [`MILESTONES.md`](MILESTONES.md) for the live artifact index.
|
| 27 |
|
| 28 |
## Files
|
| 29 |
|
| 30 |
+
| Path | Purpose |
|
| 31 |
+
|---|---|
|
| 32 |
+
| `text_encoders/*_step_XXXXXXXX_fp8_scaled.safetensors` | Standalone drop-in scaled-FP8 text encoders |
|
| 33 |
+
| `loras/*_step_XXXXXXXX_r64_a64.safetensors` | Matching unmerged research LoRAs |
|
| 34 |
+
| `manifests/checkpoint_step_XXXXXXXX.json` | Training checkpoint and controller metadata |
|
| 35 |
+
| `manifests/merge_step_XXXXXXXX.json` | Merge inputs, output hash, and per-projection quantization metrics |
|
| 36 |
+
| `MILESTONES.md` | Human-readable live release index |
|
| 37 |
+
| `MILESTONES.json` | Machine-readable live release index |
|
| 38 |
+
| `SHA256SUMS` | SHA-256 inventory for every merged encoder and LoRA |
|
| 39 |
+
| `COMPATIBILITY.md` | Component boundary, provenance, and third-party compatibility notice |
|
| 40 |
|
| 41 |
The LoRA uses this project's native tensor names (`layers.N.<projection>.lora_a` and `lora_b`). The
|
| 42 |
merged text encoder is the recommended artifact for inference; the LoRA is provided for research,
|