Warlord-K commited on
Commit
cad0bd7
1 Parent(s): 2106049

Added Inference Code

Browse files
Files changed (1) hide show
  1. README.md +4 -2
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/BKSDM).
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
- Below is the code for benchmarking the speeds
 
 
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