Update README.md
Browse files
README.md
CHANGED
@@ -46,3 +46,10 @@ These are the key hyperparameters used during training:
|
|
46 |
* Image resolution: 512
|
47 |
* Mixed-precision: fp16
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
* Image resolution: 512
|
47 |
* Mixed-precision: fp16
|
48 |
|
49 |
+
## Speed Comparision
|
50 |
+
|
51 |
+
We have observed that the distilled models are upto 85% faster than the Base SD1.5 Models. Below is a comparision
|
52 |
+
|
53 |
+
![graph](./graph.png)
|
54 |
+
![comparision](./comparision1.png)
|
55 |
+
|