mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2025-01-09 04:18:46 +08: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()
|