mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-19 07:28:59 -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()
|