InvokeAI/scripts/invokeai-migrate3

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
91 B
Plaintext
Raw Normal View History

2023-06-22 19:47:12 +00:00
from invokeai.backend.install.migrate_to_3 import main
if __name__=='__main__':
main()