data-archetype commited on
Commit
60276a8
·
verified ·
1 Parent(s): 3fd2fb9

Update README.md benchmark and docs

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -57,8 +57,8 @@ repeated batched `encode()` calls after `5` warmup batches.
57
 
58
  | Resolution | Batch Size | Mean (ms/batch) | ms/image | Images/s | Peak Allocated VRAM |
59
  |---:|---:|---:|---:|---:|---:|
60
- | `256x256` | `128` | `12.54` | `0.098` | `10206.3` | `567.8 MiB` |
61
- | `512x512` | `32` | `12.09` | `0.378` | `2647.2` | `563.8 MiB` |
62
 
63
  ## Decode Latency
64
 
@@ -69,9 +69,9 @@ sampler and PDG disabled.
69
 
70
  | Resolution | Batch Size | Images | Mean (ms/image) | Images/s | Peak Allocated VRAM |
71
  |---:|---:|---:|---:|---:|---:|
72
- | `512x512` | `1` | `20` | `5.11` | `195.6` | `340.8 MiB` |
73
- | `1024x1024` | `1` | `20` | `10.14` | `98.6` | `409.6 MiB` |
74
- | `2048x2048` | `1` | `20` | `53.86` | `18.6` | `720.9 MiB` |
75
 
76
  ## Latent Interface
77
 
 
57
 
58
  | Resolution | Batch Size | Mean (ms/batch) | ms/image | Images/s | Peak Allocated VRAM |
59
  |---:|---:|---:|---:|---:|---:|
60
+ | `256x256` | `128` | `12.38` | `0.097` | `10336.1` | `567.8 MiB` |
61
+ | `512x512` | `128` | `53.49` | `0.418` | `2393.0` | `1353.8 MiB` |
62
 
63
  ## Decode Latency
64
 
 
69
 
70
  | Resolution | Batch Size | Images | Mean (ms/image) | Images/s | Peak Allocated VRAM |
71
  |---:|---:|---:|---:|---:|---:|
72
+ | `512x512` | `1` | `20` | `3.89` | `256.8` | `340.8 MiB` |
73
+ | `1024x1024` | `1` | `20` | `9.79` | `102.2` | `409.6 MiB` |
74
+ | `2048x2048` | `1` | `20` | `51.90` | `19.3` | `720.9 MiB` |
75
 
76
  ## Latent Interface
77