InvokeAI/invokeai/frontend
greatwolf 9e2e82a752
Fixed import issue in invokeai/frontend/install/model_install.py
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.
2023-08-13 05:15:55 -07:00
..
CLI convert add_model(), del_model(), list_models() etc to use bifurcated names 2023-05-13 14:44:44 -04:00
install Fixed import issue in invokeai/frontend/install/model_install.py 2023-08-13 05:15:55 -07:00
merge Two changes to command-line scripts 2023-08-10 20:59:22 -04:00
training Run python black 2023-07-28 09:46:44 -04:00
web Update frontend JS files 2023-08-12 19:49:33 -04:00
__init__.py Run python black 2023-07-28 09:46:44 -04:00
legacy_launch_invokeai.py Run python black 2023-07-28 09:46:44 -04:00