Commit Graph

102 Commits

Author SHA1 Message Date
71e7e61c0f add documentation for model record service and loader 2023-10-10 16:30:38 -04:00
67607f053d fix issues with module import order breaking pytest node tests 2023-10-09 22:43:00 -04:00
4149d357bf refactor installer class hierarchy 2023-10-09 13:56:28 -04:00
33d4756c48 improve selection of huggingface repo id files to download 2023-10-09 08:53:03 -04:00
fe1038665c address all PR 4252 comments from ryan through October 5 2023-10-09 00:28:21 -04:00
ce2baa36a9 port support for AutoencoderTiny models 2023-10-08 19:49:03 -04:00
bccfe8b3cc fix some type mismatches introduces by reorg 2023-10-08 19:30:04 -04:00
e5b2bc8532 refactor download queue jobs 2023-10-08 16:39:23 -04:00
a64a34b49a add support for repo_id subfolders 2023-10-08 12:45:06 -04:00
51060543dc support clipvision image encoder downloading 2023-10-07 19:13:41 -04:00
7f68f58cf7 restore printing of version when invokeai-web and invokeai called with --version 2023-10-07 18:23:34 -04:00
432231ea18 merge with main 2023-10-07 16:46:32 -04:00
44216381cb fix conversion call 2023-10-07 15:29:28 -04:00
00e85bcd67 make autoimport directory optional, defaulting to inactive 2023-10-07 14:00:38 -04:00
6303f74616 allow user to select main database or external file for model record/config db 2023-10-07 13:31:21 -04:00
8e06088152 refactor services 2023-10-06 18:10:20 -04:00
9cbc62d8d3 fix reorganized module dependencies 2023-10-04 23:53:29 -04:00
cd5d3e30c7 refactor model_manager_service.py into small functional modules 2023-10-04 23:45:58 -04:00
cb0fdf3394 refactor model install job class hierarchy 2023-10-04 14:51:59 -04:00
a180c0f241 check model hash before and after moving in filesystem 2023-10-04 09:40:15 -04:00
16ec7a323b fix type mismatches in download_manager service 2023-10-04 08:58:49 -04:00
459f0238dd multiple minor fixes 2023-10-03 22:43:19 -04:00
e3912e8826 replace config.ram_cache_size with config.ram and similarly for vram 2023-10-03 15:36:23 -04:00
062a6ed180 prevent crash on windows due to lack of os.pathconf call 2023-10-03 15:30:07 -04:00
230ee18536 do not ignore keyboard interrupt while scanning models 2023-09-30 14:21:39 -04:00
c025c9c4ed speed up model scanning at startup 2023-09-30 13:57:13 -04:00
acaaff4b7e make model merge script work with new model manager 2023-09-30 12:24:39 -04:00
807ae821ea more type mismatch fixes 2023-09-30 10:19:22 -04:00
208d390779 almost all type mismatches fixed 2023-09-29 19:23:08 -04:00
4555aec17c remove unused code from invokeai.backend.model_manager.storage.yaml 2023-09-29 01:07:18 -04:00
3b832f1db2 fix one more type mismatch in probe module 2023-09-29 00:44:50 -04:00
2f16a2c35d fix migrate script and type mismatches in probe, config and loader 2023-09-29 00:09:07 -04:00
0b75a4fbb5 resolve merge conflicts 2023-09-27 22:51:06 -04:00
1d6a4e7ee7 add tests for model installation events 2023-09-26 00:04:27 -04:00
effced8560 added cancel_all and prune model install operations to router API 2023-09-25 17:34:59 -04:00
ac4634000a merge with main & resolve conflicts 2023-09-25 17:02:21 -04:00
f9b92ddc12 resolve conflicts with get_logger() code changes from main 2023-09-24 10:34:06 -04:00
8bc1ca046c allow priority to be set at install job submission time 2023-09-24 10:08:21 -04:00
6edee2d22b automatically convert models.yaml to new format 2023-09-23 17:00:53 -04:00
ab58eb29c5 resolve conflicts with ip-adapter change 2023-09-23 13:00:47 -04:00
d5d517d2fa correctly download the selected version of a civitai model 2023-09-22 22:54:46 -04:00
d2cdbe5c4e configure script now working 2023-09-22 22:15:42 -04:00
07ddd601e1 fix install of models with relative paths 2023-09-22 11:49:18 -04:00
c9cd418ed8 add/delete from command line working; training words downloaded 2023-09-21 18:18:35 -04:00
30aea54f1a remove debug statement 2023-09-21 12:05:51 -04:00
3199409fd3 TUI installer functional; minor cosmetic work needed 2023-09-20 21:41:45 -04:00
3402cf6542 preserve description in metadata when installing a starter model 2023-09-20 20:30:35 -04:00
ed91f48a92 TUI installer more or less working 2023-09-20 17:07:11 -07:00
de666fd7bc move incorrectly placed models into correct directory at startup time 2023-09-19 01:18:03 -04:00
73bc088fa7 blackify 2023-09-19 00:54:14 -04:00