Skip to content

Commit

Permalink
Merge pull request AUTOMATIC1111#7583 from EllangoK/master
Browse files Browse the repository at this point in the history
Calls modules.sd_vae.refresh_vae_list(), fixes VAE list not updating
  • Loading branch information
AUTOMATIC1111 authored Feb 19, 2023
2 parents b63a13c + 9a22c63 commit 563724f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/shared_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ def sd_vae_items():
def refresh_vae_list():
import modules.sd_vae

return modules.sd_vae.refresh_vae_list
return modules.sd_vae.refresh_vae_list()

0 comments on commit 563724f

Please sign in to comment.