1
0
Fork 0
Commit Graph

194 Commits

Author SHA1 Message Date
Sean Sube 7885bbfbdd fix(gui): history is not iterable error when loading existing state 2023-01-12 17:57:43 -06:00
Sean Sube 68eb8eb9b2 fix(gui): restore delete image button 2023-01-12 17:51:34 -06:00
Sean Sube 689a6a183f fix(gui): break up state into slices for each tab 2023-01-12 17:49:51 -06:00
Sean Sube 35e2e1dda6 fix(gui): improve performance while using image controls 2023-01-12 00:11:05 -06:00
Sean Sube cff32102ce lint(docs): nvidia support is stable 2023-01-11 22:33:21 -06:00
renovate[bot] c328ac3950 chore(deps): update dependency eslint-plugin-sonarjs to ^0.18.0 2023-01-11 22:24:13 -06:00
Sean Sube 4e3a86dfdb lint(api): join all paths 2023-01-11 21:59:58 -06:00
Sean Sube dc33b7c887 fix(api): use same parameter name as GUI for negative prompt 2023-01-11 21:50:19 -06:00
Sean Sube ef33301d6b fix(gui): send CFG to API as decimal 2023-01-11 21:46:04 -06:00
Sean Sube dcfce81fed fix(gui): do not persist loading flag 2023-01-11 21:45:47 -06:00
Sean Sube 25b64cc3b0 lint(gui): add component keys, remove some arrow fns 2023-01-11 21:45:31 -06:00
Sean Sube f2b2366c91 chore(release): 0.3.0 2023-01-11 20:50:57 -06:00
Sean Sube b7a63b1184 use apt-get in image scripts 2023-01-11 19:48:24 -06:00
Sean Sube 362b732707 fix(build): add venv to CPU image 2023-01-11 19:47:15 -06:00
Sean Sube 07c18c2245 feat(build): replace Buster image with CUDA-based Ubuntu 2023-01-11 19:45:06 -06:00
Sean Sube 2f3b5c06c7 fix(api): allow decimal CFG 2023-01-11 19:34:03 -06:00
Sean Sube e9553bc610 switch CUDA image to nvidia base 2023-01-11 18:15:22 -06:00
Sean Sube e704db50b1 fix(build): put Github status jobs in correct stages 2023-01-11 17:26:05 -06:00
Sean Sube 9f7e16b62f fix(build): define template for curl jobs 2023-01-11 17:23:44 -06:00
Sean Sube a3fe2ca559 feat(api): set up venv in CUDA container, add onnxruntime-gpu 2023-01-11 17:21:46 -06:00
Sean Sube 4abf760716 fix(api): use correct dict for type hints 2023-01-11 17:20:40 -06:00
Sean Sube ecc82a89b7 lint(api): group routes 2023-01-10 23:00:18 -06:00
Sean Sube d20fb91073 fix(api): pass seed when calculating inpaint filenames 2023-01-10 22:59:58 -06:00
Sean Sube 662bf42454 feat(gui): share image history between tabs, add setting to adjust length of history (fixes #22) 2023-01-10 22:35:55 -06:00
Sean Sube 9bb01cc01d fix(api): omit negative prompt from pipeline 2023-01-10 20:46:36 -06:00
Sean Sube 48f42e56fe fix(api): rename to avoid shadowing type 2023-01-10 20:46:17 -06:00
Sean Sube 07fa81a66b feat(gui): persist image control state (fixes #11) 2023-01-10 20:43:14 -06:00
Sean Sube c8b2abc110 feat(build): add github status jobs (fixes #28) 2023-01-10 19:27:22 -06:00
Sean Sube 8452b7384c feat(build): upload pip package (fixes #29) 2023-01-10 08:54:58 -06:00
Sean Sube de86df9ea9 lint(docs): list inpaint mode, clarify headers 2023-01-09 23:27:27 -06:00
Sean Sube 778cf6e7d1 lint(api): add seed to output filename, add types 2023-01-09 23:26:47 -06:00
Sean Sube 63758b0e21 fix(gui): default mask brush to white/full replacement 2023-01-09 23:26:01 -06:00
Sean Sube 4a6458d8f6 fix(gui): consistently load image controls from server params 2023-01-09 23:16:28 -06:00
Sean Sube 37efd51341 feat(gui): load and merge server params with config 2023-01-09 22:59:08 -06:00
Sean Sube 03fd728ab0 feat(api): add params endpoint, defaults file 2023-01-09 22:58:37 -06:00
Sean Sube 6b3c0fea45 fix(gui): handle cancel from file input 2023-01-08 22:50:53 -06:00
Sean Sube 5a58a96a2a lint(gui): improve client request throttling 2023-01-08 22:49:49 -06:00
Sean Sube f49fc960c9 feat(gui): display source images after selection 2023-01-08 22:15:58 -06:00
Sean Sube 2332c44cee fix(docs): describe how to install inpainting model 2023-01-08 21:14:47 -06:00
Sean Sube 1e2321f843 lint(gui): clean up inpainting constants, styles 2023-01-08 21:14:24 -06:00
Sean Sube 5e712923db feat(gui): implement mask painting, flood fill 2023-01-08 20:54:52 -06:00
Sean Sube 2ff4aee887 fix(gui): allow decimal steps for CFG 2023-01-08 20:54:10 -06:00
Sean Sube 131cff6ba4 fix(api): add latents to inpaint, remove strength 2023-01-08 18:16:51 -06:00
Sean Sube 182ce6de90 feat(api): add inpaint endpoint 2023-01-08 18:11:34 -06:00
Sean Sube 15ab44f2ad feat(gui): add inpaint call to API client 2023-01-08 18:11:07 -06:00
Sean Sube 11b9295efc feat(gui): add inpaint tab and basic image mask component 2023-01-08 17:56:00 -06:00
Sean Sube 1aa2181d90 fix(gui): move seed control onto same line with cfg and steps 2023-01-08 17:09:14 -06:00
Sean Sube 760b162a55 fix: bump package versions to 0.2.1 2023-01-08 15:26:43 -06:00
Sean Sube 384b37d57c chore(release): 0.2.1 2023-01-08 15:03:22 -06:00
Sean Sube 477d89b6fc fix(gui): allow max safe seed constant 2023-01-08 15:02:59 -06:00