File tree Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Original file line number Diff line number Diff line change 22Making 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
926Summary 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
2542Disable quantization if you want the same quality results as the baseline while still being
2643quite 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 >
You can’t perform that action at this time.
0 commit comments