mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
fix vae preview enum on windows
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user