1
0
Fork 0
Commit Graph

1558 Commits

Author SHA1 Message Date
Sean Sube 04be627e7b
pass server when serializing metadata 2024-01-03 23:32:33 -06:00
Sean Sube bdefaec0d2
serialize metadata 2024-01-03 23:27:40 -06:00
Sean Sube 8ae6069ac3
handle 0 progress 2024-01-03 23:19:56 -06:00
Sean Sube 7a5e6ab895
pass result on to command 2024-01-03 23:17:35 -06:00
Sean Sube fac98ab239
keep result of each stage with metadata 2024-01-03 23:13:21 -06:00
Sean Sube e0d0933092
fix missing param 2024-01-03 22:20:27 -06:00
Sean Sube 46bcd5af86
make response types match 2024-01-03 22:15:50 -06:00
Sean Sube c4b831fe5c
fix typos 2024-01-03 21:45:13 -06:00
Sean Sube 9b5e894898
avoid waiting for final progress 2024-01-03 21:39:19 -06:00
Sean Sube 28fc2082c7
track results after each stage 2024-01-03 21:31:41 -06:00
Sean Sube 4f1bc84fd9
initialize fields 2024-01-03 21:20:46 -06:00
Sean Sube 0c504e3f69
report stage and tile count in progress 2024-01-03 21:16:44 -06:00
Sean Sube 9d05d9baac
return output names 2024-01-03 20:54:11 -06:00
Sean Sube 492bc1e992
make sure image response is array 2024-01-03 20:28:53 -06:00
Sean Sube d87861cb29
fix params, save metadata 2024-01-03 20:22:38 -06:00
Sean Sube 444d809eff
fix progress, unwrap metadata 2024-01-03 19:18:56 -06:00
Sean Sube a6baf369d4
avoid reusing routes 2024-01-03 19:15:33 -06:00
Sean Sube 44a8d61082
feat: add batch endpoints for cancel and status, update responses 2024-01-03 19:09:18 -06:00
Sean Sube 19c91f70f5
add networks to metadata 2024-01-02 22:14:21 -06:00
Sean Sube 46098960d8
attempt to save grid mode metadata 2024-01-02 21:49:22 -06:00
Sean Sube 297285fb6f
fix(api): upscale during highres regardless of upscale checkbox 2024-01-02 21:34:11 -06:00
Sean Sube 4edd39740b
add image metadata to stage results 2024-01-02 21:24:27 -06:00
Sean Sube 0fa7eff8a8
make thumbnail size configurable 2024-01-02 21:24:09 -06:00
Sean Sube 5ad7b4c1b4
fix thumbnail call 2024-01-02 21:19:34 -06:00
Sean Sube 5de28d0361
generate a thumbnail when the first image is > 512 2024-01-02 20:58:02 -06:00
Sean Sube 35371d33fe
chore(release): 0.12.0 2023-12-31 14:15:31 -06:00
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 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 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 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