1
0
Fork 0
Commit Graph

509 Commits

Author SHA1 Message Date
Sean Sube 9f76226ba6 use correct generator 2023-01-28 08:38:48 -06:00
Sean Sube 5119a982db feat(api): synthesize a mask for outpaint stages 2023-01-28 08:37:17 -06:00
Sean Sube 4579e96cc1 feat(api): add inpaint as a chain stage 2023-01-28 08:19:40 -06:00
Sean Sube c7fa50a028 fix cache globals 2023-01-28 00:08:52 -06:00
Sean Sube ee495a8d93 fix(api): correct caching for upscaling models 2023-01-28 00:05:37 -06:00
Sean Sube 56a4acee2a fix(api): split up and cache upscaling and correction stages 2023-01-27 23:28:14 -06:00
Sean Sube caafc9ebc9 lint(api): make modules for chain pipeline and params 2023-01-27 22:48:06 -06:00
Sean Sube bcaf0f73e6 feat(api): implement upscaling and correction as a chain pipeline 2023-01-27 17:38:21 -06:00
Sean Sube 76e25ac057 lint: add additional words to spelling dict 2023-01-27 17:27:26 -06:00
Sean Sube 88e4f74efe fix(gui): load remaining defaults from server params 2023-01-27 17:27:11 -06:00
Sean Sube 9b37c174d1 fix parameter order for chain pipeline 2023-01-27 17:26:48 -06:00
Sean Sube bfd8e0a739 fix import 2023-01-27 17:11:27 -06:00
Sean Sube 71ff3bb1c4 feat(api): start implementing chain pipelines 2023-01-27 17:08:36 -06:00
Sean Sube 260f7a29f4 fix model name 2023-01-26 23:15:43 -06:00
Sean Sube b971b659e3 use a torch rng 2023-01-26 23:15:24 -06:00
Sean Sube 670bc1ced5 improve logging, provide rng within filter 2023-01-26 22:58:36 -06:00
Sean Sube 936ebba510 attempt to run SD upscaling in smaller tiles 2023-01-26 22:44:20 -06:00
Sean Sube fb5c46d90c load additional components for SD upscaling 2023-01-25 21:29:18 -06:00
Sean Sube 819af824b0 feat(api): initial support for Stable Diffusion upscaling (#66) 2023-01-25 21:04:09 -06:00
Sean Sube 483b8e3f19 lint(api): consolidate upscale/correction logic 2023-01-25 20:31:39 -06:00
Sean Sube d1ed5c48e8 fix(build): sh-friendly syntax 2023-01-25 17:06:37 -06:00
Sean Sube ce63ef66dd feat(docs): note debug mode, server env vars 2023-01-24 23:49:14 -06:00
Sean Sube 67d51a96e3 feat(api): add a way for the server to disable certain platforms (#83) 2023-01-24 23:19:57 -06:00
Sean Sube 43787f085e fix(docs): add PyTorch to ROCm setup section 2023-01-24 22:30:46 -06:00
Sean Sube 8834a6642f chore(docs): update readme screenshot 2023-01-24 22:25:49 -06:00
Sean Sube 2bc679ea97 fix(gui): move image card labels to tooltip 2023-01-24 22:19:08 -06:00
Sean Sube 99897af004 lint(api): put params in order 2023-01-24 22:18:44 -06:00
Sean Sube 480129cc71 fix(docs): correct syntax for skip argument to convert script 2023-01-24 21:02:40 -06:00
Sean Sube dad056404d fix(docs): describe ROCm setup 2023-01-24 21:00:23 -06:00
Sean Sube 1a28f9bf34
chore(release): 0.5.0 2023-01-24 08:44:52 -06:00
Sean Sube b22f15600b feat(docs): add platform/model compatibility list 2023-01-24 08:39:25 -06:00
Sean Sube 6b2ae2aeab lint(api): suppress another common warning during conversion (fixes #75) 2023-01-23 21:40:11 -06:00
Sean Sube 5c026c43d4 fix(build): install prebuilt ROCm ORT 2023-01-23 17:17:10 -06:00
Sean Sube b62c7d3742 fix(api): return structured error when image parameters are missing (fixes #76) 2023-01-22 22:38:03 -06:00
Sean Sube b2e7ad599f fix(api): check if output file exists for ready endpoint (#57) 2023-01-22 22:25:00 -06:00
Sean Sube a5d3ffcc73 fix(api): use correct coordinate system for outpainting 2023-01-22 22:09:39 -06:00
Sean Sube 39f5dd3b4a chore(docs): add scope section to user guide 2023-01-22 21:23:24 -06:00
Sean Sube 46e0fe2cf7 fix(build): use and cache venv for API job 2023-01-22 21:02:00 -06:00
Sean Sube a8bc371478 feat(build): compile ONNX runtime with ROCm support 2023-01-22 20:49:08 -06:00
Sean Sube 348a4e2405 fix(build): correct venv path in containers 2023-01-22 19:08:41 -06:00
Sean Sube 9bff64c7c9 fix(api): correct name for kwargs 2023-01-22 17:25:29 -06:00
Sean Sube 986112efca lint(gui): add labels to image card buttons 2023-01-22 17:19:03 -06:00
Sean Sube f319e6a49b fix(api): pass hardware platform to upscaling pipeline (#77) 2023-01-22 16:35:53 -06:00
Sean Sube fe9206c894 fix(docs): add podman rocm command to admin guide 2023-01-22 16:17:12 -06:00
Sean Sube 5d0aa60f1b fix(docs): add server admin guide, cross-link with user guide 2023-01-22 16:10:49 -06:00
Sean Sube 1b2618c0f7 lint(api): suppress some known warnings during model conversion (#75) 2023-01-22 15:45:09 -06:00
Sean Sube 2921eba1f6 fix(api): handle parameters correctly when list of valid values is empty (fixes #72) 2023-01-22 15:44:35 -06:00
Sean Sube 876b54a7a8 fix(api): validate request params better, esp model path 2023-01-22 13:48:14 -06:00
Sean Sube ce11165d0f fix(gui): set initial fill color 2023-01-22 13:47:13 -06:00
Sean Sube 9d0a15900b lint(api): mark some unused vars 2023-01-22 10:08:26 -06:00