1
0
Fork 0
Commit Graph

2493 Commits

Author SHA1 Message Date
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
Sean Sube 3d245a663d
fix(api): correct origin point when blending images (#445) 2023-12-22 11:31:31 -06:00
Sean Sube 108c502869
fix(docs): add conversion error to user guide (#404) 2023-12-22 11:24:02 -06:00
Sean Sube 1f778abd69
fix(docs): add usage instructions to pre-converted models 2023-12-21 22:09:42 -06:00
Sean Sube 99161c42de
feat(docs): cover pre-converted models in user guide 2023-12-21 22:02:03 -06:00
Sean Sube 452e18daaa
fix(exe): include more package metadata 2023-12-21 21:34:24 -06:00
Sean Sube bc9276c253
lint imports 2023-12-21 21:34:03 -06:00
Sean Sube ccff9a3136
fix(api): silence controlnet registration warnings 2023-12-21 21:30:49 -06:00
Sean Sube 2546084208
lint(api): move some noisy log messages to trace level 2023-12-21 21:07:02 -06:00
Sean Sube a1fc60641f
fix(build): copy web UI output to server default path after bundling 2023-12-21 20:57:52 -06:00
Sean Sube 7acdee89e1
fix tests 2023-12-21 20:53:16 -06:00
Sean Sube 6bec3b0cb9
fix(api): change default web UI path to match docs 2023-12-21 20:41:52 -06:00
Sean Sube a6cb630206
fix(docs): update tile parameters in user guide 2023-12-21 20:39:01 -06:00
Sean Sube 11c0ab9882
fix(gui): make UI error screen more likely to show correct API hostname 2023-12-21 18:57:29 -06:00
Sean Sube 0aab1301aa
fix(api): revert torch to 2.0.1 for ROCm due to MIopen errors (#444) 2023-12-21 18:57:00 -06:00
Sean Sube ee3573750b
fix blend test refs 2023-12-21 09:51:26 -06:00
Sean Sube 855698cf39
fix tests 2023-12-21 09:51:06 -06:00
Sean Sube 4b430f4956
lint react imports 2023-12-21 09:13:03 -06:00
Sean Sube 1541818c19
fix(gui): reduce renders when changing prompt and size params 2023-12-21 09:12:47 -06:00
Sean Sube 2c2eda8c3c
fix(api): resize blend mask to match source 2023-12-20 23:41:54 -06:00
Sean Sube 1fbee0ae52
fix(api): tile stage masks 2023-12-20 23:33:13 -06:00
Sean Sube f6ff53d0d1
pass correct crop 2023-12-20 23:02:58 -06:00
Sean Sube de28ecdfad
fix(api): handle blending images of different sizes better 2023-12-20 22:58:57 -06:00
Sean Sube e933dc6d50
fix(gui): make model controls on upscale tab work 2023-12-20 21:11:33 -06:00
Sean Sube 7132f10e9d
fix(gui): handle missing prompts when parsing tokens 2023-12-20 21:07:03 -06:00
Sean Sube a3fad5c541
fix(gui): avoid crashing when copying source image to a tab with a mask canvas 2023-12-20 19:03:28 -06:00