1
0
Fork 0
Commit Graph

2581 Commits

Author SHA1 Message Date
Sean Sube 8c190682fd
fix runner tags
build / github-pending (push) Failing after 1m12s Details
build / build-api-coverage-3-9 (push) Has been skipped Details
build / build-api-coverage-3-10 (push) Has been skipped Details
build / build-api-coverage-3-8 (push) Has been skipped Details
build / build-gui-bundle (push) Has been skipped Details
build / package-api-oci (cpu-buster, api/Containerfile.cpu.buster) (push) Has been skipped Details
build / package-api-oci (cuda-ubuntu, api/Containerfile.cuda.ubuntu) (push) Has been skipped Details
build / package-api-oci (rocm-ubuntu, api/Containerfile.rocm.ubuntu) (push) Has been skipped Details
build / package-gui-oci (nginx-alpine, Containerfile.nginx.alpine) (push) Has been skipped Details
build / package-gui-oci (nginx-bullseye, Containerfile.nginx.bullseye) (push) Has been skipped Details
build / package-gui-oci (node-alpine, Containerfile.node.alpine) (push) Has been skipped Details
build / package-gui-oci (node-buster, Containerfile.node.buster) (push) Has been skipped Details
build / package-api-twine (push) Has been skipped Details
build / package-api-twine-dry (push) Has been skipped Details
build / package-gui-npm (push) Has been skipped Details
build / package-gui-npm-dry (push) Has been skipped Details
build / github-failure (push) Has been skipped Details
build / github-success (push) Has been skipped Details
2024-04-16 19:17:18 -05:00
Sean Sube ff88ea5258
fix syntax errors in workflow
bob/onnx-web / github-pending (push) Has been cancelled Details
bob/onnx-web / build-api-coverage-3-10 (push) Has been cancelled Details
bob/onnx-web / build-api-coverage-3-9 (push) Has been cancelled Details
bob/onnx-web / build-api-coverage-3-8 (push) Has been cancelled Details
bob/onnx-web / build-gui-bundle (push) Has been cancelled Details
bob/onnx-web / package-api-oci (cpu-buster, api/Containerfile.cpu.buster) (push) Has been cancelled Details
bob/onnx-web / package-api-oci (cuda-ubuntu, api/Containerfile.cuda.ubuntu) (push) Has been cancelled Details
bob/onnx-web / package-api-oci (rocm-ubuntu, api/Containerfile.rocm.ubuntu) (push) Has been cancelled Details
bob/onnx-web / package-gui-oci (nginx-alpine, Containerfile.nginx.alpine) (push) Has been cancelled Details
bob/onnx-web / package-gui-oci (nginx-bullseye, Containerfile.nginx.bullseye) (push) Has been cancelled Details
bob/onnx-web / package-gui-oci (node-alpine, Containerfile.node.alpine) (push) Has been cancelled Details
bob/onnx-web / package-gui-oci (node-buster, Containerfile.node.buster) (push) Has been cancelled Details
bob/onnx-web / package-api-twine (push) Has been cancelled Details
bob/onnx-web / package-api-twine-dry (push) Has been cancelled Details
bob/onnx-web / package-gui-npm (push) Has been cancelled Details
bob/onnx-web / package-gui-npm-dry (push) Has been cancelled Details
bob/onnx-web / github-failure (push) Has been cancelled Details
bob/onnx-web / github-success (push) Has been cancelled Details
2024-04-16 19:14:08 -05:00
Sean Sube 26e8d293ac
add GH action workflow 2024-04-16 19:10:53 -05:00
Sean Sube 9e3d84d922
fix(gui): handle responses with 0 images correctly 2024-04-16 19:10:26 -05:00
Sean Sube 8202e92870
only log keys for ignored kwargs 2024-03-16 15:32:00 -05:00
Sean Sube 09dfc518c1
remove print statements 2024-03-16 15:20:10 -05:00
Sean Sube 7b0d73664d
fix(api): correct output size math for upscale and correction 2024-03-16 14:26:43 -05:00
Sean Sube 3765fb9cbb
collapse prompt phrase runs 2024-03-15 20:59:25 -05:00
Sean Sube 501dbff8a5
add clip skip to custom prompt parser, collapse phrases with the same weight 2024-03-09 21:07:57 -06:00
Sean Sube 322aa3fd7f
fix outpaint size calculation 2024-03-09 12:52:04 -06:00
Sean Sube f785548fb8
fix(api): keep metadata from tiled stages 2024-03-09 12:47:59 -06:00
Sean Sube ce48ce2d10
fix(api): add current params to outpaint metadata 2024-03-09 12:30:07 -06:00
Sean Sube 08396c8847
fix(api): remove alpha channels while blending tiles 2024-03-07 21:59:57 -06:00
Sean Sube 03236345fb
fix(gui): pass outpainting params 2024-03-07 21:58:01 -06:00
Sean Sube 5ae3d72968
fix Compel parsing when negative prompt is empty 2024-03-03 21:45:14 -06:00
Sean Sube 17749396b5
compile AST to structured prompt 2024-03-03 21:44:51 -06:00
Sean Sube fceffb8040
fix(api): make negative prompt optional with Compel 2024-03-03 16:17:32 -06:00
Sean Sube e5fdcff973
add script for converting models only 2024-03-03 15:39:12 -06:00
Sean Sube f80a7bbb83
feat(build): add additional launch configs for vscode 2024-03-03 15:38:51 -06:00
Sean Sube cdf6f46f04
fix tests 2024-03-03 15:38:26 -06:00
Sean Sube 87f34cf369
fix hidden states patch 2024-03-03 15:37:24 -06:00
Sean Sube bea97efeb0
fix(api): use correct pipeline when converting inpainting with optimum 2024-03-03 15:37:10 -06:00
Sean Sube 24039ab0ea
add conversion patch for text encoder 2024-03-03 14:42:20 -06:00
Sean Sube 1e73eac68d
add clip skip tokens to arpeggio parser 2024-03-03 13:12:25 -06:00
Sean Sube 86a2db1c1a
add region and reseed tokens to arpeggio parser 2024-03-03 13:10:04 -06:00
Sean Sube 4713169ad9
parse CLIP skip tokens for Compel 2024-03-03 12:45:27 -06:00
Sean Sube ce45e63d65
enable CLIP skip for SD1.5 with Compel 2024-03-03 12:28:56 -06:00
Sean Sube d084f53a7e
look up input types for SD1.5 as well 2024-03-03 12:14:46 -06:00
Sean Sube 6dbed8c114
return text embeds when requested 2024-03-03 11:57:55 -06:00
Sean Sube 4f5f87bc96
leave hidden states in a list 2024-03-03 11:26:56 -06:00
Sean Sube 463799f6c8
fix SDXL patch output 2024-03-03 07:31:50 -06:00
Sean Sube 069b79583a
fix encoder patch for SDXL 2024-03-02 23:43:34 -06:00
Sean Sube ec6421a310
fix encoder patch for SDXL 2024-03-02 22:53:54 -06:00
Sean Sube 9113cc53d9
detect dtype in encoder patch 2024-03-02 22:44:39 -06:00
Sean Sube a1657a6b09
fix SDXL patch signature 2024-03-02 22:35:04 -06:00
Sean Sube 5da846e41d
add Compel for SDXL 2024-03-02 22:28:07 -06:00
Sean Sube fd05533505
enable Compel parsing for SDXL 2024-03-02 22:21:10 -06:00
Sean Sube 504c1ce084
fix typo 2024-03-02 22:10:20 -06:00
Sean Sube 5da3cfa26d
convert embeddings after padding 2024-03-02 22:09:13 -06:00
Sean Sube 481dcb92c5
fix wrapper for ORT model 2024-03-02 21:59:07 -06:00
Sean Sube 6581e3dc43
feature(api): add feature flag to use Compel for prompt parsing 2024-03-02 21:54:16 -06:00
Sean Sube c2261620c4
fix name shadowing 2024-03-02 14:23:59 -06:00
Sean Sube fcbb3c421e
pass correct params when building img2img name 2024-03-02 14:21:52 -06:00
Sean Sube c95fd5f257
only use subkeys when they are an object 2024-03-02 14:12:02 -06:00
Sean Sube 415405c2b2
correctly cache horde-safety models 2024-03-02 13:57:35 -06:00
Sean Sube 0d1f65a010
get params from root object if their subkey is not present, restoring old behavior 2024-03-02 13:43:09 -06:00
Sean Sube dadb25449d
fix alpha channel range 2024-03-02 13:41:41 -06:00
Sean Sube 8d71aed6b0
add missing alpha channels when blending tiles 2024-03-02 13:36:29 -06:00
Sean Sube b8df5003b0
get inpainting border from request params 2024-03-02 13:17:22 -06:00
Sean Sube 660e9ef8b4
fix inpaint job name 2024-03-02 13:14:41 -06:00