mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
add setup auto-recover
This commit is contained in:
@@ -336,6 +336,10 @@ function update_img2img_tokens(...args) {
|
||||
return args;
|
||||
}
|
||||
|
||||
function getTranslation(...args) {
|
||||
return null
|
||||
}
|
||||
|
||||
function update_token_counter(button_id) {
|
||||
if (token_timeouts[button_id])
|
||||
clearTimeout(token_timeouts[button_id]);
|
||||
|
||||
Reference in New Issue
Block a user