Commit Graph

31 Commits (80852253c93117d88c68aa2b9f28b8bc2bbd7ea4)

Author SHA1 Message Date
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 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 34fe2c5078
support inpaint 2023-06-14 11:01:10 -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 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 cd315eea44
adjust predictions based on batch count. fix some logging 2023-06-04 02:51:22 -05:00
unknown a94433936f
fix batch count with > 1 slave requesting duplicate seeds 2023-06-02 23:26:31 -05:00
unknown 59d6ae7194
.warn is deprecated, change to warning 2023-05-31 18:15:41 -05:00
unknown 75fc6ab7a9
automatically interrupt all slaves when hitting the normal interrupt button 2023-05-30 02:40:29 -05:00
unknown 04f8807df5
early support for controlnet 2023-05-29 03:07:37 -05:00
unknown d3b790d709
warn of and handle unsupported scripts 2023-05-26 18:24:06 -05:00
unknown f529967398
make refresh checkpoints button refresh loras as well. name worker threads. 2023-05-25 17:46:26 -05:00
papuSpartan 18c7ca486e support img2img 2023-05-21 17:37:18 -05:00
papuSpartan 9278d2a2fe Fix cached_uc preventing payload serialization. Improve logging 2023-05-20 21:38:37 -05:00
papuSpartan 130c64d0e6 Make redo benchmark button actually work. Fix issue with benchmarking master 2023-05-19 21:11:47 -05:00
papuSpartan 52506c27d1 improve logging 2023-05-19 11:40:45 -05:00
papuSpartan 34bf2893e4 improve logging by using rich 2023-05-18 13:13:38 -05:00
papuSpartan d8827752dd clean 2023-05-17 07:01:52 -05:00
papuSpartan b4c24d75d8 Fix redundantly init'ing World. Fix typo. Fix a couple vars not being in scope. Add some internal __str__ overrides for debugging. Improve regression by limiting the number of samples by 5. Filter some influential outliers by checking if the variance is astronomically high. 2023-05-17 06:50:53 -05:00
unknown 6ffef54e36
add buttons for refreshing checkpoints, running synchronization script. add tab for showing state of workers 2023-03-27 01:45:12 -05:00
unknown 162b541d4e
inform in the case of worker timeout 2023-03-24 13:25:02 -05:00
unknown 46929e949a
separate Worker class into separate file 2023-03-21 15:47:07 -05:00