Skip to content

Commit 586f8f7

Browse files
authored
Update README.md
1 parent 5a49b30 commit 586f8f7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ introduced through the use of `torch.compile` / `torch.export`) EXCEPT FOR dynam
2323
Disable quantization if you want the same quality results as the baseline while still being
2424
quite a bit faster.
2525

26-
**Example baseline output:**
26+
Here are some example outputs for prompt `"A cat playing with a ball of yarn"`:
27+
28+
**Baseline:**
2729
![baseline_output](https://github.com/user-attachments/assets/8ba746d2-fbf3-4e30-adc4-11303231c146)
2830

29-
**Example fully-optimized output (with quantization):**
31+
**Fully-optimized (with quantization):**
3032
![fast_output](https://github.com/user-attachments/assets/1a31dec4-38d5-45b2-8ae6-c7fb2e6413a4)
3133

3234
## Setup

0 commit comments

Comments
 (0)