InvokeAI/docs/installation
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
..
deprecated_documentation update links with new filenames 2022-12-16 10:26:02 +13:00
Developers_documentation improve installation documentation 2022-12-16 10:26:02 +13:00
010_INSTALL_AUTOMATED.md add low memory troubleshooting guide 2023-02-24 10:04:06 -05:00
020_INSTALL_MANUAL.md Fix incorrect Windows env activation location 2023-02-11 00:30:07 -08:00
030_INSTALL_CUDA_AND_ROCM.md Update docs/installation/030_INSTALL_CUDA_AND_ROCM.md 2023-02-08 12:46:36 -05:00
040_INSTALL_DOCKER.md fix docs 2023-02-05 20:20:50 +01:00
050_INSTALLING_MODELS.md enhance model autodetection during import 2023-03-26 10:20:51 -04:00
060_INSTALL_PATCHMATCH.md update installation instructions 2023-01-20 23:30:25 +01:00
070_INSTALL_XFORMERS.md add pip install documentation for xformers 2023-01-20 17:28:14 -05:00
index.md Fix links (ignored deprecated folder) 2023-02-08 20:07:27 +01:00