1
0
Fork 0
Commit Graph

511 Commits

Author SHA1 Message Date
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
Sean Sube 1f26858aa9 fix(docs): note numpy version requirements in readme 2023-01-05 15:37:53 -06:00
Sean Sube 41d93c9ecb feat: add model and output directories 2023-01-05 15:37:30 -06:00
Sean Sube 8f77bb89f2 feat(image): add preliminary container files 2023-01-05 15:03:53 -06:00
Sean Sube 3be185df19 feat(build): add root makefile and common targets 2023-01-05 15:03:34 -06:00
Sean Sube 9a10f52779 fix(build): correct output filename for JS ep 2023-01-05 13:47:43 -06:00
Sean Sube 4088bf4025 feat: add vscode workspace with subdir roots 2023-01-05 13:45:26 -06:00
Sean Sube cd36172a3c fix(lint): style issues in gui 2023-01-05 13:42:52 -06:00
Sean Sube c6579b7168 feat(build): add basic CI 2023-01-05 13:12:36 -06:00
renovate[bot] 91ca07f2ed Add renovate.json 2023-01-05 13:10:52 -06:00
Sean Sube 33eb7cd9f5 fix(docs): describe current features 2023-01-05 12:46:19 -06:00
Sean Sube 917f6ce3f3 feat(build): add git multi-push target 2023-01-05 11:39:22 -06:00
Sean Sube 7f90461275 fix(docs): add numpy to install list 2023-01-05 11:37:51 -06:00
Sean Sube b20f200282 feat(docs): add readme note about monorepo paths 2023-01-05 11:31:39 -06:00
Sean Sube d93d4659fa add seed to output filename, apply pep8 to server 2023-01-05 11:19:42 -06:00
Sean Sube d8b6d7fc15
Create LICENSE 2023-01-05 10:44:44 -06:00
Sean Sube 6cb04fcbba load config from JSON, expand on setup instructions 2023-01-05 10:39:46 -06:00
Sean Sube ccbce9abe8 add requirements file and test script 2023-01-05 10:05:23 -06:00
Sean Sube 6c932e2ee8 add test script, screenshot to readme 2023-01-05 09:44:01 -06:00
Sean Sube 47a64f5a36 start fleshing out the readme 2023-01-05 09:22:27 -06:00
Sean Sube 93a2f67e43 fix image size step 2023-01-05 01:26:34 -06:00
Sean Sube 75dde1dd75 add scheduler dropdown, wrap numeric input 2023-01-05 01:14:27 -06:00
Sean Sube 6b4545b3bf make image params a type, image controls a component 2023-01-05 00:44:52 -06:00
Sean Sube 4548a44ca3 add seed and latents stuff 2023-01-05 00:44:28 -06:00
Sean Sube ea9f929bf1 clamp API params, limit filename length, remove queueing thing 2023-01-04 23:59:45 -06:00