1
0
Fork 0
Commit Graph

2318 Commits

Author SHA1 Message Date
Sean Sube f5e7b3b865
apply lint 2023-12-26 20:25:04 -06:00
Sean Sube e8a30ae56b
feat(api): add optimization flag to ORT extended optimizations 2023-12-26 20:22:32 -06:00
Sean Sube 006f983269
fix(api): use standard op block list for SDXL 2023-12-26 20:22:09 -06:00
Sean Sube cfe7a55935
type and test fixes 2023-12-26 20:21:34 -06:00
Sean Sube 6d2d5058d9
fix(api): reduce min VAE tile size to match min height/width 2023-12-26 08:07:39 -06:00
Sean Sube eb8bd145c9
null checks 2023-12-26 08:07:05 -06:00
Sean Sube 2b65077d82
type lint 2023-12-26 08:06:16 -06:00
Sean Sube fab3ac68c2
fix(docs): remove old tile size section 2023-12-26 08:04:57 -06:00
Sean Sube b93a5da190
fix(gui): sync client and server default params 2023-12-26 08:04:31 -06:00
Sean Sube ae0e8447f9
add message to unet type error 2023-12-24 23:10:08 -06:00
Sean Sube e2c9389d6e
add fallback dtypes to unet patch 2023-12-24 22:57:02 -06:00
Sean Sube ef256280b4
use right type mapping 2023-12-24 22:46:22 -06:00
Sean Sube 0f6a1a82a2
translate types to np 2023-12-24 22:40:07 -06:00
Sean Sube 39ee4cbfcd
handle XL UNets 2023-12-24 22:36:39 -06:00
Sean Sube 80a255397e
feat(api): use wrapped model's input types in UNet patch 2023-12-24 22:21:52 -06:00
Sean Sube 1d373faf5d
fix(gui): add missing params to client-side config 2023-12-24 17:38:35 -06:00
Sean Sube e5fc9f9bad
chore(release): 0.11.0 2023-12-24 14:34:12 -06:00
Sean Sube 9f1125643b
fix(models): use a real domain for pre-converted models 2023-12-24 13:48:46 -06:00
Sean Sube 4eeb68cbcf
fix(api): allow numbers in archive filenames 2023-12-24 12:07:18 -06:00
Sean Sube 15b9b51ed5
fix(api): make sure new SD converter does not produce extra files 2023-12-24 10:47:46 -06:00
Sean Sube 29ccd16437
fix(api): handle HF repos in new SD converter 2023-12-24 07:05:56 -06:00
Sean Sube 27bd307cd8
fix(api): remove redundant torch version pin 2023-12-24 06:34:10 -06:00
Sean Sube e707bc8dde
re-enable torch extraction by default in legacy converter 2023-12-24 06:25:24 -06:00
Sean Sube da6e813638
rename old converter 2023-12-24 06:24:45 -06:00
Sean Sube 5d31e85709
use torch suffix consistently 2023-12-24 06:16:37 -06:00
Sean Sube 48630b3dfe
add torch suffix to temp dir 2023-12-24 06:12:43 -06:00
Sean Sube 525fec24c5
go back to working dir 2023-12-24 06:10:15 -06:00
Sean Sube 769350115c
pass correct paths to torch extraction 2023-12-24 06:00:44 -06:00
Sean Sube 9ffe266384
fix(api): unload UNet before CNet conversion 2023-12-24 05:32:39 -06:00
Sean Sube 054e5c406a
fully rename old converter to legacy 2023-12-24 05:31:55 -06:00
Sean Sube 9a077fae15
feat(api): replace legacy SD converter with optimum-based one by default 2023-12-23 22:55:52 -06:00
Sean Sube a5a60d3e15
fix(api): GC during SDXL conversion 2023-12-23 22:34:05 -06:00
Sean Sube f6e6e31789
add controlnet support to optimum converter 2023-12-23 22:33:46 -06:00
Sean Sube abeeddeeb2
fix(api): handle models with integer timestamps 2023-12-23 22:19:15 -06:00
Sean Sube ebe813d035
fix(api): change weights filename for new models to match optimum 2023-12-23 22:18:35 -06:00
Sean Sube 14208de393
register optimum-based SD converter 2023-12-23 22:18:09 -06:00
Sean Sube 5447d8c159
add optimum converter to schema 2023-12-23 22:10:38 -06:00
Sean Sube b6ef00e437
feat(api): add new optimum-based SD converter 2023-12-23 22:09:57 -06:00
Sean Sube 2b8b59a39c
make SD conversion more like SDXL 2023-12-23 21:42:36 -06:00
Sean Sube 75ac764d42
feat: split up pre-converted models into full and base sets 2023-12-23 21:36:52 -06:00
Sean Sube 83058f5a10
fix(models): include correction and upscaling models in preconverted list 2023-12-23 14:21:59 -06:00
Sean Sube 50d51a3921
fix(api): make argument for skipping base models work correctly 2023-12-23 14:21:39 -06:00
Sean Sube c85b608196
feat(exe): include pre-converted models in bundle launch scripts 2023-12-23 13:42:30 -06:00
Sean Sube b2740d3ad2
feat(models): add extras files for pre-converted models (#437) 2023-12-23 13:32:33 -06:00
Sean Sube 7097b1802c
fix(docs): cover grid mode in user guide 2023-12-23 13:27:59 -06:00
Sean Sube a4c4877064
fix(docs): add note about MIopen errors (#444) 2023-12-23 12:46:02 -06:00
Sean Sube 52065ef317
lint(api): remove some confusing log messages 2023-12-23 12:17:23 -06:00
Sean Sube 972f9de2ef
bump version numbers for v0.11 release 2023-12-22 21:06:57 -06:00
Sean Sube 35cc16ab0f
fix(docs): add SDXL folders to pre-converted readme 2023-12-22 21:05:55 -06:00
Sean Sube b8405a7e71
fix(exe): include necessary codeformer and timm sources in bundle 2023-12-22 13:31:56 -06:00