1
0
Fork 0
Commit Graph

1742 Commits

Author SHA1 Message Date
Sean Sube f1856cb0d2
reload models and extras after conversion 2023-05-08 21:59:27 -05:00
Sean Sube 6f38d35c73
default content type, use arg parser for override 2023-05-08 21:56:05 -05:00
Sean Sube c992c03584
write extras as string, override conversion args from endpoint 2023-05-08 21:49:36 -05:00
Sean Sube a03f89a62c
fix(api): add env var for admin token 2023-05-08 21:42:25 -05:00
Sean Sube 1566ceef7f
optimize editable lists, add arch types 2023-05-08 21:41:15 -05:00
Sean Sube 534fc70e29
implement conversion endpoint 2023-05-08 21:40:51 -05:00
Sean Sube b2ebc95317
memoize unchanged models, add some missing formats 2023-05-07 23:35:15 -05:00
Sean Sube 1e66ffd252
clean up react hooks in models tab 2023-05-07 23:02:56 -05:00
Sean Sube a0fdffab23
feat(gui): add extras endpoints to client 2023-05-06 16:49:29 -05:00
Sean Sube d39c7920a2
feat(api): add endpoints to manage extras file 2023-05-06 16:49:02 -05:00
Sean Sube 8c88fcd5fe
add more model types to models tab 2023-05-06 15:38:41 -05:00
Sean Sube 6e78f40f09
feat(gui): add a tab for managing the extra models (#365) 2023-05-06 12:19:06 -05:00
Sean Sube 0f1298824c
feat(api): start adding support for multiple prompt parsers 2023-05-06 11:41:57 -05:00
Sean Sube 98f99b1523
fix(api): update VAE tiling params every time pipeline is used 2023-05-05 20:27:27 -05:00
Sean Sube 2cb03cb5ec
fix CI deps 2023-05-05 18:47:03 -05:00
Sean Sube a3ec88007f
fix(gui): send UNet stride to backend as integer 2023-05-05 18:41:28 -05:00
Sean Sube 08a23eda65
fix(build): run tests on python 3.8 and 3.9 (#354) 2023-05-05 18:39:38 -05:00
Sean Sube 59075a752a
fix(gui): draw source to canvas immediately on change (#372) 2023-05-05 18:34:22 -05:00
Sean Sube da6aa15afc
fix(api): fully qualify HF models (#371) 2023-05-05 18:33:54 -05:00
Sean Sube 88fa126d69
Merge branch 'feat/373-non-square-inpaint' 2023-05-03 23:07:17 -05:00
Sean Sube 23aaf656d3
fix(api): match mask and image size before adding noise (#373) 2023-05-03 23:05:40 -05:00
Sean Sube d66bf9e54f
fix(api): download pretrained models from HF correctly (#371) 2023-05-03 22:21:04 -05:00
Sean Sube b6692f068e
fix(api): parse config files as JSON or YAML depending on extension (#370) 2023-05-03 22:15:17 -05:00
Sean Sube 3c1e1542a5
fix(gui): limit stride to lesser of tiles and server values 2023-05-03 19:25:18 -05:00
Sean Sube e68e405633
fix: limit UNet stride to tile size 2023-05-03 19:21:32 -05:00
Sean Sube 3b02fc5768
feat: add UNet stride as its own parameter 2023-05-03 19:15:05 -05:00
Sean Sube ac4aef6ae3
resize mask to cover source image before trimming 2023-05-02 21:15:14 -05:00
Sean Sube c8bc175239
fix(api): keep aspect ratio of mask for non-square sources (#373) 2023-05-02 20:52:28 -05:00
Sean Sube 98386cb385
fix(api): update latent window size on VAE patches 2023-05-02 19:57:26 -05:00
Sean Sube 72c39b62ec
lint(gui): move tiled VAE option later in its row 2023-05-02 19:09:48 -05:00
Sean Sube 55a1e46fc3
fix(api): update panorama params when using cached pipeline 2023-05-02 18:46:49 -05:00
Sean Sube a44b534799
lint(gui): move batch and tiles params onto their own line 2023-05-01 23:47:39 -05:00
Sean Sube e75d0459d8
add strings for tiles 2023-05-01 23:42:58 -05:00
Sean Sube a8869c06a4
reduce tile by latent scale before passing to pipeline 2023-05-01 23:40:17 -05:00
Sean Sube d63130cd75
feat(gui): add tile and stride params 2023-05-01 23:39:54 -05:00
Sean Sube 8b57767f4a
fix chain stage loading 2023-05-01 23:25:55 -05:00
Sean Sube 95725fff79
feat(api): add tile size and stride to image parameters 2023-05-01 23:21:25 -05:00
Sean Sube 746e33b1f5
slice mask for views 2023-05-01 19:40:19 -05:00
Sean Sube e8d6ab64c1
add view iteration to panoramic inpaint 2023-05-01 19:09:52 -05:00
Sean Sube ca611f03df
enable all valid inpaint pipes 2023-05-01 18:58:29 -05:00
Sean Sube 71b95182a1
feat(api): add inpaint to panorama pipeline 2023-05-01 18:53:46 -05:00
Sean Sube d100d75908
fix(exe): add win10 notification package to bundle 2023-04-30 21:55:13 -05:00
Sean Sube 963c507f8c
fix(exe): capture omegaconf version info 2023-04-30 21:53:24 -05:00
Sean Sube 26bd8cde47
fix(exe): load extras file from model path again 2023-04-30 21:46:45 -05:00
Sean Sube 4c7e48b33e
fix(exe): add omegaconf to bundle 2023-04-30 21:46:12 -05:00
Sean Sube a57d90ca02
fix(api): add convertible pipelines to extras schema 2023-04-30 21:23:44 -05:00
Sean Sube ff57a481ab
fix(exe): remove broken venv activation 2023-04-30 19:49:21 -05:00
Sean Sube 5dfb09bd3c
fix(api): use existing progress counter for highres and loopback 2023-04-30 17:27:51 -05:00
Sean Sube 942a75cf3e
syntax fix 2023-04-30 17:26:13 -05:00
Sean Sube 25e0ece8e2
fix(exe): add pytorch_lightning to Windows bundle (#366) 2023-04-30 17:19:29 -05:00