mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-03 17:35:04 -05:00
This fixes an import issue introduced in commit 1bfe983.
The change made 'invokeai_configure' into a module but this line still tries to call it as if it's a function. This will result in a `'module' not callable` error.