no-half support for SD 2.0

This commit is contained in:
MrCheeze 2022-11-26 13:28:44 -05:00
parent b5050ad207
commit 1e506657e1

View File

@ -244,6 +244,9 @@ def load_model(checkpoint_info=None):
do_inpainting_hijack()
if shared.cmd_opts.no_half:
sd_config.model.params.unet_config.params.use_fp16 = False
sd_model = instantiate_from_config(sd_config.model)
load_model_weights(sd_model, checkpoint_info)