Brandon Rising
|
1ea9ba84f5
|
Release session if applying ti or lora
|
2023-07-27 15:20:38 -04:00 |
|
Brandon Rising
|
bfdc8c80f3
|
Testing caching onnx sessions
|
2023-07-27 14:13:29 -04:00 |
|
Brandon Rising
|
59716938bf
|
Remove TensorRT support at the current time until we validate it works, remove time step recorder
|
2023-07-27 11:18:50 -04:00 |
|
Brandon Rising
|
f7bb4c3f05
|
Remove more files no longer needed in main
|
2023-07-27 10:49:43 -04:00 |
|
Brandon Rising
|
989d3d7f3c
|
Remove onnx changes from canvas img2img, inpaint, and linear image2image
|
2023-07-27 10:08:45 -04:00 |
|
Brandon Rising
|
861c0fe76b
|
Correct issues caused by merging main
|
2023-07-26 12:25:46 -04:00 |
|
Brandon Rising
|
c16da75ac7
|
Merge branch 'main' into feat/onnx
|
2023-07-26 10:42:31 -04:00 |
|
Lincoln Stein
|
845d1524ad
|
warn, do not crash, when duplicate models encountered
|
2023-07-21 15:00:55 -04:00 |
|
Brandon Rising
|
78750042f5
|
Pass in dim overrides
|
2023-07-21 12:16:24 -04:00 |
|
Brandon Rising
|
4e90376d11
|
Allow passing in of precision, use available providers if none provided
|
2023-07-20 13:15:45 -04:00 |
|
Brandon Rising
|
43b6a077fb
|
io binding seems to be massively resource intensive compared to session.run
|
2023-07-19 17:42:28 -04:00 |
|
Brandon Rising
|
e8299d0abb
|
Comment out erroniously removed del statement, comment out opt tests
|
2023-07-18 23:23:34 -04:00 |
|
Brandon Rising
|
ee7b36cea5
|
Merge branch 'main' into onnx-testing
|
2023-07-18 22:56:41 -04:00 |
|
Brandon Rising
|
e201ad2f51
|
Switch to io_binding for run, testing different session options
|
2023-07-18 21:54:54 -04:00 |
|
Brandon Rising
|
35d5ef9118
|
Emit step completions
|
2023-07-18 12:35:07 -04:00 |
|
Brandon Rising
|
bcce70fca6
|
Testing different session opts, added timings for testing
|
2023-07-17 16:27:33 -04:00 |
|
Brandon Rising
|
932112b640
|
testing being super wasteful with data
|
2023-07-16 00:17:33 -04:00 |
|
Lincoln Stein
|
ccbfa5d862
|
resolve conflicts
|
2023-07-15 19:47:50 -04:00 |
|
Lincoln Stein
|
2faa7cee37
|
add rename_model route
|
2023-07-14 23:03:18 -04:00 |
|
Brandon Rising
|
524888bf3b
|
Merge branch 'main' into feat/onnx
|
2023-07-13 14:23:57 -04:00 |
|
Sergey Borisov
|
a328986b43
|
Less naive model detection
|
2023-07-12 08:50:19 -04:00 |
|
Lincoln Stein
|
bf2b5b5cd4
|
improvements to sdxl support in model manager
- Move SDXL-related models to models/sdxl.py
- Create separate base type BaseModelType.StableDiffusionXLRefiner for the refiner
models.
|
2023-07-09 20:42:03 -04:00 |
|
Lincoln Stein
|
130249a2dd
|
add model loading support for SDXL
|
2023-07-09 15:47:06 -04:00 |
|
Sergey Borisov
|
0ac9dca926
|
Fix loading diffusers ti
|
2023-07-05 19:46:00 +03:00 |
|
Lincoln Stein
|
e8ed0fad6c
|
autoimport from embedding/controlnet/lora folders designated in startup file
|
2023-06-27 12:30:53 -04:00 |
|
Lincoln Stein
|
60b37b7ff4
|
fix model manager documentation
|
2023-06-25 16:04:43 -04: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
|
466ec3ab5e
|
add router API support for model manager heuristic_import()`
|
2023-06-23 16:35:39 -04:00 |
|
Sergey Borisov
|
6c7668aaca
|
Update onnx model structure, change code according
|
2023-06-22 20:03:17 +03: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
|
7759b3f75a
|
Small refactor
|
2023-06-21 04:24:25 +03:00 |
|
Sergey Borisov
|
4d337f6abc
|
ONNX Model/runtime first implementation
|
2023-06-21 02:12:21 +03:00 |
|
Sergey Borisov
|
46dc751139
|
Update model format field to use enums
|
2023-06-20 03:30:09 +03:00 |
|
Sergey Borisov
|
4cefe37723
|
Rename format to model_format(still named format when work with config)
|
2023-06-20 03:25:08 +03:00 |
|
Sergey Borisov
|
82b73c50a0
|
Remove default model logic
|
2023-06-20 03:13:10 +03:00 |
|
blessedcoolant
|
bf0577c882
|
fix: 2.1 models breaking generation
Co-Authored-By: StAlKeR7779 <7768370+StAlKeR7779@users.noreply.github.com>
|
2023-06-18 08:26:25 +12:00 |
|
Sergey Borisov
|
dc669d1447
|
Add name, base_mode, type fields to model info
|
2023-06-17 22:48:44 +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
|
e7db6d8120
|
Fix ckpt and vae conversion, migrate script, remove sd2-base
|
2023-06-13 18:05:12 +03:00 |
|
Lincoln Stein
|
1439dc7712
|
Add SchedulerPredictionType and ModelVariantType enums
|
2023-06-12 16:07:04 -04:00 |
|
Sergey Borisov
|
36eb1bd893
|
Fixes
|
2023-06-12 16:14:09 +03:00 |
|
Lincoln Stein
|
893f776f1d
|
model_probe working; model_install incomplete
|
2023-06-11 19:51:53 -04:00 |
|
Lincoln Stein
|
085ab54124
|
remove modified models.py and migrate code to models/base.py
|
2023-06-11 16:10:15 -04:00 |
|
Sergey Borisov
|
694fd0c92f
|
Fixes, first runable version
|
2023-06-11 16:42:40 +03:00 |
|