add chroma img2img

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-08-09 09:02:50 -04:00
parent 45d5189b83
commit 277e50f023
5 changed files with 16 additions and 29 deletions
+4 -7
View File
@@ -2067,16 +2067,13 @@ div:has(>#tab-gallery-folders) {
font-weight: normal;
}
.token {
#civitai_token textarea, #hf_token textarea {
filter: blur(4px);
}
.token:hover {
filter: blur(0px);
}
.token:focus {
filter: blur(0px);
#civitai_token textarea:hover, #hf_token textarea:hover,
#civitai_token textarea:focus, #hf_token textarea:focus {
filter: blur(0);
}
@keyframes move {