InvokeAI/ldm
Lincoln Stein dcb21c0f46 enhance model autodetection during import
- Imported V2 legacy models will now autoconvert into diffusers
  at load time regardless of setting of --ckpt_convert.

- model manager `heuristic_import()` function now looks for
  side-by-side yaml and vae files for custom configuration and VAE
  respectively.

Example of this:

  illuminati-v1.1.safetensors
  illuminati-v1.1.vae.safetensors
  illuminati-v1.1.yaml

When the user tries to import `illuminati-v1.1.safetensors`, the yaml
file will be used for its configuration, and the VAE will be used for
its VAE. Conversion to diffusers will happen if needed, and the yaml
file will be used to determine which V2 format (if any) to apply.
2023-03-26 10:20:51 -04:00
..
data Textual Inversion for M1 2022-09-27 01:39:17 +02:00
invoke enhance model autodetection during import 2023-03-26 10:20:51 -04:00
models Merge branch 'main' into refactor_use_compel 2023-02-21 17:19:48 -05:00
modules Merge branch 'main' into refactor_use_compel 2023-02-21 21:14:28 -06:00
__init__.py Merge dev into main for 2.2.0 (#1642) 2022-11-30 16:12:23 -05:00
generate.py implemented multiprocessing across multiple GPUs 2023-03-05 01:52:28 -05:00
lr_scheduler.py prettified all the code using "blue" at the urging of @tildebyte 2022-08-26 03:15:42 -04:00
simplet2i.py Squashed commit of the following: 2022-09-12 14:31:48 -04:00
util.py Merge branch 'main' into install/refactor-configure-and-model-select 2023-02-17 15:00:33 -05:00