Sergey Borisov
|
23c22ac933
|
Refactor logic/small fixes
|
2023-06-26 03:07:54 +03:00 |
|
Lincoln Stein
|
160b5d7992
|
add support for an autoimport models directory scanned at startup time
|
2023-06-25 18:50:15 -04:00 |
|
Lincoln Stein
|
c91d1eacba
|
Merge branch 'lstein/installer-for-new-model-layout' of github.com:invoke-ai/InvokeAI into lstein/installer-for-new-model-layout
|
2023-06-25 16:04:48 -04:00 |
|
Lincoln Stein
|
60b37b7ff4
|
fix model manager documentation
|
2023-06-25 16:04:43 -04:00 |
|
Sergey Borisov
|
a3c22b5fe6
|
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 |
|
Lincoln Stein
|
c3c4a71173
|
implemented Stalker's suggested improvements
|
2023-06-24 12:37:26 -04:00 |
|
Lincoln Stein
|
ba1371a88f
|
rename ModelType.Pipeline to ModelType.Main
|
2023-06-24 11:45:49 -04:00 |
|
Lincoln Stein
|
539d1f3bde
|
remove redundant prediction_type and attention_upscaling flags
|
2023-06-23 16:54:52 -04:00 |
|
Lincoln Stein
|
466ec3ab5e
|
add router API support for model manager heuristic_import()`
|
2023-06-23 16:35:39 -04:00 |
|
Lincoln Stein
|
54b74427f4
|
adjust for change in list_models() API
|
2023-06-23 14:13:37 -04:00 |
|
Lincoln Stein
|
58d1857ab6
|
merge with main
|
2023-06-23 13:57:25 -04:00 |
|
Lincoln Stein
|
3043af4620
|
implement vae passthru
|
2023-06-23 13:56:30 -04:00 |
|
Lincoln Stein
|
56bd873d7a
|
make relative model paths work in model manager
|
2023-06-23 10:52:59 -04:00 |
|
Sergey Borisov
|
5aaaaf64a1
|
Fix ckpt conversion
|
2023-06-23 17:29:54 +03:00 |
|
StAlKeR7779
|
9140e2c0f2
|
Merge branch 'main' into fix/vae_conversion
|
2023-06-23 15:03:59 +03:00 |
|
Lincoln Stein
|
a910403003
|
correctly migrate models that have relative paths
|
2023-06-22 21:10:31 -04:00 |
|
Lincoln Stein
|
c7b7e087e4
|
Merge branch 'main' into lstein/installer-for-new-model-layout
|
2023-06-23 01:45:05 +01:00 |
|
Lincoln Stein
|
d65c833b90
|
migration now integrated into invokeai-configure
|
2023-06-22 16:44:55 -04:00 |
|
Lincoln Stein
|
33b04f6386
|
migration script working well
|
2023-06-22 15:47:12 -04:00 |
|
psychedelicious
|
b937b7da01
|
feat(models): update model manager service & route to return list of models
|
2023-06-22 17:34:12 +10:00 |
|
Sergey Borisov
|
21245a0fb2
|
Set model type to const value in openapi schema, add model format enums to model schema(as they not not referenced in case of Literal definition)
|
2023-06-22 16:51:53 +10:00 |
|
Sergey Borisov
|
da566b59e8
|
Update model format field to use enums
|
2023-06-22 16:51:53 +10:00 |
|
Sergey Borisov
|
e4dc9c5a04
|
Rename format to model_format(still named format when work with config)
|
2023-06-22 16:51:53 +10:00 |
|
Sergey Borisov
|
aceadacad4
|
Remove default model logic
|
2023-06-22 16:51:53 +10:00 |
|
blessedcoolant
|
727293d722
|
fix: 2.1 models breaking generation
Co-Authored-By: StAlKeR7779 <7768370+StAlKeR7779@users.noreply.github.com>
|
2023-06-22 16:42:59 +10:00 |
|
Sergey Borisov
|
ef83a2fffe
|
Add name, base_mode, type fields to model info
|
2023-06-22 16:42:51 +10:00 |
|
Sergey Borisov
|
01d17601b8
|
Generate config names for openapi
|
2023-06-22 16:41:19 +10:00 |
|
blessedcoolant
|
bf0d5f4cfc
|
fix: Update missing name types to new names
|
2023-06-22 16:41:02 +10:00 |
|
blessedcoolant
|
9838dda1b7
|
chore: Update model config type names
|
2023-06-22 16:40:40 +10:00 |
|
Lincoln Stein
|
90df316835
|
Merge branch 'main' into lstein/installer-for-new-model-layout
|
2023-06-20 22:50:41 +01:00 |
|
Lincoln Stein
|
2fc19d9afa
|
suppress description in "other models" tab for space reasons
|
2023-06-20 11:45:37 -04:00 |
|
Lincoln Stein
|
ac6403f877
|
address some of ebr issues
|
2023-06-20 11:08:27 -04:00 |
|
Lincoln Stein
|
678bb4fe10
|
Merge branch 'lstein/installer-for-new-model-layout' of github.com:invoke-ai/InvokeAI into lstein/installer-for-new-model-layout
|
2023-06-20 09:42:21 -04:00 |
|
Lincoln Stein
|
294b1e83e6
|
test and fix edge cases
|
2023-06-20 09:42:10 -04:00 |
|
blessedcoolant
|
4f5693040e
|
Merge branch 'main' into fix/inpaint_new_manager
|
2023-06-19 22:55:00 +12:00 |
|
Sergey Borisov
|
a01998d095
|
Remove more old logic
|
2023-06-19 15:57:28 +10:00 |
|
Sergey Borisov
|
7b35162b9e
|
Remove old logic except for inpaint, add support for lora and ti to inpaint node
|
2023-06-19 15:57:28 +10:00 |
|
Sergey Borisov
|
c26e1a9271
|
Rewrite inpaint node to new model manager, remove TextToImage and ImageToImage nodes
|
2023-06-19 15:57:28 +10:00 |
|
Sergey Borisov
|
82091b9a66
|
Fix vae conversion
|
2023-06-18 23:46:07 +03:00 |
|
Sergey Borisov
|
f3d9797ebe
|
Add dpmpp_sde and dpmpp_2m_sde schedulers(with karras)
|
2023-06-18 23:38:15 +03:00 |
|
Lincoln Stein
|
e1d53b86f3
|
Merge branch 'main' into lstein/installer-for-new-model-layout
|
2023-06-17 16:26:56 -07:00 |
|
Lincoln Stein
|
ddb3f4b02b
|
make configure script work properly on empty rootdir
|
2023-06-17 19:26:35 -04:00 |
|
Sergey Borisov
|
6b7cf3f3be
|
Add lms and dpmpp2_s karras scheduler
|
2023-06-17 21:00:16 +03:00 |
|
Lincoln Stein
|
f28d50070e
|
configure/install basically working; needs edge case testing
|
2023-06-16 22:54:36 -04:00 |
|
Lincoln Stein
|
ada7399753
|
rewrite of widget display - marshalling needs rewrite
|
2023-06-15 23:32:33 -04:00 |
|
Sergey Borisov
|
5f2d07917d
|
Fix lora import, fix sd2 config, fix list models api
|
2023-06-15 21:30:15 +03:00 |
|
Sergey Borisov
|
6c5954f9d1
|
Add controlnet to model manager, fixes
|
2023-06-14 04:26:21 +03:00 |
|
Sergey Borisov
|
740c05a0bb
|
Save models on rescan, uncache model on edit/delete, fixes
|
2023-06-14 03:12:12 +03:00 |
|
Sergey Borisov
|
26090011c4
|
Fix conflict resolve, add model configs to type annotation
|
2023-06-14 00:26:37 +03:00 |
|
StAlKeR7779
|
c9ae26a176
|
Merge branch 'main' into lstein/new-model-manager
|
2023-06-13 23:37:52 +03:00 |
|