api endpoint refresh vaes

This commit is contained in:
Vladimir Mandic
2023-07-26 15:51:19 -04:00
parent 15d5873f22
commit ff9b8bc062
5 changed files with 25 additions and 3 deletions
+1
View File
@@ -99,6 +99,7 @@ def refresh_vae_list():
else:
vae_dict[name] = filepath
shared.log.info(f"Available VAEs: {vae_path} {len(vae_dict)}")
return vae_dict
def find_vae_near_checkpoint(checkpoint_file):