1
0
Fork 0
Commit Graph

689 Commits

Author SHA1 Message Date
Sean Sube 4f71348f98
feat(api): convert from SD checkpoints (#117) 2023-02-08 22:35:54 -06:00
Sean Sube cd4a0f10b0
chore(release): 0.6.1 2023-02-07 08:31:26 -06:00
Sean Sube b1a1a2b9c4
lint(api): apply style fixes 2023-02-07 08:20:02 -06:00
Sean Sube 86126ffe66
chore(release): 0.6.0 2023-02-07 08:13:56 -06:00
Sean Sube b6fd288842
fix(api): calculate outpaint overlap factor before adding margins 2023-02-06 22:49:58 -06:00
Sean Sube a9f4e19616
chore(api): log overlap factor when outpainting 2023-02-06 22:43:58 -06:00
Sean Sube de4a3818a0
fix(api): use SRVGG net for Real ESRGAN v3 2023-02-06 21:36:20 -06:00
Sean Sube ae5cf1fd28
fix(api): restore denoise code path for Real ESRGAN v3 (#109) 2023-02-06 18:11:45 -06:00
Sean Sube ad108060ed
fix(api): only try to load extras when a path is provided (#112) 2023-02-06 18:06:19 -06:00
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