1
0
Fork 0
Commit Graph

425 Commits

Author SHA1 Message Date
Sean Sube 0a1ccf2d45
use adjusted metadata for thumbnail 2024-01-14 13:03:50 -06:00
Sean Sube 4b7bd2b9f7
fix thumbnail metadata 2024-01-14 12:48:24 -06:00
Sean Sube 943f0e6f04
fix thumbnail metadata size 2024-01-14 12:24:59 -06:00
Sean Sube a5fe52d2a2
feat(api): parse metadata from input images 2024-01-13 10:01:50 -06:00
Sean Sube 7966f001e1
fix(api): make sure a controlnet has been selected when using that pipeline 2024-01-12 22:28:59 -06:00
Sean Sube f5506b17f0
feat(api): support CPU model offloading specifically for SDXL 2024-01-12 18:58:26 -06:00
Sean Sube 055f6e2956
fix controlnet 2024-01-09 09:21:51 -06:00
Sean Sube 99bd6b0708
keep safe images 2024-01-08 22:32:49 -06:00
Sean Sube 2eb90ba559
feat: better error messaging 2024-01-08 22:14:32 -06:00
Sean Sube a42d728006
feat(api): add optional horde safety stage 2024-01-08 21:37:44 -06:00
Sean Sube 9e201fc94a
fix blend sources 2024-01-06 16:27:25 -06:00
Sean Sube e8e2b92436
keep metadata when tiling 2024-01-06 14:27:55 -06:00
Sean Sube 3a647ad9bd
provide empty metadata for pipelines with source images 2024-01-06 14:17:26 -06:00
Sean Sube 4f230f4111
clean up result and metadata handling 2024-01-05 20:11:58 -06:00
Sean Sube b6da935be6
use progress type in command 2024-01-04 19:09:52 -06:00
Sean Sube 9b5e894898
avoid waiting for final progress 2024-01-03 21:39:19 -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 46098960d8
attempt to save grid mode metadata 2024-01-02 21:49:22 -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 00db9a2787
fix(api): make sure ControlNet constructor is used for same pipeline (#449) 2023-12-31 13:00:34 -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 1035915d36
apply lint 2023-12-29 08:19:58 -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 cfe7a55935
type and test fixes 2023-12-26 20:21:34 -06:00
Sean Sube eb8bd145c9
null checks 2023-12-26 08:07:05 -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 abeeddeeb2
fix(api): handle models with integer timestamps 2023-12-23 22:19:15 -06:00
Sean Sube 2c2eda8c3c
fix(api): resize blend mask to match source 2023-12-20 23:41:54 -06:00
Sean Sube 9a3384b348
Merge branch 'main' of github.com:ssube/onnx-web 2023-12-20 09:21:56 -06:00
Sean Sube 9c215dd90b
fix controlnet with fp16 again 2023-12-19 23:16:19 -06:00
Sean Sube b4262eb777
remove bulky controlnet wrapper 2023-12-19 20:56:24 -06:00
Sean Sube ba9982af51
fix(api): various controlnet fixes 2023-12-19 19:19:48 -06:00
Sean Sube a716f6db1f
fix(api): add loading path for controlnet 2023-12-18 22:21:33 -06:00
Sean Sube 6708efa8ce
make controlnet params match others 2023-12-18 22:14:33 -06:00
Sean Sube 1163accb49
fix(api): add missing param to controlnet pipeline 2023-12-18 21:39:49 -06:00
BZ Libby fc67809612
clean-up
I missed removing a character in the regex for the wildcard token
2023-12-18 19:09:23 -06:00
BZLibby b807530117 fixes support for multiple wildcards in one token 2023-12-18 19:01:18 -06:00
Sean Sube 76e28d962d
fix(api): parse embedding/TI tokens correctly 2023-12-17 12:48:20 -06:00