InvokeAI/ldm/invoke/config
Lincoln Stein 3795b40f63 implemented the following fixes:
Enhancements:
1. Directory-based imports will not attempt to import components of diffusers models.
2. Diffuser directory imports now supported
3. Files that end with .ckpt that are not Stable Diffusion models (such as VAEs) are
   skipped during import.

Bugs identified in Psychedelicious's review:
1. The invokeai-configure form now tracks the current contents of `invokeai.init` correctly.
2. The autoencoders are no longer treated like installable models, but instead are
   mandatory support models. They will no longer appear in `models.yaml`

Bugs identified in Damian's review:
1. If invokeai-model-install is started before the root directory is initialized, it will
   call invokeai-configure to fix the matter.
2. Fix bug that was causing empty `models.yaml` under certain conditions.
3. Made import textbox smaller
4. Hide the "convert to diffusers" options if nothing to import.
2023-02-21 11:47:41 -05:00
..
__init__.py (config) move configure_invokeai script to the config module for easier importing 2023-01-28 17:39:32 -05:00
invokeai_configure.py implemented the following fixes: 2023-02-21 11:47:41 -05:00
model_install_backend.py fix model download and autodetection bugs 2023-02-16 21:37:50 -05:00
model_install.py implemented the following fixes: 2023-02-21 11:47:41 -05:00
widgets.py preparation for startup option editor 2023-02-18 08:51:26 -05:00