mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user