File tree Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,24 @@ quite a bit faster.
2525
2626Here are some example outputs for prompt ` "A cat playing with a ball of yarn" ` :
2727
28- | Configuration | Output |
29- | --------------------------------------------| ----------------------------------------------------------------------------------------------------------------------------------------------------|
30- | ** Baseline** | ![ baseline_output] ( https://github.com/user-attachments/assets/8ba746d2-fbf3-4e30-adc4-11303231c146 ) |
31- | ** Fully-optimized (with quantization)** | ![ fast_output] ( https://github.com/user-attachments/assets/1a31dec4-38d5-45b2-8ae6-c7fb2e6413a4 ) |
32-
28+ <table >
29+ <thead >
30+ <tr>
31+ <th>Configuration</th>
32+ <th>Output</th>
33+ </tr>
34+ </thead >
35+ <tbody >
36+ <tr>
37+ <td><strong>Baseline</strong></td>
38+ <td><img src="https://github.com/user-attachments/assets/8ba746d2-fbf3-4e30-adc4-11303231c146" alt="baseline_output" width=400/></td>
39+ </tr>
40+ <tr>
41+ <td><strong>Fully-optimized (with quantization)</strong></td>
42+ <td><img src="https://github.com/user-attachments/assets/1a31dec4-38d5-45b2-8ae6-c7fb2e6413a4" alt="fast_output" width=400/></td>
43+ </tr>
44+ </tbody >
45+ </table >
3346
3447## Setup
3548We rely primarily on pure PyTorch for the optimizations. Currently, a relatively recent nightly version of PyTorch is required.
You can’t perform that action at this time.
0 commit comments