SearchingMan commited on
Commit
fd46f66
·
verified ·
1 Parent(s): 77d8158

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ Measured on T4 (22 GB VRAM) with `torch.bfloat16`, `guidance_scale=0.0`, 9 infer
43
  | Peak VRAM | 21.35 GB | 16.76 GB | **4.59 GB (22%)** |
44
  | Generation time | 3.9s | 3.5s | — |
45
 
46
- The student+adapter brings peak VRAM from ~21.4 GB down to ~16.8 GB fitting comfortably on a 22 GB T4 where the original barely fits. The DiT transformer and VAE are unchanged (~12 GB total); all savings come from the text encoder.
47
 
48
  ## Quick Start
49
 
 
43
  | Peak VRAM | 21.35 GB | 16.76 GB | **4.59 GB (22%)** |
44
  | Generation time | 3.9s | 3.5s | — |
45
 
46
+ The student+adapter brings peak VRAM from 21.4 GB down to 16.8 GB fitting comfortably on a 22 GB T4 where the original barely fits. The DiT transformer and VAE are unchanged (12 GB total); all savings come from the text encoder.
47
 
48
  ## Quick Start
49