your fp8-schnell produces different results compared to running fp16-schnell in FP8 mode
#1
by
MonsterMMORPG
- opened
your fp8-schnell produces different results compared to running fp16-schnell in FP8 mode
your fp8-schnell produces different results compared to running fp16-schnell in FP8 mode
I saved a checkpoint with parameters --fp8_e4m3fn-unet --fp8_e4m3fn-text-enc, perhaps you used a T5 encoder in fp16, here it is also in fp8
upd: If you used e5m2 fp8 for UNet, the results would also differ.
@maximsobolev275 i think it was because i used FP16 T5 text encoder as you said
however this behaviour didnt happen when I was using FP8 dev version of this : https://huggingface.co/Kijai/flux-fp8/tree/main
@MonsterMMORPG
I got the same results when I kept the T5 encoder the same
@maximsobolev275 did you try FP8 text encoder as well?