1
0
Fork 0
Commit Graph

1673 Commits

Author SHA1 Message Date
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
Sean Sube 852c57c08a
fix(api): add pytorch_lightning to optional reqs (#366) 2023-04-30 17:19:03 -05:00
Sean Sube 124014b8b5
fix(exe): copy entrypoint script to correct location before bundling 2023-04-30 14:56:24 -05:00
Sean Sube c0cebcf06d
fix(exe): include launch scripts and readme in bundle build 2023-04-30 14:52:02 -05:00
Sean Sube 6e1121820f
fix(exe): add version info to bundle build script 2023-04-30 14:50:01 -05:00
Sean Sube a76ded2a98
fix(exe): add build script for Windows bundle 2023-04-30 14:24:43 -05:00
Sean Sube 572a5159ad
fix(api): limit fp16 ops for v2.1 models (#364) 2023-04-30 08:49:34 -05:00
Sean Sube ea9d15fdd2
chore(api): prepare log configs for detailed log levels 2023-04-30 07:35:09 -05:00
Sean Sube 52cc4baaa4
fix circular import 2023-04-29 23:31:08 -05:00
Sean Sube 0573721d12
fix(api): always use accumulating progress counters 2023-04-29 23:28:51 -05:00
Sean Sube bf2f77d7a2
apply lint 2023-04-29 23:12:15 -05:00
Sean Sube 077845e868
fix log levels 2023-04-29 23:11:46 -05:00
Sean Sube 62abc76f3f
convert checkpoint dtype after loading 2023-04-29 23:08:48 -05:00
Sean Sube e28bbe2c18
set safetensor and dtype when loading 2023-04-29 23:05:51 -05:00
Sean Sube 1c308e0bab
collect and summarize errors while converting models 2023-04-29 22:58:58 -05:00
Sean Sube bc71583393
fix(api): add model image size and version hint to extras file 2023-04-29 22:56:52 -05:00
Sean Sube 2690eafe09
fix(api): pass correct text model type when converting v2 checkpoints (#360) 2023-04-29 22:45:48 -05:00
Sean Sube 4eba9a6400
avoid joining none path 2023-04-29 21:16:23 -05:00
Sean Sube 5760be710a
fix(api): restore use of config key when converting from checkpoints 2023-04-29 20:26:01 -05:00
Sean Sube 4ea372d53a
fix(api): rely on pipeline cache for highres and loopback 2023-04-29 20:12:46 -05:00