InvokeAI/docs
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
..
assets update installation docs for 2.3.1 installer screens 2023-02-20 17:24:52 -05:00
features fix textual inversion documentation and code 2023-03-23 21:00:54 -04:00
help minor improvement to mermaid diagrams 2023-02-26 21:28:00 +01:00
installation enhance model autodetection during import 2023-03-26 10:20:51 -04:00
other docs: tweak messaging 2023-02-23 13:00:05 +11:00
.markdownlint.jsonc update docs/.markdownlint.jsonc 2023-02-26 21:27:00 +01:00
CHANGELOG.md Fix links (ignored deprecated folder) 2023-02-08 20:07:27 +01:00
index.md add icons to some docs 2023-02-26 21:27:02 +01:00