apply unet overrides after switching model

This commit is contained in:
AUTOMATIC1111 2023-08-07 08:16:20 +03:00
parent 6c7b6ecb81
commit 3f82820612

View File

@ -715,6 +715,7 @@ def reload_model_weights(sd_model=None, info=None):
print(f"Weights loaded in {timer.summary()}.")
model_data.set_sd_model(sd_model)
sd_unet.apply_unet()
return sd_model