From 30a917f70caf9df58c78fbe2b6af448f54ad1bdd Mon Sep 17 00:00:00 2001 From: mickr777 <115216705+mickr777@users.noreply.github.com> Date: Thu, 29 Jun 2023 14:45:55 +1000 Subject: [PATCH] Fix Typo in migrate_to_3.py --- invokeai/backend/install/migrate_to_3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokeai/backend/install/migrate_to_3.py b/invokeai/backend/install/migrate_to_3.py index 713f9c5a83..c8e024f484 100644 --- a/invokeai/backend/install/migrate_to_3.py +++ b/invokeai/backend/install/migrate_to_3.py @@ -326,7 +326,7 @@ class MigrateTo3(object): vae_path = p elif repo_id := vae.get('repo_id'): if repo_id=='stabilityai/sd-vae-ft-mse': # this guy is already downloaded - vae_path = 'models/core/convert/se-vae-ft-mse' + vae_path = 'models/core/convert/sd-vae-ft-mse' else: vae_path = self._download_vae(repo_id, vae.get('subfolder'))