mrjackspade commited on
Commit
22c5591
·
verified ·
1 Parent(s): 50eac26

Document the complete 500-step release series

Browse files
Files changed (1) hide show
  1. README.md +14 -9
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 release is the first strength-0.2 milestone. The nominal 500-step milestone resolved to the first
24
- complete checkpoint in that checkpoint band, **optimizer step 510**.
 
 
25
 
26
  ## Files
27
 
28
- | File | Purpose | Size | SHA-256 |
29
- |---|---|---:|---|
30
- | `text_encoders/qwen3vl_8b_ideogram4_nl_s020_v1_step_00000510_fp8_scaled.safetensors` | Standalone drop-in scaled-FP8 text encoder | 10,588,637,800 bytes | `f0d1009af7407b60bda169967bb5e4c3e8ea264042b70f3d7b667bb0c2404ece` |
31
- | `loras/qwen3vl_8b_ideogram4_nl_s020_v1_step_00000510_r64_a64.safetensors` | Matching unmerged research LoRA | 698,404,608 bytes | `85359811e619276f85742072c2b3327915bbb56bcefb874f2f3101a5d1216eef` |
32
- | `manifests/checkpoint_step_00000510.json` | Training checkpoint and controller metadata | — | See `SHA256SUMS` |
33
- | `manifests/merge_step_00000510.json` | Merge inputs, output hash, and per-projection quantization metrics | — | See `SHA256SUMS` |
34
- | `COMPATIBILITY.md` | Component boundary, provenance, and third-party compatibility notice | | See `SHA256SUMS` |
 
 
 
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,