Commit Graph

45 Commits (94048d16bfa53a06a93e27090249a9988b825fe0)

Author SHA1 Message Date
unknown 94048d16bf
Changes for PR #17. Fix for cn etc. when sending image with no infotext 2023-07-30 17:31:25 -05:00
unknown b907921096
Merge remote-tracking branch 'aria1th/dev-patch2' into dev 2023-07-30 16:10:04 -05:00
unknown 11795ce26d
swap some imports to package-based to help with static analysis 2023-07-29 13:12:27 -05:00
aria1th 14dacbd27f Fix documentations
and remove test api command
2023-07-29 15:57:16 +09:00
aria1th b5fed562a5 fix bugs and confirm benchmark 2023-07-29 15:40:56 +09:00
aria1th 9bd45aafb7 debug World Config 2023-07-29 15:05:42 +09:00
aria1th 3348fb0046 rebase patch for dev branch 2023-07-29 14:48:08 +09:00
unknown e89fbf120f
use magic 2023-07-26 21:10:30 -05:00
unknown bd5e6ac7b7
feature: per-worker model override 2023-07-15 05:45:55 -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 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 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 887e58608b
add 'thin-client' mode 2023-06-12 21:00:32 -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 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 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 59d6ae7194
.warn is deprecated, change to warning 2023-05-31 18:15:41 -05: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
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 46929e949a
separate Worker class into separate file 2023-03-21 15:47:07 -05:00
unknown 476cd4e60f
Add button under script dropdown for interrupting remote workers. 2023-03-21 15:14:10 -05:00
unknown c64114806d
fix model being synchronized only with first worker 2023-03-21 04:41:45 -05:00
unknown 8eca587825
set flag so that MPE is actually utilized 2023-03-19 10:28:24 -05:00
unknown d0e627655a
prevent typeerror caused by trying to calculate slack time unnecessarily 2023-03-19 05:49:27 -05:00
unknown 24dfe20925
first 2023-03-05 20:13:22 -06:00