1
0
Fork 0
Commit Graph

649 Commits

Author SHA1 Message Date
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
Sean Sube c622272554 lint(gui): clean up imports and elses 2023-01-22 10:05:56 -06:00
Sean Sube dfffbd78a5 chore(docs): add readme for runpod template 2023-01-21 23:25:54 -06:00
Sean Sube a1b16bb435 feat(gui): add validation to numeric inputs, token counter to prompt 2023-01-21 23:25:39 -06:00
Sean Sube 0d1f236096 fix(gui): populate empty select menus with first valid value 2023-01-21 22:50:12 -06:00
Sean Sube 455bfddbc1 fix(build): share layers from main image in feature branches 2023-01-21 22:35:26 -06:00
Sean Sube 88f9b624ec fix(build): add launcher script and use for API images 2023-01-21 22:34:44 -06:00
Sean Sube dddadfc9a2 fix(api): explicitly delete pipeline results after saving 2023-01-21 22:28:13 -06:00
Sean Sube 9e26ee5b85 fix(api): unload old model before loading next one 2023-01-21 22:09:32 -06:00
Sean Sube abc1ae5112 fix(api): put conversion RNG on training device (#67) 2023-01-21 19:59:58 -06:00
Sean Sube 246aa3dd15 fix(gui): bump state version for new output path 2023-01-21 19:46:54 -06:00