1
0
Fork 0
Commit Graph

2561 Commits

Author SHA1 Message Date
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
Sean Sube 4a89bee517
fix special param parsing within img2img/inpaint pipelines 2024-03-02 13:11:45 -06:00
Sean Sube 7f0fbdc233
create default sub-params when key is missing 2024-03-02 12:44:00 -06:00
Sean Sube a653f4421b
fix tests 2024-03-02 12:16:14 -06:00
Sean Sube 26e3405f40
fix blend pipeline test 2024-03-02 12:16:08 -06:00
Sean Sube fd28c095fd
update black, apply latest lint 2024-03-02 12:16:04 -06:00
Sean Sube 9d87e92a1c
fix(api): load horde safety model to worker's torch device 2024-02-25 07:44:46 -06:00
Sean Sube f61808c990
fix(api): correct parameter name for prompt filter 2024-02-24 13:39:16 -06:00
Sean Sube 324bef51d0
fix(api): use correct name for min prompt length 2024-02-24 13:35:05 -06:00
Sean Sube 1e1e77bf94
fix(api): use correct keys for experimental parameters 2024-02-24 13:32:53 -06:00
Sean Sube 3098e89d3d
wrap experimental features in a collapsible accordion 2024-02-24 11:45:42 -06:00
Sean Sube 6226fe5d81
translate strings for experimental features 2024-02-24 11:38:49 -06:00
Sean Sube 9338f61b74
use server defaults for experimental params 2024-02-24 11:31:01 -06:00
Sean Sube abc045b70d
python version compatibility fixes 2024-02-24 11:25:40 -06:00
Sean Sube 09452376f5
fix default params 2024-02-24 11:23:57 -06:00
Sean Sube 500423424e
use nested config keys for experimental features 2024-02-24 11:21:51 -06:00
Sean Sube c05d74bda8
fix server params 2024-02-24 11:10:43 -06:00
Sean Sube 7743e8d738
use experimental defaults from server 2024-02-24 11:06:32 -06:00
Sean Sube cdef20ffb6
pass prompt editing params to stage 2024-02-17 15:54:11 -06:00
Sean Sube 0bbdc3b96b
implement experimental parameters 2024-02-17 15:50:04 -06:00
Sean Sube 48d7a51666
add new params to server config 2024-02-17 15:46:33 -06:00