Commit Graph

962 Commits

Author SHA1 Message Date
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
d1382f232c fasthash produces same results on windows & linux 2023-09-18 19:38:33 -07:00
151ba02022 fix models.yaml version assertion error in pytests 2023-09-17 17:22:50 -04:00
d051c0868e attempt to fix flake8 lint errors 2023-09-17 17:13:56 -04:00
238d7fa0ee add models.yaml conversion script 2023-09-17 16:26:45 -04:00
f0ce559d28 add install job control to web API 2023-09-17 15:28:37 -04:00
c029534243 all methods in router API now tested and working 2023-09-16 19:43:01 -04:00
dc683475d4 loading and conversions of checkpoints working 2023-09-16 16:27:57 -04:00
c090c5f907 update_model and delete_model working; convert is WIP 2023-09-16 12:22:23 -04:00
b9a90fbd28 blackify and isort 2023-09-15 22:19:29 -04:00
08952b9aa0 Merge branch 'main' into lstein/model-manager-refactor 2023-09-15 22:18:48 -04:00
b7789bb7bb list_models() API call now working 2023-09-15 21:58:28 -04:00
3529925234 services rewritten; starting work on routes 2023-09-15 18:22:24 -04:00
ff3150a818 Update lora hotfix to new diffusers version(scale argument added) 2023-09-15 12:19:01 -04:00
a033ccc776 blackify 2023-09-14 21:12:41 -04:00
716a1b6423 model_manager_service now mostly type correct 2023-09-14 21:12:31 -04:00
171d789646 model loader autoscans models_dir on initialization 2023-09-14 14:07:14 -05:00
ac88863fd2 fix exception traceback reporting 2023-09-14 10:52:26 -05:00
27dcd89c90 merge with main; model_manager_service.py needs to be rewritten 2023-09-13 20:19:14 -04:00
4b932b275d refactor create_download_job; override probe info in install call 2023-09-13 18:53:33 -05:00
2f5e923008 Removed duplicate import in model_cache.py 2023-09-13 19:33:43 -04:00
b7296000e4 made MPS calls conditional on MPS actually being the chosen device with backend available 2023-09-13 19:33:43 -04:00
fab055995e Add empty_cache() for MPS hardware. 2023-09-13 19:33:43 -04:00
e467ca7f1b Apply black, isort, flake8 2023-09-12 13:01:58 -04:00
e88d7c242f isort wip 3 2023-09-12 13:01:58 -04:00
caea6d11c6 isort wip 2 2023-09-12 13:01:58 -04:00
6d8b2a7385 pytests mostly working; model_manager_service needs rewriting 2023-09-11 23:47:24 -04:00
7430d87301 loader working 2023-09-10 23:11:25 -04:00
b583bddeb1 loading works -- web app broken 2023-09-10 22:59:58 -04:00
f454304c91 make it possible to pause/resume repo_id downloads 2023-09-10 17:20:47 -04:00
8636015d92 increase download chunksize for better speed 2023-09-09 22:15:34 -04:00
b7a6a536e6 fix flake8 warnings 2023-09-09 21:26:09 -04:00
b2892f9068 incorporate civitai metadata into model config 2023-09-09 21:17:55 -04:00
3582cfa267 make download manager optional in InvokeAIServices during development 2023-09-09 14:06:36 -04:00
64424c6db0 install of repo_ids records author, tags and license 2023-09-09 14:02:05 -04:00
598fe8101e wire together download and install; now need to write install events 2023-09-09 11:42:07 -04:00
b7ca983f9c blackify 2023-09-07 21:14:24 -04:00
2165d55a67 add checks for malformed URLs and malicious content dispositions 2023-09-07 21:14:10 -04:00
a7aca29765 implement regression tests for pause/cancel/error conditions 2023-09-07 17:06:59 -04:00
d979c50de3 Merge branch 'main' into lstein/model-manager-refactor 2023-09-07 09:17:16 -04:00
11ead34022 fix flake8 warnings 2023-09-07 09:16:56 -04:00