mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
6 lines
88 B
Python
Executable File
6 lines
88 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
from invokeai.frontend.install.model_install import main
|
|
|
|
main()
|