1
0
Fork 0
Commit Graph

685 Commits

Author SHA1 Message Date
Sean Sube ca0da31791 fix(api): add numpy version restriction to requirements 2023-01-06 14:05:30 -06:00
Sean Sube 4ab0ef5055 remove alpine API image build 2023-01-06 13:58:19 -06:00
Sean Sube 0bec4939b1 add pytorch back to debian image 2023-01-06 13:56:16 -06:00
Sean Sube 11e61d0415 fix(build): add base OS to image tags 2023-01-06 13:44:30 -06:00
Sean Sube a7a44560db temporarily remove pytorch from API images 2023-01-06 13:31:18 -06:00
Sean Sube 16b7bded25 fix(build): remove unittest from CI install list, add coverage output to git ignore 2023-01-06 13:16:48 -06:00
Sean Sube 1cd3bd8cc0 fix(build): add stub API unit test 2023-01-06 13:11:47 -06:00
Sean Sube 150a81e095 fix(build): make image suffix part of the name 2023-01-06 13:11:24 -06:00
Sean Sube 6d560afbae feat(build): add bundle to JS build, add API image jobs 2023-01-06 13:05:31 -06:00
Sean Sube 03362f323b fix(build): pull GUI images from hub 2023-01-06 12:55:54 -06:00
Sean Sube 32c7701c85 fix(build): install coverage in python build 2023-01-06 12:53:41 -06:00
Sean Sube 8d3ca31fef feat(build): add basic python CI 2023-01-06 12:50:31 -06:00
Sean Sube e9004793ab fix(build): remove bash shebang 2023-01-06 12:36:34 -06:00
Sean Sube 7dcb0d1a51 fix(build): use correct path for image script 2023-01-06 12:09:27 -06:00
Sean Sube 86a39680d5 fix(build): run GUI image build in correct subdir 2023-01-06 12:04:43 -06:00
Sean Sube c5794e2db7 lint(docs): update readme preview image 2023-01-06 11:45:18 -06:00
Sean Sube b22f50fb1d feat(docs): notes about bundling UI, ONNX_WEB paths for server 2023-01-06 11:42:13 -06:00
Sean Sube 7c08c4b400 fix(gui): make more space for scheduler in image card 2023-01-06 11:41:28 -06:00
Sean Sube 26e886b61b fix(gui): prevent dropdown border from overlapping with label 2023-01-06 11:28:24 -06:00
Sean Sube d3f460759a feat(gui): add labels to dropdowns 2023-01-06 11:17:00 -06:00
Sean Sube 45a097a56b feat(gui): move platform selector outside of mode tabs 2023-01-06 11:12:32 -06:00
Sean Sube 6d839eaa29 lint(api): sort methods in introspection 2023-01-06 11:00:20 -06:00
Sean Sube 561fcb4d10 feat(gui): get default params and prompt from config 2023-01-06 10:52:42 -06:00
Sean Sube 29c49085ce fix(gui): switch default platform to AMD 2023-01-06 10:45:30 -06:00
Sean Sube a950343f1b fix(gui): show parameters in a grid in the image card 2023-01-06 10:45:18 -06:00
Sean Sube bbd0e938c7 feat(api): add remaining inputs params to response 2023-01-06 10:43:58 -06:00
Sean Sube bef07d7208 chore(docs): update readme screenshot with image history 2023-01-06 10:25:57 -06:00
Sean Sube 764a097efd feat(gui): show recent image history 2023-01-06 10:20:43 -06:00
Sean Sube 0376499cc7 fix(gui): remove paragraph wrapping image details 2023-01-06 08:40:48 -06:00
Sean Sube b5d67b4886 feat(gui): make an image card component showing params 2023-01-06 00:22:36 -06:00
Sean Sube 1c9eed3a90 fix(gui): dedupe query lists into a component 2023-01-05 23:53:39 -06:00
Sean Sube cab13f665a feat(api): cache pipeline when changing scheduler, make txt2img logging more verbose 2023-01-05 23:28:25 -06:00
Sean Sube f2ee2bb0e7 lint(gui): required tags for index page 2023-01-05 22:51:08 -06:00
Sean Sube 82e7fbf7c5 feat(api): cache pipeline between requests (part of #5) 2023-01-05 22:50:30 -06:00
Sean Sube 46e047bd0a feat(gui): load models from server 2023-01-05 22:33:06 -06:00
Sean Sube 4cb6ce8da3 feat(api): add endpoint to list models 2023-01-05 22:01:58 -06:00
Sean Sube ce06837fbc feat(gui): get platforms and schedulers from server 2023-01-05 21:55:05 -06:00
Sean Sube c70728d501 feat(api): add endpoints to list platforms/accelerators and pipeline schedulers 2023-01-05 21:54:40 -06:00
Sean Sube 8c985e91e3 feat(api): add introspection to index endpoint 2023-01-05 21:13:45 -06:00
Sean Sube b13d46cb5f feat(gui): set up react-query for better request handling 2023-01-05 21:01:18 -06:00
Sean Sube 466884113f feat: return json struct with output path instead of image data, load images from outputs endpoint 2023-01-05 20:32:46 -06:00
Sean Sube 50221af55a feat(api): add endpoint to get previous outputs 2023-01-05 17:24:33 -06:00
Sean Sube 668e46a404 feat(api): add option to switch between AMD hardware and CPU software rendering 2023-01-05 17:24:14 -06:00
Sean Sube 64c78b887e lint(api): sort schedulers, imports 2023-01-05 17:23:37 -06:00
Sean Sube 6391f4b2af lint: add common terms to workspace dict 2023-01-05 15:48:58 -06:00
Sean Sube 5f1bb4ab56 fix(gui): switch default API host to localhost 2023-01-05 15:48:40 -06:00
Sean Sube c036c6fcd9 fix(api): match model and output paths from readme 2023-01-05 15:48:23 -06:00
Sean Sube 9a5ec9c4d6 fix(docs): note DirectML for Windows 2023-01-05 15:47:58 -06:00
Sean Sube 5a82f39cf8 fix(api): add recommended venv name to git ignore 2023-01-05 15:38:47 -06:00
Sean Sube 6004f7671c fix(api): match model path from readme 2023-01-05 15:38:29 -06:00