Lincoln Stein
|
f7daa6e71d
|
all methods now return OPENAPI_MODEL_CONFIGS; convert uses PUT
|
2023-07-05 23:13:01 -04:00 |
|
Lincoln Stein
|
a7cbcae176
|
expose max_cache_size to invokeai-configure interface
|
2023-07-05 20:59:57 -04:00 |
|
Lincoln Stein
|
0a6dccd607
|
expose max_cache_size to invokeai-configure interface
|
2023-07-05 20:59:14 -04:00 |
|
Lincoln Stein
|
43c51ff157
|
Merge branch 'main' into lstein/more-model-loading-fixes
|
2023-07-05 20:48:15 -04:00 |
|
Lincoln Stein
|
cfa3b2419c
|
partial implementation of merge
|
2023-07-05 20:25:47 -04:00 |
|
Lincoln Stein
|
d4550b3059
|
clean up lint errors in lora.py
|
2023-07-05 19:18:25 -04:00 |
|
Lincoln Stein
|
83d3a043da
|
merge latest changes from main
|
2023-07-05 19:15:53 -04:00 |
|
Lincoln Stein
|
71dad6d404
|
Merge branch 'main' into ti-ui
|
2023-07-05 16:57:31 -04:00 |
|
Lincoln Stein
|
685a47cc7d
|
fix crash during lora application
|
2023-07-05 16:40:47 -04:00 |
|
Lincoln Stein
|
f8bbec8572
|
Recognize and load diffusers-style LoRAs (.bin)
Prevent double-reporting of autoimported models
- closes #3636
Allow autoimport of diffusers-style LoRA models
- closes #3637
|
2023-07-05 16:21:23 -04:00 |
|
Lincoln Stein
|
863336acbb
|
Recognize and load diffusers-style LoRAs (.bin)
Prevent double-reporting of autoimported models
- closes #3636
Allow autoimport of diffusers-style LoRA models
- closes #3637
|
2023-07-05 16:19:16 -04:00 |
|
Lincoln Stein
|
90ae8ce26a
|
prevent model install crash "torch needs to be restarted with spawn"
|
2023-07-05 16:18:20 -04:00 |
|
Lincoln Stein
|
ad5d90aca8
|
prevent model install crash "torch needs to be restarted with spawn"
|
2023-07-05 15:38:07 -04:00 |
|
Lincoln Stein
|
5b6dd47b9f
|
add API for model convert
|
2023-07-05 15:13:21 -04:00 |
|
Lincoln Stein
|
5027d0a603
|
accept @psychedelicious suggestions above
|
2023-07-05 14:50:57 -04:00 |
|
Lincoln Stein
|
9f9ce08e44
|
Merge branch 'main' into lstein/remove-hardcoded-cuda-device
|
2023-07-05 13:38:33 -04:00 |
|
blessedcoolant
|
9e2d63ef97
|
Merge branch 'main' into fix/ckpt_convert_scan
|
2023-07-06 05:01:34 +12:00 |
|
Sergey Borisov
|
0ac9dca926
|
Fix loading diffusers ti
|
2023-07-05 19:46:00 +03:00 |
|
Lincoln Stein
|
bd82c4ace0
|
model installer confirms deletion of models
|
2023-07-05 09:57:23 -04:00 |
|
Lincoln Stein
|
9edf78dd2e
|
merge with main
|
2023-07-05 09:12:54 -04:00 |
|
Lincoln Stein
|
6112197edf
|
convert implemented; need router
|
2023-07-05 09:05:05 -04:00 |
|
Sergey Borisov
|
ee042ab76d
|
Fix ckpt scanning on conversion
|
2023-07-05 14:18:30 +03:00 |
|
Sergey Borisov
|
2beb8f049e
|
Fix model detection
|
2023-07-05 09:43:46 +03:00 |
|
blessedcoolant
|
639d88afd6
|
revert: inference_mode to no_grad
|
2023-07-05 16:39:15 +12:00 |
|
blessedcoolant
|
c0501ed5c2
|
fix: Slow loading of Loras
Co-Authored-By: StAlKeR7779 <7768370+StAlKeR7779@users.noreply.github.com>
|
2023-07-05 12:47:34 +10:00 |
|
Lincoln Stein
|
5d099f4a49
|
update_model working
|
2023-07-04 17:26:57 -04:00 |
|
Lincoln Stein
|
752b4d50cf
|
model_delete method now working
|
2023-07-04 10:40:32 -04:00 |
|
Lincoln Stein
|
c1c49d9a76
|
import model returns 404 for invalid path, 409 for duplicate model
|
2023-07-04 10:08:10 -04:00 |
|
Lincoln Stein
|
96bf92ead4
|
add the import model router
|
2023-07-04 14:35:47 +10:00 |
|
Lincoln Stein
|
fc419546bc
|
Merge branch 'main' into lstein/remove-hardcoded-cuda-device
|
2023-07-03 14:10:47 -04:00 |
|
Lincoln Stein
|
d6de11bd56
|
resolve merge conflict
|
2023-07-03 12:19:11 -04:00 |
|
Lincoln Stein
|
ed86d0b708
|
Union[foo, None]=>Optional[foo]
|
2023-07-03 12:17:45 -04:00 |
|
Lincoln Stein
|
fb2b2a371d
|
Merge branch 'lstein/fix-vae-conversion-crash' into release/invokeai-3-0-alpha
|
2023-07-03 11:21:16 -04:00 |
|
Lincoln Stein
|
10d513c5f7
|
add runtime root path to relative vaes and other submodels
|
2023-07-03 11:19:33 -04:00 |
|
Lincoln Stein
|
877b187a1b
|
Merge branch 'lstein/restore-3.9-compatibility' into release/invokeai-3-0-alpha
|
2023-07-03 11:01:34 -04:00 |
|
Lincoln Stein
|
ac9ec4e75a
|
restore 3.9 compatibility by replacing | with Union[]
|
2023-07-03 10:57:40 -04:00 |
|
Lincoln Stein
|
2465c7987b
|
Revert "restore 3.9 compatibility by replacing | with Union[]"
This reverts commit 76bafeb99e0fbf6656891afa08c914c81d5befa3.
|
2023-07-03 10:56:41 -04:00 |
|
Lincoln Stein
|
76bafeb99e
|
restore 3.9 compatibility by replacing | with Union[]
|
2023-07-03 10:55:04 -04:00 |
|
Lincoln Stein
|
6935858ef3
|
add debugging messages to aid in memory leak tracking
|
2023-07-02 13:34:53 -04:00 |
|
Lincoln Stein
|
3c2ce51f10
|
Merge branch 'lstein/remove-hardcoded-cuda-device' into release/invokeai-3-0-alpha
|
2023-07-01 21:15:58 -04:00 |
|
Lincoln Stein
|
0f02915012
|
remove hardcoded cuda device in model manager init
|
2023-07-01 21:15:42 -04:00 |
|
Lincoln Stein
|
f1928d2588
|
prevent crashes on malformed models
|
2023-07-01 14:32:58 -04:00 |
|
blessedcoolant
|
c74bb5cdbf
|
Merge branch 'main' into lstein/fix-vae-convert
|
2023-07-01 11:18:21 +12:00 |
|
Lincoln Stein
|
1347fc2f00
|
fix incorrect VAE config file path during conversion of ckpts
|
2023-06-30 19:14:06 -04:00 |
|
Lincoln Stein
|
ace4f6d586
|
fix duplicate model key addition when root directory is a relative path
|
2023-06-28 17:02:03 -04:00 |
|
StAlKeR7779
|
ac46b129bf
|
Merge branch 'main' into feat/lora_model_patch
|
2023-06-28 22:43:58 +03:00 |
|
Lincoln Stein
|
79fc708580
|
warn but do not crash when model scan finds random cruft in models directory
|
2023-06-28 15:26:42 -04:00 |
|
Lincoln Stein
|
e8ed0fad6c
|
autoimport from embedding/controlnet/lora folders designated in startup file
|
2023-06-27 12:30:53 -04:00 |
|
Lincoln Stein
|
823e098b7c
|
prompt user for prediction type when autoimporting a v2 model without .yaml file
don't ask user for prediction type of a config.yaml provided
|
2023-06-26 16:30:34 -04:00 |
|
Lincoln Stein
|
011adfc958
|
merge with main
|
2023-06-26 13:53:59 -04:00 |
|