Update README.md
Browse files
README.md
CHANGED
@@ -48,8 +48,10 @@ These are the key hyperparameters used during training:
|
|
48 |
|
49 |
## Speed Comparision
|
50 |
|
51 |
-
We have observed that the distilled models are upto
|
52 |
|
53 |
![graph](./graph.png)
|
54 |
![comparision](./comparision1.png)
|
55 |
|
|
|
|
|
|
48 |
|
49 |
## Speed Comparision
|
50 |
|
51 |
+
We have observed that the distilled models are upto 80% faster than the Base SD1.5 Models. Below is a comparision on an A100 80GB.
|
52 |
|
53 |
![graph](./graph.png)
|
54 |
![comparision](./comparision1.png)
|
55 |
|
56 |
+
Below is the code for benchmarking the speeds
|
57 |
+
|