1
0
Fork 0
Commit Graph

42 Commits

Author SHA1 Message Date
Sean Sube e8d7d9a881
feat: split up UNet and VAE tile size and overlap/stride params 2023-11-04 20:41:58 -05:00
Sean Sube 38d3999088
fix(gui): expand grid ranges while building pipeline 2023-09-21 18:24:50 -05:00
Sean Sube 90d1812dec
fix(gui): use new grid seeds for every generation 2023-09-20 19:27:37 -05:00
Sean Sube 41b38f910a
update tile size key to match API 2023-09-13 22:40:37 -05:00
Sean Sube c9f7caae39
clean up chain params to match backend 2023-09-13 17:28:38 -05:00
Sean Sube 37daca5178
dedupe tile size params 2023-09-13 08:44:16 -05:00
Sean Sube 046de9bf3a
combine defaults and model params for now 2023-09-12 19:17:20 -05:00
Sean Sube 7d8819ef87
add default parameters to chain pipeline 2023-09-12 19:06:13 -05:00
Sean Sube e5a9d5772d
feat(gui): add row and column tokens for X/Y prompts 2023-09-11 17:36:49 -05:00
Sean Sube f3d1b16c8c
prevent selecting the same variable for both axes 2023-09-11 17:36:21 -05:00
Sean Sube bf830a9032
add tile size to grid jobs 2023-09-11 17:35:47 -05:00
Sean Sube 51b10de265
pass initial device to chain 2023-09-10 22:46:06 -05:00
Sean Sube 89de05b7c5
add output stage, parse individual numbers 2023-09-10 22:19:46 -05:00
Sean Sube 15b8a80f6d
add grid stage to chain def 2023-09-10 21:44:12 -05:00
Sean Sube 07662b22df
send chain request as json, with numbers 2023-09-10 21:17:27 -05:00
Sean Sube 9d4272eb09
add basic variables to txt2img tab 2023-09-10 20:59:33 -05:00
Sean Sube 626ca18d7f
include highres and upscale in params loading 2023-07-21 22:11:45 -05:00
Sean Sube f14f197264
feat(gui): move model controls into each tab 2023-07-21 17:38:01 -05:00
Sean Sube 99c91a301c
feat: make enabling highres a parameter of its own 2023-07-02 19:08:40 -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 a3ec88007f
fix(gui): send UNet stride to backend as integer 2023-05-05 18:41:28 -05:00
Sean Sube 3b02fc5768
feat: add UNet stride as its own parameter 2023-05-03 19:15:05 -05:00
Sean Sube d63130cd75
feat(gui): add tile and stride params 2023-05-01 23:39:54 -05:00
Sean Sube 7e5380db43
feat: add tiled VAE parameter to client 2023-04-28 13:30:54 -05:00
Sean Sube 00fb64ba82
feat: add img2img loopback (#331) 2023-04-22 10:39:23 -05:00
Sean Sube 30c96be24f
send token with admin requests, return worker status after restarting 2023-04-20 17:36:29 -05:00
Sean Sube df0e7dc57e
feat: add admin endpoint to restart image workers (#207) 2023-04-20 07:36:31 -05:00
Sean Sube 27954f3e65
feat(gui): add highres control to most tabs 2023-04-14 20:29:44 -05:00
Sean Sube 4df28a5ce7
feat: add menu for source image filters 2023-04-13 20:59:26 -05:00
Sean Sube 2af1530a7e
feat: make pipeline type a request parameter 2023-04-12 22:58:48 -05:00
Sean Sube 9e017ee35d
feat: add parameter for ControlNet selection 2023-04-12 08:43:15 -05:00
Sean Sube 7f504a5b5b
feat: add parameter for highres iterations (#316) 2023-04-09 19:53:00 -05:00
Sean Sube f451d8db74
feat: add method parameter for highres mode 2023-04-01 14:26:45 -05:00
Sean Sube a1f54f05eb
include highres params in retry 2023-04-01 12:05:55 -05:00
Sean Sube ba09748e94
feat(gui): add highres parameters 2023-04-01 11:26:10 -05:00
Sean Sube a9e55ff9f2
remove references to inversion parameter 2023-03-18 19:47:22 -05:00
Sean Sube 2d112104fb
feat: show additional networks in client 2023-03-18 19:15:23 -05:00
Sean Sube 89790645cb
feat(gui): add retry function to error card 2023-03-18 18:22:41 -05:00
Sean Sube 6226778cfb
feat(gui): add error status to image card 2023-03-18 17:34:16 -05:00
Sean Sube 7cf5554bef
feat(api): add error flag to image ready response 2023-03-18 15:13:42 -05:00
Sean Sube d5a3b0fed8
feat(gui): add local params and API stub so client can load without a server (#181) 2023-03-05 16:23:26 -06:00