fast-stable-diffusion icon indicating copy to clipboard operation
fast-stable-diffusion copied to clipboard

How to disable half-precision when converting checkpoint?

Open swcrazyfan opened this issue 3 years ago • 2 comments

I've been reading about how converting to half-precision/fp16 can potentially affect the quality in the model. Is there a way to disable this feature? That way, I can compare the two versions?

Thanks for this amazing repo!

swcrazyfan avatar Oct 10 '22 15:10 swcrazyfan

If you disable fp16 in the training, it will automatically disable it when saving the model, the model would be 4GB instead of 2GB

TheLastBen avatar Oct 10 '22 15:10 TheLastBen

THE GREAT BEN!!! WE ALL LOVE BEN!

LIQUIDMIND111 avatar Oct 13 '22 10:10 LIQUIDMIND111