Commit Graph

77 Commits (e89fbf120ffef36f9d258994dddb572fc3ff730e)

Author SHA1 Message Date
unknown e89fbf120f
use magic 2023-07-26 21:10:30 -05:00
unknown 352183bbd6
no need to check master's connection 2023-07-26 20:03:51 -05:00
unknown 279f15fab8
some api compat 2023-07-17 04:14:57 -05:00
unknown 03858d16b1
use infotext from remote 2023-07-16 01:21:02 -05:00
unknown bd5e6ac7b7
feature: per-worker model override 2023-07-15 05:45:55 -05:00
unknown 9d48e2732d
improve worker reconnect function 2023-07-13 01:19:28 -05:00
unknown 79d6a689cd
refactor to use config.json instead of workers.json 2023-07-12 01:58:00 -05:00
unknown 3da17860fc
don't clobber certain attributes when updating a worker. add worker reconnect button. 2023-07-09 16:45:19 -05:00
unknown 4c4dad3d87
fix tls setting not being set 2023-07-09 14:48:13 -05:00
unknown 735f8f9a18
auto-populate fields when selecting pre-existing worker in worker config UI tab 2023-07-09 13:18:08 -05:00
unknown 3f38d463ac
add ability to remove workers from within the UI. fix regression preventing benchmarking when config exists but recorded ipm values are invalid. 2023-07-08 22:01:19 -05:00
unknown 80852253c9
alpha version of worker management/setup gui 2023-07-03 03:35:35 -05:00
unknown c22af2d772
use correct bench payload. remove unnecessary warning in debug when iteration > 1 (thought I already pushed this). 2023-07-01 22:51:02 -05:00
unknown 7cb452829c
stray printout. 2023-06-28 07:28:46 -05:00
unknown f962b8dece
fix memory leak. override benchmark payload with what is written in workers.json. extra warning when running without any worker info passed 2023-06-28 07:13:58 -05:00
unknown 696ff54d04
add help tab with links to dcord and github 2023-06-14 23:21:23 -05:00
unknown 34fe2c5078
support inpaint 2023-06-14 11:01:10 -05:00
unknown f25249c646
fix edge case for thin client 2023-06-13 22:44:16 -05:00
unknown 0c0a56bcea
reduce logging clutter somewhat. fix possible data hazard 2023-06-13 19:31:50 -05:00
unknown bac528d4cb
expose job_timeout in settings tab 2023-06-13 11:50:40 -05:00
unknown 10d0ff6482
Merge branch 'dev' of https://github.com/papuSpartan/stable-diffusion-webui-distributed into response_infotext 2023-06-12 21:05:42 -05:00
unknown 887e58608b
add 'thin-client' mode 2023-06-12 21:00:32 -05:00
unknown 07b33c9bfd
skip vram check if slave is not a CUDA device 2023-06-11 04:11:12 -05:00
unknown 6a28587796
cull workers and avoid them when they become unreacable 2023-06-09 06:49:53 -05:00
unknown 038b33214d
extract UI out into its own module 2023-06-09 04:05:36 -05:00
unknown 5e402eec36
prevent confusion between refresh ckpts and user script button 2023-06-08 09:44:06 -05:00
unknown 3e6951cf02
prevent some ui buttons from blowing up if utils tab is selected first. dedupe 2023-06-08 09:38:10 -05:00
unknown 45daddfc2a
show speed summary after benchmarking 2023-06-08 08:46:57 -05:00
unknown e61af7ec3a
fix bug with loading workers.json first time after startup 2023-06-08 07:39:14 -05:00
unknown cd8fe5f21d
parallelize benchmarking. leave the state cache be 2023-06-07 21:53:19 -05:00
unknown 5897e3286e
prevent redundant calls to join. add some log outputs for debugging request threads. 2023-06-07 04:12:06 -05:00
unknown b71eafe2c8
move rem handling before complementary fill calcs 2023-06-05 06:43:46 -05:00
unknown da2e32242e
remove time from logging format to match with current sdwui logging indentation. bandaid for remainder handling 2023-06-05 06:12:10 -05:00
unknown 1fba29ea9f
fix grid gen? 2023-06-04 03:36:18 -05:00
unknown cd315eea44
adjust predictions based on batch count. fix some logging 2023-06-04 02:51:22 -05:00
unknown 64df0c6f1c
support batch sizes that do not divide cleanly 2023-06-03 10:58:51 -05:00
unknown 81e4f9f9e9
only generate grid if set to in webui settings. re-enable grids 2023-06-03 00:22:41 -05:00
unknown a94433936f
fix batch count with > 1 slave requesting duplicate seeds 2023-06-02 23:26:31 -05:00
unknown 7ac7541b98
prevent making grid redundantly if more than 1 slave 2023-06-01 09:03:01 -05:00
unknown e6da3c23f9
fix seeding with batch count splitting 2023-06-01 07:55:16 -05:00
unknown 0ef66cd6cf
respect batch count 2023-05-31 23:59:14 -05:00
unknown 0145cb13fe
seeding parity 2023-05-31 21:47:10 -05:00
unknown 59d6ae7194
.warn is deprecated, change to warning 2023-05-31 18:15:41 -05:00
unknown 8cb534a698
improve script compat 2023-05-31 18:12:14 -05:00
unknown 3e448e4fcc
fix controlnet causing crash. enhance script compatability 2023-05-31 10:54:56 -05:00
unknown 1ce405cc51
save grids to the right place. abstract image injection to its own procedure 2023-05-31 06:55:33 -05:00
spartan b9e25c2cd4
Merge pull request #8 from solareon/grid-generate
Generate grids with all workers
2023-05-31 02:42:29 -07:00
Solareon 786f5a6f1a Save grids if needed 2023-05-31 11:14:51 +02:00
unknown 7191456397
sanify log message 2023-05-31 04:12:54 -05:00
unknown b82d8778bf
remember to close those 2023-05-31 04:11:06 -05:00