InvokeAI/invokeai/backend/model_manager
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
..
load Remove core safetensors->diffusers conversion models 2024-03-17 19:13:18 -04:00
metadata fix(mm): config.json to indicates diffusers model 2024-03-13 21:02:29 +11:00
util install model if diffusers or single file, cleaned up backend logic to not mess with existing model install 2024-03-13 21:02:29 +11:00
__init__.py chore: ruff 2024-03-01 10:42:33 +11:00
config.py feat(nodes): add w/h defaults for models 2024-03-14 16:03:37 +11:00
convert_ckpt_to_diffusers.py Remove core safetensors->diffusers conversion models 2024-03-17 19:13:18 -04:00
libc_util.py Tidy names and locations of modules 2024-03-01 10:42:33 +11:00
merge.py fix(mm): fix incorrect calls to update_model 2024-03-05 23:50:19 +11:00
probe.py Remove core safetensors->diffusers conversion models 2024-03-17 19:13:18 -04:00
search.py docs(mm): format docstrings for ModelSearch 2024-03-10 12:09:47 +11:00