Ryan Dick
|
3ee9a21647
|
Initial (barely) working version of IP-Adapter model management.
|
2023-09-13 08:27:24 -04:00 |
|
Ryan Dick
|
163ece9aee
|
Initial skeleton for IPAdapter model management.
|
2023-09-13 08:27:24 -04:00 |
|
Lincoln Stein
|
8e6d88e98c
|
resolve merge conflicts
|
2023-08-20 15:26:52 -04:00 |
|
Martin Kristiansen
|
537ae2f901
|
Resolving merge conflicts for flake8
|
2023-08-18 15:52:04 +10:00 |
|
Lincoln Stein
|
ffd0f5924b
|
pass lazy_offload to model cache
|
2023-08-17 22:35:16 -04:00 |
|
Lincoln Stein
|
ed38eaa10c
|
refactor InvokeAIAppConfig
|
2023-08-17 13:47:26 -04:00 |
|
Lincoln Stein
|
a969707e45
|
prevent vae: '' from crashing model
|
2023-08-10 17:33:04 -04:00 |
|
StAlKeR7779
|
dfb41d8461
|
Merge branch 'main' into bugfix/autodetect-sdxl-ckpt-config
|
2023-08-09 03:57:44 +03:00 |
|
Lincoln Stein
|
6ed7ba57dd
|
Merge branch 'main' into bugfix/fix-model-updates
|
2023-08-08 09:05:25 -04:00 |
|
Lincoln Stein
|
72a3e776b2
|
fix logic error introduced in PR 4109
|
2023-08-07 15:38:22 -04:00 |
|
Lincoln Stein
|
af044007d5
|
pick correct config file for sdxl models
|
2023-08-07 15:19:49 -04:00 |
|
Kevin Turner
|
5bfd6cb66f
|
Merge remote-tracking branch 'origin/main' into refactor/model_manager_instantiate
# Conflicts:
# invokeai/backend/model_management/model_manager.py
|
2023-08-05 22:02:28 -07:00 |
|
psychedelicious
|
66f524cae7
|
fix(mm): fix a lot of typing issues
Most fixes are just things being typed as `str` but having default values of `None`, but there are some minor logic changes.
|
2023-08-06 14:09:04 +10:00 |
|
Kevin Turner
|
44bf308192
|
test(model_management): add a couple tests for _get_model_path
|
2023-08-05 15:22:23 -07:00 |
|
Kevin Turner
|
b10cf20eb1
|
Merge branch 'main' into refactor/model_manager_instantiate
# Conflicts:
# invokeai/backend/model_management/model_manager.py
|
2023-08-04 18:28:18 -07:00 |
|
Lincoln Stein
|
1b158f62c4
|
resolve vae overrides correctly
|
2023-08-04 18:24:47 -04:00 |
|
Lincoln Stein
|
6ad565d84c
|
folded in changes from 4099
|
2023-08-04 18:24:47 -04:00 |
|
Kevin Turner
|
5998509888
|
Merge branch 'main' into refactor/model_manager_instantiate
|
2023-08-01 11:09:43 -07:00 |
|
Kevin Turner
|
bacdf985f1
|
doc(model_manager): docstrings
|
2023-07-31 09:16:32 -07:00 |
|
Kevin Turner
|
adfd1e52f4
|
refactor(model_manager): avoid copy/paste logic
|
2023-07-30 11:53:12 -07:00 |
|
Kevin Turner
|
0e48c98330
|
Merge remote-tracking branch 'origin/main' into refactor/model_manager_instantiate
# Conflicts:
# invokeai/backend/model_management/model_manager.py
|
2023-07-30 11:33:13 -07:00 |
|
Alexandre Macabies
|
50e00feceb
|
Add missing Optional on a few nullable fields.
|
2023-07-30 16:25:12 +02:00 |
|
Kevin Turner
|
ff1c40747e
|
lint: formatting
|
2023-07-29 20:02:31 -07:00 |
|
Kevin Turner
|
ccceb32a85
|
lint: formatting
|
2023-07-29 11:50:04 -07:00 |
|
Lincoln Stein
|
24b19166dd
|
further refactoring
|
2023-07-29 13:13:22 -04:00 |
|
Lincoln Stein
|
0fb7328022
|
blackify code
|
2023-07-29 13:00:43 -04:00 |
|
Lincoln Stein
|
99daa97978
|
more refactoring; fixed place where rel conversion missed
|
2023-07-29 13:00:07 -04:00 |
|
Lincoln Stein
|
982a568349
|
blackify pr
|
2023-07-29 10:47:55 -04:00 |
|
Lincoln Stein
|
d79d5a4ff7
|
modest refactoring
|
2023-07-29 10:45:26 -04:00 |
|
Lincoln Stein
|
9968ff2893
|
fix relative model paths to be against config.models_path, not root
|
2023-07-29 10:30:27 -04:00 |
|
Kevin Turner
|
86b8b69e88
|
internal(ModelManager): add instantiate method
|
2023-07-28 22:30:25 -07:00 |
|
Kevin Turner
|
bc9a5038fd
|
refactor(ModelManager): factor out get_model_path
|
2023-07-28 22:29:36 -07:00 |
|
Kevin Turner
|
b163ae6a4d
|
refactor(ModelManager): factor out get_model_config
|
2023-07-28 21:30:20 -07:00 |
|
Kevin Turner
|
dca685ac25
|
refactor(ModelManager): refactor rescan-on-miss to exists() method
|
2023-07-28 21:11:00 -07:00 |
|
Kevin Turner
|
e70bedba7d
|
refactor(ModelManager): factor out _get_implementation method
|
2023-07-28 21:03:27 -07:00 |
|
Lincoln Stein
|
0d8f9cbe55
|
resolved conflicts with main
|
2023-07-27 15:11:25 -04:00 |
|
Martin Kristiansen
|
218b6d0546
|
Apply black
|
2023-07-27 10:54:01 -04:00 |
|
Lincoln Stein
|
61aff8540c
|
fix refiner conversion
|
2023-07-27 00:02:10 -04:00 |
|
Lincoln Stein
|
2aefa921fe
|
fix "unknown model type" error when rebasing a model with API
- Add command-line model probing script for dev use
- Minor documentation tweak
|
2023-07-25 08:36:57 -04:00 |
|
Lincoln Stein
|
fc4e104c61
|
tested on 3.11 and 3.10
|
2023-07-24 17:13:32 -04:00 |
|
Lincoln Stein
|
5607794dbb
|
add support for controlnet & sdxl conversion - not fully working
|
2023-07-22 20:12:16 -04:00 |
|
Lincoln Stein
|
845d1524ad
|
warn, do not crash, when duplicate models encountered
|
2023-07-21 15:00:55 -04:00 |
|
Lincoln Stein
|
9370572169
|
prettify startup messages
|
2023-07-20 22:45:35 -04:00 |
|
Lincoln Stein
|
b1a6ba552b
|
reinitialize models.yaml if corrupt or missing
|
2023-07-20 11:26:20 -04:00 |
|
Lincoln Stein
|
89a15f78dd
|
collapse all autoimport directories into a single folder
|
2023-07-20 09:01:49 -04:00 |
|
Lincoln Stein
|
0b6ef7eb7d
|
make the convert VAE available to model manager for use in UI
|
2023-07-19 09:05:24 -04:00 |
|
Eugene Brodsky
|
dea9a5da7a
|
Avoid crash if unable to modify the model config file (#3824)
* fix whitespace; remove invisible characters
* log error and proceed if unable to modify the model config
|
2023-07-18 16:33:19 -04:00 |
|
Lincoln Stein
|
0ea8d3c30c
|
prevent crash on rename operation on models in models directory
|
2023-07-17 07:50:06 -04:00 |
|
Lincoln Stein
|
3fba262c94
|
expose paths as absolute to web api
|
2023-07-17 07:29:26 -04:00 |
|
Lincoln Stein
|
107ca6bf47
|
expose model paths as absolute to web models API
|
2023-07-17 07:26:05 -04:00 |
|