Skip to content

Commit 834fe0f

Browse files
authored
Update README.md
1 parent a0f5a0f commit 834fe0f

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,26 @@
22
Making Flux go brrr on GPUs.
33

44
## Results
5-
![new_flux_schnell_plot](https://github.com/user-attachments/assets/3f18d621-bdcd-423d-a66c-fd34bbd90f27)
65

7-
![flux_dev_result_plot](https://github.com/user-attachments/assets/48945137-c826-497a-a292-b1f976a5b16a)
6+
<table>
7+
<thead>
8+
<tr>
9+
<th>Description</th>
10+
<th>Image</th>
11+
</tr>
12+
</thead>
13+
<tbody>
14+
<tr>
15+
<td>Flux.1-Schnell</td>
16+
<td><img src="https://github.com/user-attachments/assets/3f18d621-bdcd-423d-a66c-fd34bbd90f27" width=500 alt="new_flux_schnell_plot" /></td>
17+
</tr>
18+
<tr>
19+
<td>Flux.1-Dev</td>
20+
<td><img src="https://github.com/user-attachments/assets/48945137-c826-497a-a292-b1f976a5b16a" width=500 alt="flux_dev_result_plot" /></td>
21+
</tr>
22+
</tbody>
23+
</table>
24+
825

926
Summary of the optimizations:
1027
* Running with the bfloat16 precision
@@ -25,7 +42,7 @@ introduced through the use of `torch.compile` / `torch.export`) EXCEPT FOR dynam
2542
Disable quantization if you want the same quality results as the baseline while still being
2643
quite a bit faster.
2744

28-
Here are some example outputs for prompt `"A cat playing with a ball of yarn"`:
45+
Here are some example outputs with Flux.1-Schnell for prompt `"A cat playing with a ball of yarn"`:
2946

3047
<table>
3148
<thead>

0 commit comments

Comments
 (0)