mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-20 05:18:17 -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()
|