disable negative prompt UI when CFG==1

This commit is contained in:
layerdiffusion
2024-08-08 02:24:04 -07:00
parent a05a06b337
commit 1802850eb1
2 changed files with 6 additions and 0 deletions

View File

@@ -1659,3 +1659,7 @@ body.resizing .resize-handle {
visibility: visible;
width: auto;
}
.prompt textarea[disabled] {
opacity: 0.25 !important;
}