topabaem commited on
Commit
40ae3c7
·
verified ·
1 Parent(s): cc30c66

Say that the samples were rendered one-pass

Browse files
Files changed (1) hide show
  1. samples/idol/README.md +19 -0
samples/idol/README.md CHANGED
@@ -45,6 +45,25 @@ That is higher than the 0.0261 mean across the five benchmark prompts in
45
  `../README.md` — a 317-token prompt with ten sequenced actions gives compression
46
  more to lose than "a blacksmith hammers steel".
47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  ## Cost
49
 
50
  | clip | wall clock | peak VRAM |
 
45
  `../README.md` — a 317-token prompt with ten sequenced actions gives compression
46
  more to lose than "a blacksmith hammers steel".
47
 
48
+ ## Sharper: the pass these clips were missing
49
+
50
+ `idol-10s-1024x640-2pass.mp4` is the same prompt and seed as
51
+ `idol-10s-4bit.mp4`, run through the vendor's full pipeline instead of half of
52
+ it: sample at 512x320, upscale the latent 2x, sample again at 1024x640.
53
+
54
+ ![one pass against two](https://huggingface.co/topabaem/LTX-2.5-Text-Encoder-4bit-8GB/resolve/main/samples/idol/sharpness-1pass-vs-2pass.png)
55
+
56
+ Left is the one-pass render enlarged afterwards, right is the two-pass render,
57
+ same frame, 1:1. Eyes, teeth, the star earring and the dress frills are separate
58
+ objects on the right and mush on the left — 4.1x the Laplacian variance on a
59
+ common grid.
60
+
61
+ **Every other clip here, and every clip in `../`, is one-pass.** The renderer
62
+ skipped that second pass on a written assumption that a 16 GB card could not
63
+ afford it. Measured, it peaks at 10.03 GiB and takes 312 s — it fits. So these
64
+ samples understate what the encoder drives, and the softness in them was never
65
+ the compression.
66
+
67
  ## Cost
68
 
69
  | clip | wall clock | peak VRAM |