File size: 399 Bytes
b6dbb0a f77d010 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
# 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
``` |