1
0
Fork 0
Commit Graph

162 Commits

Author SHA1 Message Date
Sean Sube 64663f5eec fix(gui): emphasize the generate buttons, align fill color picker 2023-01-21 14:44:05 -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 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 99982c6a19 fix(gui): align background image when it is larger than canvas 2023-01-19 19:59:35 -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 46026d9aa0 fix(gui): swap toggle buttons for decent checkboxes 2023-01-19 08:35:06 -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
Sean Sube 0055d06b01 lint(gui): replace outscaling icon 2023-01-18 17:08:37 -06:00
Sean Sube 303adcb693 lint(gui): use alert and typography blocks 2023-01-18 17:08:11 -06:00
Sean Sube 3679735d86 feat: add fill color control to inpaint 2023-01-18 08:41:02 -06:00
Sean Sube d6f2c626f6 fix(gui): only show inpaint image once 2023-01-18 08:24:53 -06:00
Sean Sube a074078cec lint(gui): sort components into dirs 2023-01-18 08:07:22 -06:00
Sean Sube 7b49b551d5 fix(gui): add server version indicator to settings 2023-01-18 08:01:59 -06:00
Sean Sube d402db8509 feat(gui): add API server to settings 2023-01-18 07:20:12 -06:00
Sean Sube 87bf27ea64 lint(gui): move root fn to config module 2023-01-18 00:01:32 -06:00
Sean Sube 20ed8f60dc fix(gui): make all image cards show at the default size 2023-01-17 23:06:35 -06:00
Sean Sube 521fa88e05 fix(gui): send blend strength for inpainting 2023-01-17 23:06:15 -06:00
Sean Sube be3a17b2ff feat: add version check to parameters 2023-01-17 23:06:04 -06:00
Sean Sube 4d9dc05cd0 lint(api): improve logging while upscaling 2023-01-17 22:30:25 -06:00
Sean Sube dc84becf69 fix(gui): do not persist upscale image source 2023-01-17 21:53:32 -06:00
Sean Sube 7c60621fe2 fix(gui): disable face correction strength slider when option is not selected 2023-01-17 17:59:26 -06:00
Sean Sube 691aeabfd9 feat(gui): add blend strength to inpainting controls 2023-01-17 17:59:07 -06:00
Sean Sube d2c7fa97e7 fix(gui): remove unused strength param from upscale 2023-01-17 17:51:25 -06:00
Sean Sube 4aeee60b19 feat: add upscaling tab and endpoint 2023-01-16 23:45:54 -06:00
Sean Sube 0e27cc830d fix: send missing model params, add face strength control 2023-01-16 22:54:01 -06:00
Sean Sube 83f2e872f6 lint(gui): make labels more consistent 2023-01-16 22:39:03 -06:00
Sean Sube c6ce43b00d back to single GFPGAN, fix some paths 2023-01-16 21:55:54 -06:00
Sean Sube 03e06193eb attempt to fix face correction at various scales 2023-01-16 21:36:50 -06:00
Sean Sube d52c22e58b feat: add additional Real ESRGAN models, strings for them 2023-01-16 20:38:16 -06:00
Sean Sube 7cd0345cd2 fix(gui): correct menu state for additional models 2023-01-16 20:25:27 -06:00
Sean Sube 0080d86d91 feat(gui): add menus for upscaling and correction models 2023-01-16 20:11:10 -06:00
Sean Sube 4615614e5e fix(gui): reduce rendering when adjusting image controls 2023-01-16 16:28:16 -06:00
Sean Sube 5d2c22a64a fix(gui): only send upscaling params when it is enabled 2023-01-16 15:22:43 -06:00
Sean Sube 8d3ebede5a feat: add outscaling option 2023-01-16 14:52:56 -06:00
Sean Sube 5e5d748c0b fix(gui): send upscale params 2023-01-16 14:17:28 -06:00
Sean Sube 4dafda7d11 lint(gui): move API client out of its lonely dir 2023-01-16 14:10:15 -06:00
Sean Sube 3a3e92abb6 fix(gui): correct state for face correction button 2023-01-16 14:07:57 -06:00
Sean Sube d1e4fa9cf1 feat: add upscale controls to client, params to server 2023-01-16 14:05:04 -06:00
Sean Sube 4d6560aaba fix(gui): read image size from its own field 2023-01-16 07:31:59 -06:00
Sean Sube ae8b26fa8f chore: bump package versions 2023-01-15 15:13:47 -06:00
Sean Sube 5bb3f6c558 feat: add noise source with solid color 2023-01-15 14:26:04 -06:00
Sean Sube 40080ad46b feat: add gaussian multiply to mask filters 2023-01-15 14:04:54 -06:00
Sean Sube f00f36b5b1 feat(gui): add update instructions to error screen 2023-01-15 13:58:29 -06:00