mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-07 06:11:21 -08:00
apply unet overrides after switching model
This commit is contained in:
parent
6c7b6ecb81
commit
3f82820612
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue