1
0
Fork 0
Commit Graph

2204 Commits

Author SHA1 Message Date
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
Sean Sube cb005d3b5d fix: move output path out of API route (for #7) 2023-01-21 19:44:54 -06:00
Sean Sube 700d31e2b8 fix(docs): note that image parameters are not persisted when reloading 2023-01-21 19:42:02 -06:00
Sean Sube facd69f452 fix(api): actually return the filtered list of platforms 2023-01-21 19:41:43 -06:00
Sean Sube c768cd8f42 fix(api): filter platforms based on available providers (fixes #69) 2023-01-21 19:40:10 -06:00
Sean Sube 3a5bae6d0d more examples for user guide 2023-01-21 18:40:50 -06:00
Sean Sube bae0fe5ce7 keep writing user guide 2023-01-21 18:29:11 -06:00
Sean Sube 8c9c99eeb5 fix(api): use training device when loading Real ESRGAN model (#67) 2023-01-21 17:55:55 -06:00
Sean Sube 5286c4f596 fix(build): add params file to other images 2023-01-21 17:55:30 -06:00
Sean Sube 3f1bc0e1b0 fix(build): use cached docker images to avoid rebuilding layers 2023-01-21 17:18:46 -06:00
Sean Sube 505cacfbc2 fix(api): leave pipelines on default device unless specified 2023-01-21 17:04:48 -06:00
Sean Sube 52484e6e1f fix(build): add cv2 deps to CUDA and ROCm images 2023-01-21 17:01:02 -06:00
Sean Sube a868c8cf6b feat(api): backend support for multiple GPUs in diffusion pipelines 2023-01-21 15:17:33 -06:00
Sean Sube 88c5113e37 start adding links to user guide 2023-01-21 15:12:54 -06:00
Sean Sube a8769a5919 feat(build): run convert script when container starts 2023-01-21 15:10:59 -06:00
Sean Sube 45a3ddc2a9 feat(api): add option for HuggingFace token in convert script 2023-01-21 15:08:19 -06:00
Sean Sube 2a6df0f3aa feat(run): add Docker Compose files for API containers 2023-01-21 15:07:53 -06:00
Sean Sube 64663f5eec fix(gui): emphasize the generate buttons, align fill color picker 2023-01-21 14:44:05 -06:00
Sean Sube 77d68bf6ac fix(build): add cv2 deps to CPU image 2023-01-21 14:43:36 -06:00
Sean Sube 1ed7b221c4 distribute params into their appropriate tab 2023-01-21 10:00:43 -06:00
Sean Sube 4898197f77 fix(gui): only enable generate buttons after image sources exist (#64) 2023-01-21 09:12:59 -06:00
Sean Sube e0834110fc fix(api): add extra models to convert script 2023-01-21 08:52:35 -06:00
Sean Sube b1e7ab0a3e fix(docs): list correct packages in readme, move errors to user guide 2023-01-20 22:46:11 -06:00
Sean Sube b508da747e continue writing the user guide 2023-01-19 22:08:00 -06:00
Sean Sube be16f33151 fix(api): pass txt2img dimensions in correct order 2023-01-19 22:07:31 -06:00
Sean Sube 86fb2ae28e fix(api): generate correct latents for non-square images 2023-01-19 22:00:58 -06:00
Sean Sube 0afd25f25b fix(gui): correct labels for Nvidia platforms 2023-01-19 21:30:34 -06:00
Sean Sube 9e31445ccc feat(gui): add invert button to inpaint mask (fixes #65) 2023-01-19 21:20:44 -06:00
Sean Sube d1e8fc5de8 set up LFS for images 2023-01-19 21:04:19 -06:00
Sean Sube 9a10261273 put functions in order 2023-01-19 21:03:29 -06:00
Sean Sube 99982c6a19 fix(gui): align background image when it is larger than canvas 2023-01-19 19:59:35 -06:00
Sean Sube 4a3bb97342 fix(api): run GC after changing pipeline (#58) 2023-01-19 19:46:36 -06:00
Sean Sube 9a2e7adfb8 fix(api): report accurate image size when upscaling 2023-01-19 19:42:27 -06:00
Sean Sube c7bcc62a3e fix(build): remove DirectML container until a package can be found 2023-01-19 19:21:01 -06:00
Sean Sube 3bcd7a8156 feat: add ROCm provider to list (#10) 2023-01-19 17:38:26 -06:00
Sean Sube 137a5a84cc lint(gui): outline generate buttons 2023-01-19 17:34:35 -06:00
Sean Sube f1484dc075 fix(gui): mask canvas should not tile small images 2023-01-19 17:34:26 -06:00
Sean Sube 5e23f84e5a fix(gui): draw single clicks and avoid blending mask with itself 2023-01-19 17:18:59 -06:00
Sean Sube df7bba47dd fix(gui): prevent client image history from accumulating indefinitely 2023-01-19 17:18:04 -06:00
Sean Sube 50fe17bce1 fix(gui): set a reasonable timeout on the initial params fetch 2023-01-19 17:17:43 -06:00
Sean Sube b18567ca43 feat(build): add DirectML and ROCm images 2023-01-19 17:16:59 -06:00
Sean Sube 88385b323b expand on the user guide 2023-01-19 17:16:38 -06:00
Sean Sube 46026d9aa0 fix(gui): swap toggle buttons for decent checkboxes 2023-01-19 08:35:06 -06:00
Sean Sube 4fbf046e28 lint(api): remove unnecessary pass 2023-01-19 08:34:38 -06:00
Sean Sube 5ec32d8324 lint(gui): add border to mask canvas 2023-01-18 17:09:22 -06:00
Sean Sube b66cb8fcd6 fix(gui): use blur event on fill color for better perf 2023-01-18 17:09:10 -06:00