InvokeAI/invokeai/backend/model_manager/load/model_loaders
Lincoln Stein 71a1740740 Remove core safetensors->diffusers conversion models
- No longer install core conversion models. Use the HuggingFace cache to load
  them if and when needed.

- Call directly into the diffusers library to perform conversions with only shallow
   wrappers around them to massage arguments, etc.

- At root configuration time, do not create all the possible model subdirectories,
  but let them be created and populated at model install time.

- Remove checks for missing core conversion files, since they are no
  longer installed.
2024-03-17 19:13:18 -04:00
..
__init__.py model loading and conversion implemented for vaes 2024-03-01 10:42:33 +11:00
controlnet.py Remove core safetensors->diffusers conversion models 2024-03-17 19:13:18 -04:00
generic_diffusers.py fix(mm): misc typing fixes for model loaders 2024-03-05 23:50:19 +11:00
ip_adapter.py fix(mm): misc typing fixes for model loaders 2024-03-05 23:50:19 +11:00
lora.py tidy(nodes): use canonical capitalizations 2024-03-07 10:56:59 +11:00
onnx.py tidy(mm): use canonical capitalization for all model-related enums, classes 2024-03-05 23:50:19 +11:00
stable_diffusion.py Remove core safetensors->diffusers conversion models 2024-03-17 19:13:18 -04:00
textual_inversion.py chore: ruff 2024-03-01 10:42:33 +11:00
vae.py Remove core safetensors->diffusers conversion models 2024-03-17 19:13:18 -04:00