data-archetype commited on
Commit
29de36a
·
verified ·
1 Parent(s): 06336aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -58,9 +58,8 @@ batches per resolution.
58
  | `512x512` | `32` | dinac_ae | `53.09` | `1.659` | `602.7` | `1570.0` | `6.70x` | `87.5%` |
59
  | `512x512` | `32` | FLUX.2 VAE | `355.64` | `11.114` | `90.0` | `12533.8` | `1.00x` | `0.0%` |
60
 
61
- The DINOv2-aligned encoder is slower than DINAC-AE's DINOv3-aligned encoder
62
- because it uses 8 transformer blocks instead of 6, but remains much faster and
63
- much smaller than the FLUX.2 VAE encoder.
64
 
65
  ## Latent Interface
66
 
 
58
  | `512x512` | `32` | dinac_ae | `53.09` | `1.659` | `602.7` | `1570.0` | `6.70x` | `87.5%` |
59
  | `512x512` | `32` | FLUX.2 VAE | `355.64` | `11.114` | `90.0` | `12533.8` | `1.00x` | `0.0%` |
60
 
61
+ The encoder is slower than DINAC-AE's encoder
62
+ because it uses 8 transformer blocks instead of 6, but remains much faster and lighter than the FLUX.2 VAE encoder.
 
63
 
64
  ## Latent Interface
65