1
0
Fork 0
Commit Graph

780 Commits

Author SHA1 Message Date
Sean Sube 7db5472531
fix(api): include face correction outscale in final image size 2023-02-06 17:59:34 -06:00
Sean Sube 651acf6991
lint recent changes 2023-02-06 17:26:51 -06:00
Sean Sube 833fc5c2f8
fix(api): make sure each upscale/correction model gets its own stage 2023-02-06 17:17:43 -06:00
Sean Sube de4e7b0dc9
feat: add face outscale as its own parameter (#111) 2023-02-06 17:13:37 -06:00
Sean Sube 564cfc1279
lint(api): remove unused upsampler arg 2023-02-06 08:56:34 -06:00
Sean Sube 24ab52bf0d
fix(api): remove background upscaler from GFPGAN stage (#108) 2023-02-06 08:33:36 -06:00
Sean Sube 1f65da88b0
fix(build): install dev deps in API test job 2023-02-06 08:30:53 -06:00
Sean Sube 1dfd9e72ef
fix(api): run background ESRGAN on same device as GFPGAN 2023-02-06 08:10:36 -06:00
Sean Sube c7e0041229
fix(api): pass current device when loading GFPGAN 2023-02-06 08:07:06 -06:00
Sean Sube 811b6640a8
fix(api): only run one form of outpaint tiling 2023-02-05 23:02:06 -06:00
Sean Sube d6c1244d72
fix(api): use grid tiling when inpaint margin is 0 2023-02-05 22:57:52 -06:00
Sean Sube 6fcfe4f878
fix(api): correct order for img2img params 2023-02-05 22:48:07 -06:00
Sean Sube 35445ff0f6
fix(gui): only send outscale when needed 2023-02-05 22:36:34 -06:00
Sean Sube 9f9736c30c
fix(build): mark additional targets as phony 2023-02-05 22:36:19 -06:00
Sean Sube 73d3688e5d
lint(gui): make upscale parameter order slightly better 2023-02-05 22:23:16 -06:00
Sean Sube 13de86377f
fix(gui): only send scale when upscale is enabled (#106) 2023-02-05 22:20:07 -06:00
Sean Sube 79eaad67f2
feat(build): run Python lint during CI 2023-02-05 22:19:32 -06:00
Sean Sube 69ebb1cb65
fix(docs): add checkboxes to release test plan 2023-02-05 21:50:48 -06:00
Sean Sube 8b42aeef48
remove(api): deprecated vendor platforms 2023-02-05 21:32:58 -06:00
Sean Sube df2c59b2d1
chore(gui): add strings for more models 2023-02-05 19:27:31 -06:00
Sean Sube ba685456f5
chore(docs): update readme screenshot 2023-02-05 19:21:48 -06:00
Sean Sube 87d9b5b728
chore(docs): update readme screenshot 2023-02-05 18:29:41 -06:00
Sean Sube fc457f6050
chore(docs): expand release testing list 2023-02-05 18:12:48 -06:00
Sean Sube 7462c96616
apply lint fixes again 2023-02-05 17:55:04 -06:00
Sean Sube 20467aafac
chore(api): add logging for LPW pipelines 2023-02-05 17:53:51 -06:00
Sean Sube 4abd0cb8a3
fix(gui): show indeterminate spinner when progress is not available 2023-02-05 17:43:04 -06:00
Sean Sube 54e07cb1b1
chore(docs): note LPW testing 2023-02-05 17:40:23 -06:00
Sean Sube 9c84d853c9
add missing lpw param 2023-02-05 17:40:10 -06:00
Sean Sube 5f35a2853b
fix(api): fully switch between LPW and regular ONNX pipelines 2023-02-05 17:36:00 -06:00
Sean Sube f3983a7917
fix(api): switch RNG based on LPW parameter 2023-02-05 17:24:15 -06:00
Sean Sube c47209cfbf
feat(gui): add LPW flag to model settings 2023-02-05 17:23:47 -06:00
Sean Sube fb376c6b62
feat(api): make LPW an image parameter 2023-02-05 17:15:37 -06:00
Sean Sube 6fe278c744
fix(api): switch between spiral and grid tiling based on outpaint margins (#101) 2023-02-05 16:56:11 -06:00
Sean Sube ca2f0a6404
fix(api): pass outscale factor to CodeFormer (fixes #100) 2023-02-05 16:22:04 -06:00
Sean Sube 85b2895f41
chore(gui): add strings for SD upscaling and CodeFormer 2023-02-05 16:17:06 -06:00
Sean Sube b8ffe3ffa8
fix(gui): split upscaling and face correction controls 2023-02-05 16:15:15 -06:00
Sean Sube 7c5f9baeb7
fix(api): embed LPW pipeline (fixes #96) 2023-02-05 16:01:11 -06:00
Sean Sube 49b3aa68bb
fix(api): update SD upscale pipeline 2023-02-05 15:54:17 -06:00
Sean Sube a2a0028bd4
feat(api): add CodeFormer to conversion script 2023-02-05 15:53:43 -06:00
Sean Sube cb3590720b
lint(api): remove unused imports 2023-02-05 15:33:56 -06:00
Sean Sube 27da3c3334
fix(docs): explain how to convert your own models 2023-02-05 15:32:30 -06:00
Sean Sube 15c651b31a
fix(api): use first available platform if requested one does not exist 2023-02-05 13:44:13 -06:00
Sean Sube 401df84069
fix(api): replace some numpy RNGs with torch equivalent 2023-02-05 13:43:33 -06:00
Sean Sube 7158922039
chore(docs): note codeformer and SD upscaling in user guide 2023-02-05 11:42:37 -06:00
Sean Sube 68dda4b3ca
chore(docs): note codeformer and SD upscaling in readme 2023-02-05 11:39:58 -06:00
Sean Sube 3231a904c1
fix txt2img call 2023-02-05 11:31:44 -06:00
Sean Sube 7b506cb6d3
feat(api): enable LPW custom pipeline (#27) 2023-02-05 11:31:40 -06:00
Sean Sube 1e477f7548
feat(gui): navigate to appropriate tab when copying image (fixes #80) 2023-02-05 11:31:09 -06:00
Sean Sube e6e9914ca0
feat(gui): save tabs and allow linking (#80) 2023-02-05 11:27:18 -06:00
Sean Sube 4a728cb9ae
lint(api): include more params in JSON response and file 2023-02-05 10:50:15 -06:00