| # Normalized Lora Triplet Export |
|
|
| This folder was generated by `tools/export_lora_triplets_normalized.py`. |
|
|
| ## Provenance |
|
|
| - config: `/data/vgo/xingpeng/new_vgo/Sref_Cref_MiniVGO/configs/data/0426_cref_sref_full_diffusion.yaml` |
| - vault_root: `/mnt/chengwei/vault/traindata/04-26` |
| - selected_lora_sources: `cref_sref_flux_lora_part1` |
| - skipped_non_lora_sources: `cref_sref_oneig_filter_part1, cref_sref_oneig_filter_part2, cref_sref_oneig_filter_part3, cref_sref_oneig_filter_part4, cref_sref_oneig_filter_part5` |
| - exported_sequences: `273682` |
| |
| ## Layout |
| |
| - `triplets.csv`: one row per vault sequence. |
| - `content_images.csv`, `style_images.csv`, `target_images.csv`: one row per deduplicated exported image. |
| - `images/content/...`, `images/style/...`, `images/target/...`: deduplicated vault image bytes. |
|
|
| ## Match Notes |
|
|
| - `match_status=matched` means the exporter found an exact `(aHash, dHash)` match in the original candidate pool. |
| - `match_status=unmatched` or `no_candidates` means the sequence is still exported, but the original generation prompt could not be recovered from local candidate paths. |
|
|
| ## Match Counts |
|
|
| - `flux` / `content` / `matched`: `254746` |
| - `flux` / `content` / `unmatched`: `18936` |
| - `flux` / `style` / `matched`: `240137` |
| - `flux` / `style` / `unmatched`: `33545` |
| - `flux` / `target` / `ambiguous`: `13` |
| - `flux` / `target` / `matched`: `37478` |
| - `flux` / `target` / `no_candidates`: `132753` |
| - `flux` / `target` / `unmatched`: `103438` |
|
|