Commit 6e7828e1 authored by AUTOMATIC1111's avatar AUTOMATIC1111

apply unet overrides after switching model

parent c96e4750
...@@ -699,6 +699,7 @@ def reload_model_weights(sd_model=None, info=None): ...@@ -699,6 +699,7 @@ def reload_model_weights(sd_model=None, info=None):
print(f"Weights loaded in {timer.summary()}.") print(f"Weights loaded in {timer.summary()}.")
model_data.set_sd_model(sd_model) model_data.set_sd_model(sd_model)
sd_unet.apply_unet()
return sd_model return sd_model
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment