mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-15 00:58:02 -05: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()
|