migration script working well

This commit is contained in:
Lincoln Stein
2023-06-22 15:47:12 -04:00
parent 1c31efa57c
commit 33b04f6386
4 changed files with 479 additions and 322 deletions

View File

@@ -0,0 +1,4 @@
from invokeai.backend.install.migrate_to_3 import main
if __name__=='__main__':
main()