mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Remove `trim()` from model identifier schema, which prevented parsed model identifiers from matching. The root issue here is that model names are identifiers. This will be resolved in the model manager refactor. Closes #5556