mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
feat: add inpaint color picker (#2997)
Workaround as tool color-sketch applies changes directly to the image canvas and not the mask canvas. Color picker is not correctly implemented in Gradio 3.41.2 => does always get displayed as separate containers and not merged with other elements
This commit is contained in:
+5
-1
@@ -72,7 +72,7 @@ progress::after {
|
||||
|
||||
.progress-bar span {
|
||||
text-align: right;
|
||||
width: 200px;
|
||||
width: 215px;
|
||||
}
|
||||
|
||||
.type_row{
|
||||
@@ -399,4 +399,8 @@ progress::after {
|
||||
text-align: center;
|
||||
border-radius: 5px 5px 0px 0px;
|
||||
display: none; /* remove this to enable tooltip in preview image */
|
||||
}
|
||||
|
||||
#inpaint_brush_color input[type=color]{
|
||||
background: none;
|
||||
}
|
||||
Reference in New Issue
Block a user