mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 04:11:15 -08:00
apply unet overrides after switching model
This commit is contained in:
parent
c96e4750d8
commit
6e7828e1d2
1 changed files with 1 additions and 0 deletions
|
|
@ -699,6 +699,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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue