aredden commited on
Commit
50c4b9f
·
1 Parent(s): efb953a

make table more clear

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -4,6 +4,13 @@ This repository contains an implementation of the Flux model, along with an API
4
 
5
  ## Speed Comparison
6
 
 
 
 
 
 
 
 
7
  | Resolution | Device | Test | Average it/s |
8
  | ---------- | ---------- | -------------------------- | ------------ |
9
  | 1024x1024 | RTX4090 | bfl codebase fp8 wo quant | 1.7 |
 
4
 
5
  ## Speed Comparison
6
 
7
+ Note:
8
+
9
+ - The "bfl codebase" refers to the original [BFL codebase](https://github.com/black-forest-labs/flux), not this repo.
10
+ - The "fp8 wo quant" refers to the original BFL codebase using fp8 weight only quantization, not using fp8 matmul which is default in this repo.
11
+ - The "compile blocks & extras" refers to the option within this repo setting the config values `"compile_blocks" true` & `"compiled_extras": true`. ❎ means both were set to false, ✅ means both were set to true.
12
+ - All generations which including a ❎ or ✅ are using this repo.
13
+
14
  | Resolution | Device | Test | Average it/s |
15
  | ---------- | ---------- | -------------------------- | ------------ |
16
  | 1024x1024 | RTX4090 | bfl codebase fp8 wo quant | 1.7 |