InvokeAI/invokeai/backend/install
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 rename invokeai.backend.config to invokeai.backend.install 2023-05-31 21:34:20 -04:00
check_root.py Remove core safetensors->diffusers conversion models 2024-03-17 19:13:18 -04:00
install_helper.py Remove references to the no longer existing invokeai.app.services.model_metadata package 2024-03-05 19:58:25 -05:00
invokeai_configure.py Remove core safetensors->diffusers conversion models 2024-03-17 19:13:18 -04:00
legacy_arg_parsing.py wip: Add LCMScheduler 2023-11-10 06:54:36 -08:00