fix minor stylization for inpainting conditional mask
parent
0ad3f02fef
commit
af82eaeafd
|
|
@ -463,7 +463,7 @@
|
|||
|
||||
#slInpaintingMaskWeight {
|
||||
width: 100%;
|
||||
margin-left: 10px;
|
||||
/* margin-left: 10px; */
|
||||
}
|
||||
|
||||
.disabled-btn {
|
||||
|
|
@ -1150,7 +1150,7 @@
|
|||
show-value="true"
|
||||
id="slControlNetProcessorRes_0"
|
||||
class="slControlNetProcessorRes_"
|
||||
style="display:none"
|
||||
style="display: none"
|
||||
min="64"
|
||||
max="2048"
|
||||
value="512"
|
||||
|
|
@ -1170,7 +1170,7 @@
|
|||
<sp-slider
|
||||
show-value="false"
|
||||
class="slControlNetThreshold_A_"
|
||||
style="display:none"
|
||||
style="display: none"
|
||||
min="0"
|
||||
max="100"
|
||||
value="50"
|
||||
|
|
@ -1191,7 +1191,7 @@
|
|||
<sp-slider
|
||||
show-value="false"
|
||||
class="slControlNetThreshold_B_"
|
||||
style="display:none"
|
||||
style="display: none"
|
||||
min="0"
|
||||
max="100"
|
||||
value="50"
|
||||
|
|
|
|||
Loading…
Reference in New Issue