mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-09 11:51:16 -08:00
Disable prompt token counters option actually disables token counting rather than just hiding results.
Disable prompt token counters option does not require reload UI. token counters do not become visible until they are positioned correctly.
This commit is contained in:
parent
dd1641ecc4
commit
1466daeafc
6 changed files with 30 additions and 18 deletions
|
|
@ -319,8 +319,6 @@ onAfterUiUpdate(function() {
|
|||
});
|
||||
|
||||
json_elem.parentElement.style.display = "none";
|
||||
|
||||
setupTokenCounters();
|
||||
});
|
||||
|
||||
onOptionsChanged(function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue