mirror of
https://github.com/invoke-ai/InvokeAI
synced 2025-07-25 21:05:37 +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