mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
ask user for v2 variant when model manager can't infer it
This commit is contained in:
@ -13,6 +13,7 @@ def main():
|
||||
os.chdir(os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|
||||
|
||||
if '--web' in sys.argv:
|
||||
sys.argv.remove('--web')
|
||||
from invokeai.app.api_app import invoke_api
|
||||
invoke_api()
|
||||
else:
|
||||
|
Reference in New Issue
Block a user