add editor to img2img

This commit is contained in:
AUTOMATIC
2022-10-04 20:49:54 +03:00
parent 90e911fd54
commit b32852ef03
3 changed files with 6 additions and 1 deletions

View File

@@ -403,3 +403,7 @@ input[type="range"]{
.red {
color: red;
}
#img2img_image div.h-60{
height: 480px;
}