1
0
Fork 0
Commit Graph

156 Commits

Author SHA1 Message Date
Sean Sube b8df5003b0
get inpainting border from request params 2024-03-02 13:17:22 -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 bf1a88fac2
add single class to store all request params 2024-02-17 15:12:18 -06:00
Sean Sube 3fea317a43
put prompt filters behind a feature flag for now 2024-02-11 16:25:34 -06:00
Sean Sube acd9168b32
fix(api): save inpaint images regardless of full-res settings 2024-01-31 00:10:40 -06:00
Sean Sube c2d45b03dc
fix(api): correct output names for inpaint pipelines 2024-01-29 20:56:25 -06:00
Sean Sube 8c8be8fc08
feat: save a thumbnail for every image 2024-01-28 19:45:37 -06:00
Sean Sube d7af93c34a
remove panorama denoise stage 2024-01-14 21:36:54 -06:00
Sean Sube 482d9b246d
pass correct scale params 2024-01-14 20:45:28 -06:00
Sean Sube 5ffb44c8fa
reset outscale for thumbnail metadata 2024-01-14 15:36:21 -06:00
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 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 05ab396b2a
revert back to NL means for panorama only 2023-12-29 22:53:04 -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 2c2eda8c3c
fix(api): resize blend mask to match source 2023-12-20 23:41:54 -06:00
Sean Sube 1818a36c11
fix(api): correctly handle completely black mask images 2023-11-25 15:25:47 -06:00
Sean Sube d78e843af4
fix(api): consistently handle tile size across premade pipelines 2023-11-25 14:02:42 -06:00
Sean Sube 6ecdae44a2
fix(api): pass correct outscale to highres stages 2023-11-25 12:25:16 -06:00
Sean Sube 8d4410305e
fix(api): convert latents to numpy before using 2023-11-24 10:36:53 -06:00
Sean Sube 34493e7968
update inpaint pipeline to use stage results 2023-11-23 23:22:28 -06:00
Sean Sube 98fcc07524
rewrite tile handling for image stacks 2023-11-19 18:39:39 -06:00
Sean Sube eb77c83d80
move stages and tests to using stage result 2023-11-18 21:35:00 -06:00
Sean Sube 7e6749e0d7
apply lint, add missing file 2023-11-18 18:13:13 -06:00
Sean Sube a63669c76b
start replacing image output with results 2023-11-18 18:08:38 -06:00
Sean Sube b31227ecb3
fix(api): make sure stage params are declared for all txt2img pipelines 2023-11-15 23:14:48 -06:00
Sean Sube def8ad73c5
feat(api): add feature flags, move panoramic tile feature into flags 2023-11-12 22:53:43 -06:00
Sean Sube 21d1240e28
only add denoise stage after panorama pipeline 2023-11-12 21:19:07 -06:00
Sean Sube 95e2d6d710
feat(api): add denoise stage, use before highres 2023-11-12 21:13:52 -06:00
Sean Sube 5fb2de85c5
feat(api): add feature flag for single-tile panorama highres 2023-11-11 17:03:01 -06:00
Sean Sube 8ba9f3c0b7
basic region prompt parsing 2023-11-05 15:46:37 -06:00
Sean Sube e8d7d9a881
feat: split up UNet and VAE tile size and overlap/stride params 2023-11-04 20:41:58 -05:00