1
0
Fork 0
Commit Graph

1776 Commits

Author SHA1 Message Date
Sean Sube 00db9a2787
fix(api): make sure ControlNet constructor is used for same pipeline (#449) 2023-12-31 13:00:34 -06:00
Sean Sube b7f2313489
add upscale param, update XL ref 2023-12-31 11:19:39 -06:00
Sean Sube de8ab6f1c9
fix(api): use correct part of the gfpgan output 2023-12-31 07:04:43 -06:00
Sean Sube c6718a3e3b
fix(api): make sure upscaling only runs once regardless of correction options 2023-12-31 06:39:00 -06:00
Sean Sube 71fbc871a6
feat: add API parameter for upscale checkbox 2023-12-30 19:34:40 -06:00
Sean Sube a5ecb59cd9
fix: download LoRAs and other networks by default 2023-12-30 19:33:40 -06:00
Sean Sube 54db63394f
arch adjustments 2023-12-30 13:50:14 -06:00
Sean Sube 366efd1a58
fix RRDB rescale arch 2023-12-30 13:34:12 -06:00
Sean Sube 6834b716ea
switch RRDB nets based on upscaling 2023-12-30 13:28:16 -06:00
Sean Sube 0ddc16288f
feat(api): support both ESRGAN variants 2023-12-30 13:11:56 -06:00
Sean Sube 6cee411e43
add ESRGAN input adjustments back 2023-12-30 12:42:50 -06:00
Sean Sube 7abe6dc6a9
feat(api): enable 1x upscaling models 2023-12-30 11:59:52 -06:00
Sean Sube 11e643bcb5
remove broken channel adjustment 2023-12-30 11:59:37 -06:00
Sean Sube 477747cced
better support for ESRGAN 1x models 2023-12-30 11:50:28 -06:00
Sean Sube 698058018a
add test flag to increase time limit 2023-12-30 11:49:59 -06:00
Sean Sube f6134dafc6
fix errors in local std denoising 2023-12-29 23:19:35 -06:00
Sean Sube 6a004816af
fix(api): make version-safe imports compatible with tests 2023-12-29 23:09:00 -06:00
Sean Sube 05ab396b2a
revert back to NL means for panorama only 2023-12-29 22:53:04 -06:00
Sean Sube 750a49a907
apply lint 2023-12-29 18:53:13 -06:00
Sean Sube 8b698ed4ab
Revert "wrap some diffusers imports for version safety"
This reverts commit e7f7bbc9ea.
2023-12-29 18:52:54 -06:00
Sean Sube da6beb31b2
switch to internal RRDBNet with x2 support 2023-12-29 08:50:27 -06:00
Sean Sube 1035915d36
apply lint 2023-12-29 08:19:58 -06:00
Sean Sube ce90ffb0ee
use threshold range for local denoising 2023-12-29 08:18:37 -06:00
Sean Sube 973677967d
fix(api): turn off SDXL's very visible watermarking (#438) 2023-12-28 22:54:53 -06:00
Sean Sube e7f7bbc9ea
wrap some diffusers imports for version safety 2023-12-28 22:49:17 -06:00
Sean Sube f28fdda47a
feat(api): add stage for local standard deviation denoising for XL 2023-12-27 20:17:35 -06:00
Sean Sube 7d56689527
pass device to wrapper 2023-12-27 09:01:38 -06:00
Sean Sube d17b946091
wrap ESRGAN helper 2023-12-27 08:47:06 -06:00
Sean Sube 404f24f9ad
compile pattern 2023-12-27 05:17:17 -06:00
Sean Sube 95886430a4
feat(api): support more RealESRGAN-based models 2023-12-27 05:08:15 -06:00
Sean Sube f5e7b3b865
apply lint 2023-12-26 20:25:04 -06:00
Sean Sube e8a30ae56b
feat(api): add optimization flag to ORT extended optimizations 2023-12-26 20:22:32 -06:00
Sean Sube 006f983269
fix(api): use standard op block list for SDXL 2023-12-26 20:22:09 -06:00
Sean Sube cfe7a55935
type and test fixes 2023-12-26 20:21:34 -06:00
Sean Sube 6d2d5058d9
fix(api): reduce min VAE tile size to match min height/width 2023-12-26 08:07:39 -06:00
Sean Sube eb8bd145c9
null checks 2023-12-26 08:07:05 -06:00
Sean Sube 2b65077d82
type lint 2023-12-26 08:06:16 -06:00
Sean Sube ae0e8447f9
add message to unet type error 2023-12-24 23:10:08 -06:00
Sean Sube e2c9389d6e
add fallback dtypes to unet patch 2023-12-24 22:57:02 -06:00
Sean Sube ef256280b4
use right type mapping 2023-12-24 22:46:22 -06:00
Sean Sube 0f6a1a82a2
translate types to np 2023-12-24 22:40:07 -06:00
Sean Sube 39ee4cbfcd
handle XL UNets 2023-12-24 22:36:39 -06:00
Sean Sube 80a255397e
feat(api): use wrapped model's input types in UNet patch 2023-12-24 22:21:52 -06:00
Sean Sube 4eeb68cbcf
fix(api): allow numbers in archive filenames 2023-12-24 12:07:18 -06:00
Sean Sube 15b9b51ed5
fix(api): make sure new SD converter does not produce extra files 2023-12-24 10:47:46 -06:00
Sean Sube 29ccd16437
fix(api): handle HF repos in new SD converter 2023-12-24 07:05:56 -06:00
Sean Sube 27bd307cd8
fix(api): remove redundant torch version pin 2023-12-24 06:34:10 -06:00
Sean Sube e707bc8dde
re-enable torch extraction by default in legacy converter 2023-12-24 06:25:24 -06:00
Sean Sube da6e813638
rename old converter 2023-12-24 06:24:45 -06:00
Sean Sube 5d31e85709
use torch suffix consistently 2023-12-24 06:16:37 -06:00