flux-fp8-schnell / README.md
maximsobolev275's picture
Update README.md
f77d010 verified
|
raw
history blame
No virus
399 Bytes
# Two versions of the model are available:
- flux1-schnell_fp8_unet: This version includes only the U-Net.
- flux1-schnell_fp8_unet_vae_clip: This version includes CLIP, VAE, and U-Net.
## ComfyUI workflows are included for both versions of the model.
## ComfyUI should be launched with the following parameters to enable fp8 mode for the models:
```
--fp8_e4m3fn-unet --fp8_e4m3fn-text-enc
```