InvokeAI/invokeai
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
..
assets Various fixes 2023-01-30 18:42:17 -05:00
backend Fix Localization Porting Bugs 2023-02-18 19:32:55 +13:00
configs implemented the following fixes: 2023-02-21 11:47:41 -05:00
frontend build: symmetry-fix-2 2023-02-21 07:43:56 +13:00
__init__.py Various fixes 2023-01-30 18:42:17 -05:00
README Various fixes 2023-01-30 18:42:17 -05:00

After version 2.3 is released, the ldm/invoke modules will be migrated to this location
so that we have a proper invokeai distribution. Currently it is only being used for
data files.