[Feature] Precision Control
Feature
A Feature that would let you control Precision of the model .
Description
A feature that allows you control precision of the model in runtime while it's running would be great , it gives you control over speed and quality , for example like --precision half , full , and few other options and one like performance . this makes it OP for Creating Images with Models of different precisions. (I don't know if this feature is currently available , But Please add it if possible , and sorry if it exists cause I didn't use stable-diffusion.cpp in a while)
-- type f16 does roughly the same thing as the --precision half you're asking for. --type f32 forces full precision. (And you can use other quantized types such as q8_0, q4_K, ...)