fix vae preview enum on windows

This commit is contained in:
Vladimir Mandic
2024-03-27 15:03:21 -04:00
parent 89e9debbcd
commit 48559ceba2
+1
View File
@@ -87,6 +87,7 @@ def refresh_vae_list():
candidates = []
for path in vae_paths:
candidates += glob.iglob(path, recursive=True)
candidates = [os.path.abspath(path) for path in candidates]
for filepath in candidates:
name = get_filename(filepath)
if name == 'VAE':