maximsobolev275 commited on
Commit
f77d010
1 Parent(s): b6dbb0a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -3,4 +3,11 @@
3
  - flux1-schnell_fp8_unet: This version includes only the U-Net.
4
  - flux1-schnell_fp8_unet_vae_clip: This version includes CLIP, VAE, and U-Net.
5
 
6
- ## ComfyUI workflows are included for both versions of the model.
 
 
 
 
 
 
 
 
3
  - flux1-schnell_fp8_unet: This version includes only the U-Net.
4
  - flux1-schnell_fp8_unet_vae_clip: This version includes CLIP, VAE, and U-Net.
5
 
6
+ ## ComfyUI workflows are included for both versions of the model.
7
+
8
+
9
+ ## ComfyUI should be launched with the following parameters to enable fp8 mode for the models:
10
+
11
+ ```
12
+ --fp8_e4m3fn-unet --fp8_e4m3fn-text-enc
13
+ ```