Added Inference Code
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ This pipeline was distilled from **SG161222/Realistic_Vision_V4.0** on a Subset
|
|
19 |
![val_imgs_grid](./grid_tiny.png)
|
20 |
|
21 |
|
22 |
-
This Pipeline is based upon [the paper](https://arxiv.org/pdf/2305.15798.pdf). Training Code can be found [here](https://github.com/segmind/
|
23 |
|
24 |
## Pipeline usage
|
25 |
|
@@ -53,5 +53,7 @@ We have observed that the distilled models are upto 80% faster than the Base SD1
|
|
53 |
![graph](./graph.png)
|
54 |
![comparision](./comparision1.png)
|
55 |
|
56 |
-
|
|
|
|
|
57 |
|
|
|
19 |
![val_imgs_grid](./grid_tiny.png)
|
20 |
|
21 |
|
22 |
+
This Pipeline is based upon [the paper](https://arxiv.org/pdf/2305.15798.pdf). Training Code can be found [here](https://github.com/segmind/distill-sd).
|
23 |
|
24 |
## Pipeline usage
|
25 |
|
|
|
53 |
![graph](./graph.png)
|
54 |
![comparision](./comparision1.png)
|
55 |
|
56 |
+
[Here](https://github.com/segmind/distill-sd/blob/master/inference.py) is the code for benchmarking the speeds.
|
57 |
+
|
58 |
+
|
59 |
|