1
0
Fork 0
Commit Graph

1276 Commits

Author SHA1 Message Date
Sean Sube 27c6e71890
fix(api): add coloredlogs to base deps 2023-03-30 23:43:40 -05:00
Sean Sube 9b05b6bf5c
fix(exe): include realesrgan and coloredlogs in bundles 2023-03-30 23:43:18 -05:00
Sean Sube ee3774b70a
fix(docs): add VC redist and security note to Windows setup 2023-03-30 23:42:54 -05:00
Sean Sube 6e509c0bc4
fix phrasing and order 2023-03-30 21:51:59 -05:00
Sean Sube 968058bf35
fix(docs): move container setup to server guide, link to setup methods from readme 2023-03-30 21:45:56 -05:00
Sean Sube 9c9857bfde
indent bundle readme better 2023-03-30 21:12:31 -05:00
Sean Sube 205ff3e403
feat(exe): add specs and launch scripts for Windows EXE bundle (#305) 2023-03-30 21:02:23 -05:00
Sean Sube 1cd436d643
feat(api): add setup scripts for Windows 2023-03-30 21:01:55 -05:00
Sean Sube f774f2e7c2
chore(gui): update MUI packages, lockfile 2023-03-29 08:50:50 -05:00
Sean Sube 0050faefc6
chore(gui): update build tools, typedefs 2023-03-29 08:44:52 -05:00
Sean Sube 16dd579346
crop readme preview better 2023-03-28 21:47:49 -05:00
Sean Sube 186b3b2924
chore(docs): update readme screenshot 2023-03-28 18:57:46 -05:00
Sean Sube b4ac7c6259
chore(release): 0.9.0 2023-03-28 18:57:24 -05:00
Sean Sube c39f450438
note fp16 on AMD in readme 2023-03-28 18:01:23 -05:00
Sean Sube 69ee83610a
lint(docs): update setup intro to not repeat ToC 2023-03-28 18:00:11 -05:00
Sean Sube d19bbfc1d3
fix(gui): add prompt tokens to correct tab (#296) 2023-03-28 17:51:40 -05:00
Sean Sube 93fcfd1422
fix(api): update LPW pipeline (#298) 2023-03-28 17:34:23 -05:00
Sean Sube c0ece2453d
fix(docs): add more runtimes to memory usage table 2023-03-27 17:14:18 -05:00
Sean Sube 2bbc5d877f
lint(api): explicitly bind the device pool to shutdown callback 2023-03-27 17:13:45 -05:00
Sean Sube c2f8fb1d31
fix(api): combine names for ONNX fp16 optimization 2023-03-27 08:55:01 -05:00
Sean Sube 73e9cf8b66
fix(api): disable internal fp16 for VAE encoder (#290) 2023-03-27 08:10:40 -05:00
Sean Sube 33f5992ebd
chore(docs): describe long prompt weighting and permanent blending 2023-03-26 22:41:32 -05:00
Sean Sube afa8f5e706
feat(api): add optimization for internal fp16 conversion 2023-03-26 22:41:12 -05:00
Sean Sube db95107fed
chore(docs): update features, link to user guide 2023-03-26 22:08:12 -05:00
renovate[bot] b186a650d9 chore(deps): update dependency sinon to v15.0.3 2023-03-26 22:07:40 -05:00
renovate[bot] 03b00e86ad chore(deps): update dependency esbuild-plugin-copy to v2.1.1 2023-03-26 20:59:18 -05:00
renovate[bot] ba95f7ece4 chore(deps): update dependency @types/react to v18.0.29 2023-03-26 20:58:22 -05:00
renovate[bot] 88ab20c67a chore(deps): update dependency esbuild to v0.17.14 2023-03-26 20:52:52 -05:00
Sean Sube d7e548037a
fix(tests): make release tests fail if image was not successful (#287) 2023-03-26 20:45:27 -05:00
Sean Sube 0ea0442f02
apply lint 2023-03-26 18:24:22 -05:00
Sean Sube 4ddd69ba07
fix(api): watch for progress events from leaking workers 2023-03-26 18:22:16 -05:00
Sean Sube e1219cca90
fix(api): close queues after stopping workers 2023-03-26 18:21:53 -05:00
Sean Sube dca8a97796
feat(api): pin pytorch versions and update nightly ORT 2023-03-26 18:21:21 -05:00
Sean Sube bb5d0635d1
sonar lint 2023-03-26 15:53:20 -05:00
Sean Sube 36bfccae09
fix(api): include worker totals in status endpoint 2023-03-26 15:49:43 -05:00
Sean Sube 2d2283e1eb
fix(api): attempt to read progress updates from recycled workers 2023-03-26 15:31:16 -05:00
Sean Sube 27500eccb5
fix(api): do not move jobs from pending to running until progress is reported 2023-03-26 14:22:59 -05:00
Sean Sube 0af406c47f
only enqueue jobs from progress worker 2023-03-26 14:02:57 -05:00
Sean Sube ccf8d51e08
feat(api): split up status endpoint by job status 2023-03-26 11:57:00 -05:00
Sean Sube ea36082e43
add job count to healthy worker logs 2023-03-26 11:53:06 -05:00
Sean Sube 8eab92a7df
define device on pending job 2023-03-26 11:49:58 -05:00
Sean Sube 83884bcafa
enqueue jobs on idle workers during progress check 2023-03-26 11:48:27 -05:00
Sean Sube 14ade83937
fix(api): enqueue next job when previous one finishes and after recycling worker 2023-03-26 11:41:45 -05:00
Sean Sube f3ab25f671
lint(api): add start method to worker pool 2023-03-26 11:30:07 -05:00
Sean Sube 2b179bebac
fix(api): always reset job counter when creating new device worker 2023-03-26 11:22:03 -05:00
Sean Sube 55e44e8ac9
fix(api): increment job counter for worker when it starts a new job (#283) 2023-03-26 11:18:27 -05:00
Sean Sube 3aa7b8a238
chore(docs): describe log levels in dev docs 2023-03-26 11:10:05 -05:00
Sean Sube e552a5560f
feat(api): check device worker pool and recycle on a regular interval (#284) 2023-03-26 11:09:22 -05:00
Sean Sube aeb71ad50a
lint lock name 2023-03-26 08:30:34 -05:00
Sean Sube a1c3b28bee
fix(docs): explain extras file format in user guide 2023-03-26 08:28:50 -05:00