danaevan commited on
Commit
c6d205b
·
1 Parent(s): 513ae40

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -79,12 +79,10 @@ The following techniques were used to shorten training time:
79
  The following tables provide an image latency comparison between DeciDiffusion 1.0 and Stable Diffusion v1.5.
80
 
81
  DeciDiffusion 1.0 vs. Stable Diffusion v1.5 at FP16 precision
82
- |Inference Tool + Iterations| DeciDiffusion 1.0 on A10 (seconds/image) | Stable Diffusion v1.5 on A10 (seconds/image) |
83
  |:----------|:----------|:----------|
84
- | Pytorch 16 Iterations | xx | xx |
85
- | Infery 16 Iterations | xx |xx |
86
- | Pytorch 10 Iterations | xx |xx |
87
- | Infery 10 Iterations | xx | xx|
88
 
89
  ## How to Use
90
 
 
79
  The following tables provide an image latency comparison between DeciDiffusion 1.0 and Stable Diffusion v1.5.
80
 
81
  DeciDiffusion 1.0 vs. Stable Diffusion v1.5 at FP16 precision
82
+ |Implementation + Iterations| DeciDiffusion 1.0 on A10 (seconds/image) | Stable Diffusion v1.5 on A10 (seconds/image) |
83
  |:----------|:----------|:----------|
84
+ | PyTorch 16 Iterations | 1.358 | 3.3216 |
85
+ | PyTorch 10 Iterations | 1.0059 |2.2459 |
 
 
86
 
87
  ## How to Use
88