1
0
Fork 0
Commit Graph

2458 Commits

Author SHA1 Message Date
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
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 08dbc0c738 fix(api): check image size before blending 2023-01-18 08:29:55 -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 58ea836e20 start user guide 2023-01-18 00:01:15 -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 cf6a151548 fix(api): pass image size to upscale job 2023-01-17 21:53:44 -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 634d2e8ce6 fix(api): use correct base path for debug images 2023-01-17 17:50:56 -06:00
Sean Sube 5ba752e526 feat(api): add strength param to inpaint, remove same from upscale 2023-01-17 17:50:36 -06:00
Sean Sube b496e7121c fix(api): premultiply noise before compositing 2023-01-17 17:49:46 -06:00
Sean Sube 4aeee60b19 feat: add upscaling tab and endpoint 2023-01-16 23:45:54 -06:00
Sean Sube b7c85aa51b fix(api): skip upscaling if scale is 1 2023-01-16 23:01:15 -06:00
Sean Sube 227056d976 fix(api): correct denoise max, add missing face strength param 2023-01-16 22:55: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 ac3ef0ebbf mostly fix face correction 2023-01-16 22:35:34 -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 073ff8e02f fix(api): use correct scale for background correction 2023-01-16 21:12:17 -06:00
Sean Sube b09feda474 fix(api): sort models without discarding 2023-01-16 20:58:08 -06:00
Sean Sube 353a65513f fix(api): copy checkpoints into correct location, handle more models 2023-01-16 20:53:12 -06:00
Sean Sube 1db5ebec84 syntax fix 2023-01-16 20:40:01 -06:00
Sean Sube d52c22e58b feat: add additional Real ESRGAN models, strings for them 2023-01-16 20:38:16 -06:00
Sean Sube 33eebacc0c lint(api): return models in order 2023-01-16 20:37:59 -06:00
Sean Sube c0ca7cf62f fix(api): dedupe models after removing extension 2023-01-16 20:28:29 -06:00
Sean Sube 7cd0345cd2 fix(gui): correct menu state for additional models 2023-01-16 20:25:27 -06:00
Sean Sube 4472a6fd24 fix(api): trim model names relative to model path 2023-01-16 20:25:09 -06:00
Sean Sube 23a9d5afb7 list models correctly 2023-01-16 20:17:01 -06:00
Sean Sube 0273dea2a6 fix(api): join globs to avoid py 3.10-only args 2023-01-16 20:14:11 -06:00
Sean Sube 0080d86d91 feat(gui): add menus for upscaling and correction models 2023-01-16 20:11:10 -06:00
Sean Sube ee6308a091 feat(api): return all types of models 2023-01-16 20:10:52 -06:00
Sean Sube dba6113c09 fix(api): include model scale 2023-01-16 20:10:29 -06:00
Sean Sube 556d5b84d6 fix(api): add an option to skip certain models during conversion 2023-01-16 17:55:58 -06:00
Sean Sube dab2cc7752 lint(api): split up face correction and upscaling models 2023-01-16 17:51:32 -06:00