mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
This corrects behavior of --no-interactive, which was in fact asking for interaction! New behavior: If you pass --no-interactive it will behave exactly as it did before and completely skip the downloading of SD models. If you pass --yes it will do almost the same, but download the recommended models. The combination of the two arguments is the same as --no-interactive.