mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
- The following were supposed to be equivalent, but the latter crashes: ``` invoke> banana sushi invoke> --prompt="banana sushi" ``` This PR fixes the problem. - Fixes #2548