Blue2Giant commited on
Commit
d808442
·
verified ·
1 Parent(s): fc89e46

Add files using upload-large-folder tool

Browse files
cref_sref/illustrious/README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Normalized Lora Triplet Export
2
+
3
+ This folder was generated by `tools/export_lora_triplets_normalized.py`.
4
+
5
+ ## Provenance
6
+
7
+ - config: `/data/vgo/xingpeng/new_vgo/Sref_Cref_MiniVGO/configs/data/0426_cref_sref_full_diffusion.yaml`
8
+ - vault_root: `/mnt/chengwei/vault/traindata/04-26`
9
+ - selected_lora_sources: `cref_sref_illustrious_lora_part1`
10
+ - 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`
11
+ - exported_sequences: `172589`
12
+
13
+ ## Layout
14
+
15
+ - `triplets.csv`: one row per vault sequence.
16
+ - `content_images.csv`, `style_images.csv`, `target_images.csv`: one row per deduplicated exported image.
17
+ - `images/content/...`, `images/style/...`, `images/target/...`: deduplicated vault image bytes.
18
+
19
+ ## Match Notes
20
+
21
+ - `match_status=matched` means the exporter found an exact `(aHash, dHash)` match in the original candidate pool.
22
+ - `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.
23
+
24
+ ## Match Counts
25
+
26
+ - `illustrious` / `content` / `matched`: `158135`
27
+ - `illustrious` / `content` / `unmatched`: `14454`
28
+ - `illustrious` / `style` / `matched`: `145099`
29
+ - `illustrious` / `style` / `unmatched`: `27490`
30
+ - `illustrious` / `target` / `ambiguous`: `6`
31
+ - `illustrious` / `target` / `matched`: `154824`
32
+ - `illustrious` / `target` / `unmatched`: `17759`
cref_sref/illustrious/style_images.csv ADDED
The diff for this file is too large to render. See raw diff
 
cref_sref/illustrious/summary.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": "/data/vgo/xingpeng/new_vgo/Sref_Cref_MiniVGO/configs/data/0426_cref_sref_full_diffusion.yaml",
3
+ "vault_root": "/mnt/chengwei/vault/traindata/04-26",
4
+ "selected_sources": [
5
+ "cref_sref_illustrious_lora_part1"
6
+ ],
7
+ "skipped_non_lora_sources": [
8
+ "cref_sref_oneig_filter_part1",
9
+ "cref_sref_oneig_filter_part2",
10
+ "cref_sref_oneig_filter_part3",
11
+ "cref_sref_oneig_filter_part4",
12
+ "cref_sref_oneig_filter_part5"
13
+ ],
14
+ "pair_keys": [],
15
+ "exported_sequences": 172589,
16
+ "unique_content_images": 8045,
17
+ "unique_style_images": 1581,
18
+ "unique_target_images": 65952,
19
+ "match_counts": {
20
+ "illustrious:content:matched": 158135,
21
+ "illustrious:content:unmatched": 14454,
22
+ "illustrious:style:matched": 145099,
23
+ "illustrious:style:unmatched": 27490,
24
+ "illustrious:target:ambiguous": 6,
25
+ "illustrious:target:matched": 154824,
26
+ "illustrious:target:unmatched": 17759
27
+ }
28
+ }