fast-stable-diffusion
fast-stable-diffusion copied to clipboard
How to disable half-precision when converting checkpoint?
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!
If you disable fp16 in the training, it will automatically disable it when saving the model, the model would be 4GB instead of 2GB
THE GREAT BEN!!! WE ALL LOVE BEN!