InvokeAI/invokeai/backend/model_management
2023-07-05 23:13:01 -04:00
..
models convert implemented; need router 2023-07-05 09:05:05 -04:00
__init__.py partial implementation of merge 2023-07-05 20:25:47 -04:00
convert_ckpt_to_diffusers.py Remove upcast_attention and prediction_type from stable diffusion model logic, fix ckpt conversion according to this 2023-06-25 21:06:22 +03:00
lora.py clean up lint errors in lora.py 2023-07-05 19:18:25 -04:00
model_cache.py Save models on rescan, uncache model on edit/delete, fixes 2023-06-14 03:12:12 +03:00
model_manager.py all methods now return OPENAPI_MODEL_CONFIGS; convert uses PUT 2023-07-05 23:13:01 -04:00
model_merge.py all methods now return OPENAPI_MODEL_CONFIGS; convert uses PUT 2023-07-05 23:13:01 -04:00
model_probe.py autoimport from embedding/controlnet/lora folders designated in startup file 2023-06-27 12:30:53 -04:00