lllyasviel commited on
Commit
32d1381
1 Parent(s): 844f57c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -2
README.md CHANGED
@@ -4,12 +4,28 @@ license_name: flux-1-dev-non-commercial-license
4
  license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
5
  ---
6
 
7
- https://github.com/lllyasviel/stable-diffusion-webui-forge/discussions/981
8
 
9
- Main model in bnb-nf4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
 
11
  T5xxl in fp8e4m3fn
12
 
13
  CLIP-L in fp16
14
 
15
  VAE in bf16
 
 
 
4
  license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
5
  ---
6
 
7
+ Main page: https://github.com/lllyasviel/stable-diffusion-webui-forge/discussions/981
8
 
9
+ ---
10
+
11
+ Update:
12
+
13
+ Always use V2 by default.
14
+
15
+ V2 is quantized in a better way to turn off the second stage of double quant.
16
+
17
+ V2 is 0.5 GB larger than the previous version, since the chunk 64 norm is now stored in full precision float32, making it much more precise than the previous version. Also, since V2 does not have second compression stage, it now has less computation overhead for on-the-fly decompression, making the inference a bit faster.
18
+
19
+ The only drawback of V2 is being 0.5 GB larger.
20
+
21
+ ---
22
+
23
+ Main model in bnb-nf4 (v1 with chunk 64 norm in nf4, v2 with chunk 64 norm in float32)
24
 
25
  T5xxl in fp8e4m3fn
26
 
27
  CLIP-L in fp16
28
 
29
  VAE in bf16
30
+
31
+