added token counter next to txt2img and img2img prompts

This commit is contained in:
Liam
2022-09-27 15:56:18 -04:00
parent ca3e5519e8
commit 5034f7d759
5 changed files with 92 additions and 9 deletions

View File

@@ -389,3 +389,7 @@ input[type="range"]{
border-radius: 8px;
display: none;
}
.red {
color: red;
}