File size: 668 Bytes
b6dbb0a f77d010 48e52fe |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# 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
```
## Schnell+Dev merge
https://huggingface.co/maximsobolev275/flux-fp8-schnell/blob/main/flux1-schnell%2Bdev_fp8_unet.safetensors
Compare workflow:
![](https://huggingface.co/maximsobolev275/flux-fp8-schnell/resolve/main/flux1-schnell%2Bdev_fp8_unet.png?download=true) |