mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04: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