controlnet allow processor to keep aspect-ratio for override images based on i2i or t2i resolution

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-11-04 09:37:18 -05:00
parent 4a48695918
commit 9927b3e62c
8 changed files with 51 additions and 24 deletions
+12
View File
@@ -2208,6 +2208,18 @@ div:has(>#tab-gallery-folders) {
font-weight: normal;
}
.controlnet-controls .styler {
display: flex;
flex-direction: row;
justify-self: flex-start;
}
.controlnet-controls .styler .form {
display: flex;
flex-flow: nowrap;
flex: none;
}
#civitai_token textarea, #hf_token textarea, #setting_huggingface_token textarea {
filter: blur(4px);
}