1
0
Fork 0
Commit Graph

1010 Commits

Author SHA1 Message Date
Sean Sube 947a1bfdec
fix variable names 2023-02-25 11:26:10 -06:00
Sean Sube 44393e3770
feat(api): add txt2txt endpoint 2023-02-25 11:20:36 -06:00
Sean Sube fd013c88ef
fix(api): enable optimizations during model conversion 2023-02-23 18:43:49 -06:00
Sean Sube 2edb3c6199
lint(gui): split up response types 2023-02-21 18:41:42 -06:00
Sean Sube 8435b18829
fix(build): use separate cache for pip packaging jobs 2023-02-21 08:28:35 -06:00
Sean Sube 14c7e6a78c
apply lint 2023-02-21 08:26:09 -06:00
Sean Sube 5b1411e783
update image card for multiple outputs 2023-02-21 08:15:00 -06:00
Sean Sube 82016a163a
restore single output in chain pipeline stages 2023-02-21 08:14:04 -06:00
Sean Sube 061718b477
feat(gui): display multiple images on card 2023-02-21 00:08:56 -06:00
Sean Sube 33ab23a474
convert to list of outputs 2023-02-20 23:47:43 -06:00
Sean Sube b65e4e7cbe
use batch size when generating latents 2023-02-20 21:57:46 -06:00
Sean Sube f7903b53d0
chore(docs): describe memory profiling 2023-02-20 21:47:12 -06:00
Sean Sube 62048298d7
fix(scripts): reduce steps/time on leak test 2023-02-20 21:46:54 -06:00
Sean Sube 2c8bd4b043
read batch parameter from request 2023-02-20 21:46:23 -06:00
Sean Sube 5f3b84827b
feat(api): add batch size to txt2img and img2img pipelines (#195) 2023-02-20 08:35:18 -06:00
Sean Sube 0deaa8898d
fix(api): add missing params to SD upscale 2023-02-19 23:30:48 -06:00
Sean Sube c1189aad96
feat: add eta parameter (fixes #194) 2023-02-19 23:29:26 -06:00
Sean Sube f8cfc18479
chore(docs): update features and readme screenshot 2023-02-19 22:33:32 -06:00
Sean Sube 40e396a2c4
sonar lint fixes 2023-02-19 22:10:35 -06:00
Sean Sube c5eae688e3
chore(api): automate release tests for blend mode 2023-02-19 15:18:22 -06:00
Sean Sube 62a6f14cb5
chore(api): automate more of the release test plan 2023-02-19 15:00:23 -06:00
Sean Sube ad08349fbe
fix(gui): better spacing around prompt controls 2023-02-19 13:37:21 -06:00
Sean Sube 34832f0171
feat(gui): add prompt to upscale tab (fixes #187) 2023-02-19 13:18:20 -06:00
Sean Sube 7ef63e14c4
fix(docs): note about checking LoRA metadata keys 2023-02-19 12:29:15 -06:00
Sean Sube 0a72ec1567
conversion headers 2023-02-19 12:18:59 -06:00
Sean Sube bff62ddabb
phrasing in conversion guide 2023-02-19 12:16:45 -06:00
Sean Sube b952c8835f
feat(docs): add conversion guide 2023-02-19 12:15:14 -06:00
Sean Sube 47643867be
more release tests 2023-02-19 11:20:59 -06:00
Sean Sube f561dfae83
fix(api): correct blending mask (fixes #188) 2023-02-19 11:04:11 -06:00
Sean Sube c459e96523
fix(api): report accurate size when face correction is run twice 2023-02-19 10:27:05 -06:00
Sean Sube 9a7770fe48
feat(test): add release regression testing script 2023-02-19 10:25:27 -06:00
Sean Sube f7eefe4bd2
more sonar lint 2023-02-19 07:54:27 -06:00
Sean Sube c69e342ee4
apply sonar lint 2023-02-19 07:53:20 -06:00
Sean Sube 30978e3e5b
fix(api): only run GC is devices are passed 2023-02-19 07:41:16 -06:00
Sean Sube 3789862a6f
mark unused params, fix shared lists 2023-02-19 07:37:29 -06:00
Sean Sube b7a780bacc
correct param name for upscale mask 2023-02-18 22:53:57 -06:00
Sean Sube 30f16035bc
fix upscale copy ctor 2023-02-18 22:36:26 -06:00
Sean Sube ac1f7449bb
fix(api): use stage source when available 2023-02-18 22:11:44 -06:00
Sean Sube 25c56c7d5c
fix imports 2023-02-18 20:28:21 -06:00
Sean Sube 3fd90a667d
lint(api): remove unused strength param from inpaint pipeline 2023-02-18 18:56:56 -06:00
Sean Sube 1a45aa68fa
clean up some exports, lint 2023-02-18 18:55:42 -06:00
Sean Sube 2b83f942af
restore original LPW names 2023-02-18 18:55:02 -06:00
Sean Sube 4d93c13431
apply lint, fix shadowed names 2023-02-18 17:59:13 -06:00
Sean Sube 20c7fb8b33
chore(docs): update ONNX model table and release test plan 2023-02-18 17:55:23 -06:00
Sean Sube b4f7973c1e
lint(api): use consistent name for source/mask images to avoid conflict with kwargs 2023-02-18 16:35:57 -06:00
Sean Sube 7b8ced0f68
feat(api): prefer chain stage parameters over request parameters (#138) 2023-02-18 16:27:48 -06:00
Sean Sube bfdb071c2d
chore(docs): explain model optimizations 2023-02-18 16:06:05 -06:00
Sean Sube e0a62ccbb5
better ONNX optimization logging 2023-02-18 15:47:31 -06:00
Sean Sube 881b290116
return session options properly 2023-02-18 15:45:28 -06:00
Sean Sube 5b4c370a1b
feat(api): enable ONNX optimizations through env 2023-02-18 15:44:39 -06:00