2022-10-08 21:03:00 +00:00
|
|
|
.container {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
2022-10-10 18:34:07 +00:00
|
|
|
#txt2img_token_counter {
|
|
|
|
height: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#img2img_token_counter {
|
|
|
|
height: 0px;
|
|
|
|
}
|
|
|
|
|
2022-10-11 07:08:47 +00:00
|
|
|
#sh{
|
|
|
|
min-width: 2em;
|
|
|
|
min-height: 2em;
|
|
|
|
max-width: 2em;
|
|
|
|
max-height: 2em;
|
|
|
|
flex-grow: 0;
|
|
|
|
padding-left: 0.25em;
|
|
|
|
padding-right: 0.25em;
|
|
|
|
margin: 0.1em 0;
|
|
|
|
opacity: 0%;
|
2022-10-11 09:16:53 +00:00
|
|
|
cursor: default;
|
2022-10-10 18:34:07 +00:00
|
|
|
}
|
|
|
|
|
2022-08-31 19:19:30 +00:00
|
|
|
.output-html p {margin: 0 0.5em;}
|
2022-09-17 04:49:31 +00:00
|
|
|
|
2022-09-27 21:02:11 +00:00
|
|
|
.row > *,
|
|
|
|
.row > .gr-form > * {
|
|
|
|
min-width: min(120px, 100%);
|
|
|
|
flex: 1 1 0%;
|
|
|
|
}
|
|
|
|
|
2022-09-17 04:49:31 +00:00
|
|
|
.performance {
|
|
|
|
font-size: 0.85em;
|
|
|
|
color: #444;
|
|
|
|
}
|
|
|
|
|
2022-10-19 09:01:31 +00:00
|
|
|
.performance p{
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2022-09-17 04:49:31 +00:00
|
|
|
.performance .time {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.performance .vram {
|
|
|
|
}
|
2022-08-30 18:51:30 +00:00
|
|
|
|
2022-09-30 20:31:00 +00:00
|
|
|
#txt2img_generate, #img2img_generate {
|
2022-09-14 14:56:21 +00:00
|
|
|
min-height: 4.5em;
|
2022-09-11 15:48:36 +00:00
|
|
|
}
|
|
|
|
|
2022-09-17 16:27:08 +00:00
|
|
|
@media screen and (min-width: 2500px) {
|
|
|
|
#txt2img_gallery, #img2img_gallery {
|
|
|
|
min-height: 768px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-09-14 15:35:04 +00:00
|
|
|
#txt2img_gallery img, #img2img_gallery img{
|
|
|
|
object-fit: scale-down;
|
|
|
|
}
|
2022-09-14 15:17:24 +00:00
|
|
|
|
2022-09-17 15:58:46 +00:00
|
|
|
.justify-center.overflow-x-scroll {
|
|
|
|
justify-content: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.justify-center.overflow-x-scroll button:first-of-type {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.justify-center.overflow-x-scroll button:last-of-type {
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
2023-01-01 13:51:12 +00:00
|
|
|
[id$=_random_seed], [id$=_random_subseed], [id$=_reuse_seed], [id$=_reuse_subseed], #open_folder{
|
2023-01-03 06:04:29 +00:00
|
|
|
min-width: 2.3em;
|
|
|
|
height: 2.5em;
|
2022-09-16 19:20:56 +00:00
|
|
|
flex-grow: 0;
|
|
|
|
padding-left: 0.25em;
|
|
|
|
padding-right: 0.25em;
|
|
|
|
}
|
|
|
|
|
2022-09-28 08:40:05 +00:00
|
|
|
#hidden_element{
|
2022-09-28 08:31:53 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2023-01-01 13:51:12 +00:00
|
|
|
[id$=_seed_row], [id$=_subseed_row]{
|
2022-09-16 19:20:56 +00:00
|
|
|
gap: 0.5rem;
|
2023-01-03 06:04:29 +00:00
|
|
|
padding: 0.6em;
|
2022-09-16 19:20:56 +00:00
|
|
|
}
|
|
|
|
|
2023-01-01 13:51:12 +00:00
|
|
|
[id$=_subseed_show_box]{
|
2022-09-16 19:20:56 +00:00
|
|
|
min-width: auto;
|
|
|
|
flex-grow: 0;
|
|
|
|
}
|
|
|
|
|
2023-01-01 13:51:12 +00:00
|
|
|
[id$=_subseed_show_box] > div{
|
2022-09-16 19:20:56 +00:00
|
|
|
border: 0;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2023-01-01 13:51:12 +00:00
|
|
|
[id$=_subseed_show]{
|
2022-09-16 19:20:56 +00:00
|
|
|
min-width: auto;
|
|
|
|
flex-grow: 0;
|
|
|
|
padding: 0;
|
2022-09-09 14:54:04 +00:00
|
|
|
}
|
|
|
|
|
2023-01-01 13:51:12 +00:00
|
|
|
[id$=_subseed_show] label{
|
2022-09-09 14:54:04 +00:00
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2022-09-23 19:49:21 +00:00
|
|
|
#roll_col{
|
|
|
|
min-width: unset !important;
|
|
|
|
flex-grow: 0 !important;
|
|
|
|
padding: 0.4em 0;
|
|
|
|
}
|
|
|
|
|
2022-10-20 00:06:14 +00:00
|
|
|
#roll_col > button {
|
2022-09-23 19:49:21 +00:00
|
|
|
min-width: 2em;
|
|
|
|
min-height: 2em;
|
|
|
|
max-width: 2em;
|
|
|
|
max-height: 2em;
|
|
|
|
flex-grow: 0;
|
|
|
|
padding-left: 0.25em;
|
|
|
|
padding-right: 0.25em;
|
|
|
|
margin: 0.1em 0;
|
2022-09-14 14:56:21 +00:00
|
|
|
}
|
|
|
|
|
2022-10-15 11:22:30 +00:00
|
|
|
#interrogate_col{
|
|
|
|
min-width: 0 !important;
|
|
|
|
max-width: 8em !important;
|
2022-10-05 18:50:10 +00:00
|
|
|
}
|
2022-10-15 11:22:30 +00:00
|
|
|
#interrogate, #deepbooru{
|
|
|
|
margin: 0em 0.25em 0.9em 0.25em;
|
|
|
|
min-width: 8em;
|
|
|
|
max-width: 8em;
|
2022-09-14 14:56:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#style_pos_col, #style_neg_col{
|
2022-09-22 01:11:04 +00:00
|
|
|
min-width: 8em !important;
|
2022-09-14 14:56:21 +00:00
|
|
|
}
|
|
|
|
|
2022-09-23 17:46:02 +00:00
|
|
|
#txt2img_style_index, #txt2img_style2_index, #img2img_style_index, #img2img_style2_index{
|
2022-09-14 14:56:21 +00:00
|
|
|
margin-top: 1em;
|
2022-09-05 20:08:06 +00:00
|
|
|
}
|
|
|
|
|
2022-09-14 14:56:21 +00:00
|
|
|
.gr-form{
|
|
|
|
background: transparent;
|
2022-09-09 20:16:02 +00:00
|
|
|
}
|
|
|
|
|
2022-09-22 09:11:48 +00:00
|
|
|
.my-4{
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2022-09-11 15:48:36 +00:00
|
|
|
#toprow div{
|
2022-09-09 20:16:02 +00:00
|
|
|
border: none;
|
|
|
|
gap: 0;
|
2022-09-14 16:13:23 +00:00
|
|
|
background: transparent;
|
2022-09-09 20:16:02 +00:00
|
|
|
}
|
|
|
|
|
2022-09-09 16:43:16 +00:00
|
|
|
#resize_mode{
|
|
|
|
flex: 1.5;
|
|
|
|
}
|
|
|
|
|
2022-08-30 18:51:30 +00:00
|
|
|
button{
|
|
|
|
align-self: stretch !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.overflow-hidden, .gr-panel{
|
|
|
|
overflow: visible !important;
|
|
|
|
}
|
|
|
|
|
2022-09-03 14:21:15 +00:00
|
|
|
#x_type, #y_type{
|
|
|
|
max-width: 10em;
|
|
|
|
}
|
|
|
|
|
2022-10-02 12:03:39 +00:00
|
|
|
#txt2img_preview, #img2img_preview, #ti_preview{
|
2022-09-06 16:33:51 +00:00
|
|
|
position: absolute;
|
|
|
|
width: 320px;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2022-09-23 19:33:02 +00:00
|
|
|
margin-top: 34px;
|
2022-09-06 16:33:51 +00:00
|
|
|
z-index: 100;
|
2022-09-23 17:58:50 +00:00
|
|
|
border: none;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-top-right-radius: 0;
|
2022-09-06 16:33:51 +00:00
|
|
|
}
|
|
|
|
|
2022-09-23 17:47:13 +00:00
|
|
|
@media screen and (min-width: 768px) {
|
2022-10-02 12:03:39 +00:00
|
|
|
#txt2img_preview, #img2img_preview, #ti_preview {
|
2022-09-23 17:47:13 +00:00
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
2022-10-02 12:03:39 +00:00
|
|
|
#txt2img_preview, #img2img_preview, #ti_preview {
|
2022-09-23 17:47:13 +00:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-10-02 12:03:39 +00:00
|
|
|
#txt2img_preview div.left-0.top-0, #img2img_preview div.left-0.top-0, #ti_preview div.left-0.top-0{
|
2022-09-06 16:33:51 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2022-09-03 14:21:15 +00:00
|
|
|
fieldset span.text-gray-500, .gr-block.gr-box span.text-gray-500, label.block span{
|
2022-08-30 18:51:30 +00:00
|
|
|
position: absolute;
|
2023-01-03 09:01:32 +00:00
|
|
|
top: -0.7em;
|
2022-09-01 14:27:40 +00:00
|
|
|
line-height: 1.2em;
|
2023-01-03 06:04:29 +00:00
|
|
|
padding: 0;
|
|
|
|
margin: 0 0.5em;
|
2022-08-30 18:51:30 +00:00
|
|
|
|
2022-09-01 14:27:40 +00:00
|
|
|
background-color: white;
|
2023-01-03 09:01:32 +00:00
|
|
|
box-shadow: 6px 0 6px 0px white, -6px 0 6px 0px white;
|
2022-10-13 16:22:41 +00:00
|
|
|
|
|
|
|
z-index: 300;
|
2022-09-01 14:27:40 +00:00
|
|
|
}
|
|
|
|
|
2022-09-03 14:21:15 +00:00
|
|
|
.dark fieldset span.text-gray-500, .dark .gr-block.gr-box span.text-gray-500, .dark label.block span{
|
2022-09-01 14:27:40 +00:00
|
|
|
background-color: rgb(31, 41, 55);
|
2023-01-03 09:01:32 +00:00
|
|
|
box-shadow: 6px 0 6px 0px rgb(31, 41, 55), -6px 0 6px 0px rgb(31, 41, 55);
|
2023-01-03 06:04:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#txt2img_column_batch, #img2img_column_batch{
|
|
|
|
min-width: min(13.5em, 100%) !important;
|
2022-08-30 18:51:30 +00:00
|
|
|
}
|
2022-09-01 14:27:40 +00:00
|
|
|
|
2022-09-10 08:10:00 +00:00
|
|
|
#settings fieldset span.text-gray-500, #settings .gr-block.gr-box span.text-gray-500, #settings label.block span{
|
|
|
|
position: relative;
|
|
|
|
border: none;
|
2022-10-11 18:10:55 +00:00
|
|
|
margin-right: 8em;
|
2022-09-10 08:10:00 +00:00
|
|
|
}
|
2022-08-30 18:51:30 +00:00
|
|
|
|
2022-09-10 12:54:46 +00:00
|
|
|
#settings .gr-panel div.flex-col div.justify-between div{
|
|
|
|
position: relative;
|
2022-09-12 20:30:17 +00:00
|
|
|
z-index: 200;
|
2022-09-10 12:54:46 +00:00
|
|
|
}
|
|
|
|
|
2023-01-03 04:20:20 +00:00
|
|
|
#settings{
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings > div{
|
|
|
|
border: none;
|
|
|
|
margin-left: 10em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings > div.flex-wrap{
|
|
|
|
float: left;
|
|
|
|
display: block;
|
|
|
|
margin-left: 0;
|
|
|
|
width: 10em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings > div.flex-wrap button{
|
|
|
|
display: block;
|
|
|
|
border: none;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_result{
|
|
|
|
height: 1.4em;
|
|
|
|
margin: 0 1.2em;
|
|
|
|
}
|
|
|
|
|
2022-08-30 18:51:30 +00:00
|
|
|
input[type="range"]{
|
|
|
|
margin: 0.5em 0 -0.3em 0;
|
|
|
|
}
|
|
|
|
|
2022-09-10 08:10:00 +00:00
|
|
|
#mask_bug_info {
|
|
|
|
text-align: center;
|
|
|
|
display: block;
|
2022-09-22 09:11:48 +00:00
|
|
|
margin-top: -0.75em;
|
|
|
|
margin-bottom: -0.75em;
|
2022-09-10 08:10:00 +00:00
|
|
|
}
|
2022-09-05 23:09:01 +00:00
|
|
|
|
2022-09-12 17:48:10 +00:00
|
|
|
#txt2img_negative_prompt, #img2img_negative_prompt{
|
|
|
|
}
|
|
|
|
|
2022-11-02 06:47:53 +00:00
|
|
|
/* gradio 3.8 adds opacity to progressbar which makes it blink; disable it here */
|
|
|
|
.transition.opacity-20 {
|
|
|
|
opacity: 1 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* more gradio's garbage cleanup */
|
|
|
|
.min-h-\[4rem\] {
|
|
|
|
min-height: unset !important;
|
|
|
|
}
|
|
|
|
|
2022-10-02 12:03:39 +00:00
|
|
|
#txt2img_progressbar, #img2img_progressbar, #ti_progressbar{
|
2022-09-17 09:38:15 +00:00
|
|
|
position: absolute;
|
|
|
|
z-index: 1000;
|
|
|
|
right: 0;
|
2022-09-22 01:11:04 +00:00
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2022-09-23 17:46:02 +00:00
|
|
|
#txt2img_progress_row, #img2img_progress_row{
|
2022-09-22 01:11:04 +00:00
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-top: -18px;
|
2022-09-17 09:38:15 +00:00
|
|
|
}
|
|
|
|
|
2022-09-05 23:09:01 +00:00
|
|
|
.progressDiv{
|
|
|
|
width: 100%;
|
2022-09-22 01:11:04 +00:00
|
|
|
height: 20px;
|
2022-09-05 23:09:01 +00:00
|
|
|
background: #b4c0cc;
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark .progressDiv{
|
|
|
|
background: #424c5b;
|
|
|
|
}
|
|
|
|
|
|
|
|
.progressDiv .progress{
|
|
|
|
width: 0%;
|
2022-09-22 01:11:04 +00:00
|
|
|
height: 20px;
|
2022-09-05 23:09:01 +00:00
|
|
|
background: #0060df;
|
|
|
|
color: white;
|
|
|
|
font-weight: bold;
|
2022-09-22 01:11:04 +00:00
|
|
|
line-height: 20px;
|
2022-09-05 23:09:01 +00:00
|
|
|
padding: 0 8px 0 0;
|
|
|
|
text-align: right;
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
2022-09-06 16:33:51 +00:00
|
|
|
|
2022-09-17 00:00:45 +00:00
|
|
|
#lightboxModal{
|
|
|
|
display: none;
|
|
|
|
position: fixed;
|
2022-09-19 12:28:48 +00:00
|
|
|
z-index: 1001;
|
2022-09-17 00:00:45 +00:00
|
|
|
padding-top: 100px;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
overflow: auto;
|
2022-09-17 00:13:28 +00:00
|
|
|
background-color: rgba(20, 20, 20, 0.95);
|
2022-10-15 14:10:39 +00:00
|
|
|
user-select: none;
|
|
|
|
-webkit-user-select: none;
|
2022-09-17 00:00:45 +00:00
|
|
|
}
|
|
|
|
|
2022-09-21 08:31:07 +00:00
|
|
|
.modalControls {
|
|
|
|
display: grid;
|
2022-10-27 14:38:55 +00:00
|
|
|
grid-template-columns: 32px 32px 32px 1fr 32px;
|
2022-10-27 14:20:01 +00:00
|
|
|
grid-template-areas: "zoom tile save space close";
|
2022-09-21 08:31:07 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
padding: 16px;
|
|
|
|
gap: 16px;
|
|
|
|
background-color: rgba(0,0,0,0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.modalClose {
|
|
|
|
grid-area: close;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modalZoom {
|
|
|
|
grid-area: zoom;
|
|
|
|
}
|
|
|
|
|
2022-10-27 14:20:01 +00:00
|
|
|
.modalSave {
|
|
|
|
grid-area: save;
|
|
|
|
}
|
|
|
|
|
2022-09-21 08:31:07 +00:00
|
|
|
.modalTileImage {
|
|
|
|
grid-area: tile;
|
|
|
|
}
|
|
|
|
|
2022-09-19 01:33:37 +00:00
|
|
|
.modalClose,
|
2022-09-21 11:22:16 +00:00
|
|
|
.modalZoom,
|
|
|
|
.modalTileImage {
|
2022-09-17 00:00:45 +00:00
|
|
|
color: white;
|
|
|
|
font-size: 35px;
|
|
|
|
font-weight: bold;
|
2022-09-19 01:33:37 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2022-10-27 14:20:01 +00:00
|
|
|
.modalSave {
|
|
|
|
color: white;
|
2022-10-27 14:38:55 +00:00
|
|
|
font-size: 28px;
|
|
|
|
margin-top: 8px;
|
2022-10-27 14:20:01 +00:00
|
|
|
font-weight: bold;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2022-09-17 00:00:45 +00:00
|
|
|
.modalClose:hover,
|
2022-09-19 01:33:37 +00:00
|
|
|
.modalClose:focus,
|
2022-10-27 14:20:01 +00:00
|
|
|
.modalSave:hover,
|
|
|
|
.modalSave:focus,
|
2022-09-19 01:33:37 +00:00
|
|
|
.modalZoom:hover,
|
|
|
|
.modalZoom:focus {
|
2022-09-17 00:00:45 +00:00
|
|
|
color: #999;
|
|
|
|
text-decoration: none;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#modalImage {
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-top: auto;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2022-09-19 01:33:37 +00:00
|
|
|
.modalImageFullscreen {
|
2022-09-19 15:53:40 +00:00
|
|
|
object-fit: contain;
|
2022-09-19 01:33:37 +00:00
|
|
|
height: 90%;
|
|
|
|
}
|
|
|
|
|
2022-09-17 16:56:53 +00:00
|
|
|
.modalPrev,
|
|
|
|
.modalNext {
|
|
|
|
cursor: pointer;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
width: auto;
|
|
|
|
padding: 16px;
|
|
|
|
margin-top: -50px;
|
|
|
|
color: white;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 20px;
|
|
|
|
transition: 0.6s ease;
|
|
|
|
border-radius: 0 3px 3px 0;
|
|
|
|
user-select: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modalNext {
|
|
|
|
right: 0;
|
|
|
|
border-radius: 3px 0 0 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modalPrev:hover,
|
|
|
|
.modalNext:hover {
|
|
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
|
|
}
|
2022-09-22 00:50:42 +00:00
|
|
|
|
|
|
|
#imageARPreview{
|
|
|
|
position:absolute;
|
|
|
|
top:0px;
|
|
|
|
left:0px;
|
|
|
|
border:2px solid red;
|
|
|
|
background:rgba(255, 0, 0, 0.3);
|
|
|
|
z-index: 900;
|
|
|
|
pointer-events:none;
|
2022-09-22 05:15:22 +00:00
|
|
|
display:none
|
|
|
|
}
|
|
|
|
|
2022-09-23 17:46:02 +00:00
|
|
|
#txt2img_interrupt, #img2img_interrupt{
|
2022-09-22 01:11:04 +00:00
|
|
|
position: absolute;
|
2022-10-05 03:56:30 +00:00
|
|
|
width: 50%;
|
2022-09-22 01:11:04 +00:00
|
|
|
height: 72px;
|
|
|
|
background: #b4c0cc;
|
2022-10-05 03:56:30 +00:00
|
|
|
border-radius: 0px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#txt2img_skip, #img2img_skip{
|
|
|
|
position: absolute;
|
|
|
|
width: 50%;
|
|
|
|
right: 0px;
|
|
|
|
height: 72px;
|
|
|
|
background: #b4c0cc;
|
|
|
|
border-radius: 0px;
|
2022-09-22 01:11:04 +00:00
|
|
|
display: none;
|
2022-09-22 00:50:42 +00:00
|
|
|
}
|
2022-09-27 19:56:18 +00:00
|
|
|
|
|
|
|
.red {
|
|
|
|
color: red;
|
|
|
|
}
|
2022-09-30 14:02:16 +00:00
|
|
|
|
|
|
|
.gallery-item {
|
|
|
|
--tw-bg-opacity: 0 !important;
|
|
|
|
}
|
2022-10-06 17:30:29 +00:00
|
|
|
|
2022-10-08 04:35:03 +00:00
|
|
|
#context-menu{
|
|
|
|
z-index:9999;
|
|
|
|
position:absolute;
|
|
|
|
display:block;
|
|
|
|
padding:0px 0;
|
|
|
|
border:2px solid #a55000;
|
|
|
|
border-radius:8px;
|
|
|
|
box-shadow:1px 1px 2px #CE6400;
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.context-menu-items{
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.context-menu-items a{
|
|
|
|
display:block;
|
|
|
|
padding:5px;
|
|
|
|
cursor:pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.context-menu-items a:hover{
|
|
|
|
background: #a55000;
|
|
|
|
}
|
2022-10-09 19:24:07 +00:00
|
|
|
|
2022-10-13 16:22:41 +00:00
|
|
|
#quicksettings {
|
|
|
|
gap: 0.4em;
|
|
|
|
}
|
|
|
|
|
2022-10-09 19:24:07 +00:00
|
|
|
#quicksettings > div{
|
|
|
|
border: none;
|
2022-10-09 21:42:18 +00:00
|
|
|
background: none;
|
2022-10-13 16:22:41 +00:00
|
|
|
flex: unset;
|
|
|
|
gap: 0.5em;
|
2022-10-09 19:24:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#quicksettings > div > div{
|
|
|
|
max-width: 32em;
|
2022-10-13 16:22:41 +00:00
|
|
|
min-width: 24em;
|
2022-10-09 19:24:07 +00:00
|
|
|
padding: 0;
|
|
|
|
}
|
2022-10-10 15:46:48 +00:00
|
|
|
|
|
|
|
canvas[key="mask"] {
|
|
|
|
z-index: 12 !important;
|
|
|
|
filter: invert();
|
|
|
|
mix-blend-mode: multiply;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
2022-10-11 18:10:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
/* gradio 3.4.1 stuff for editable scrollbar values */
|
|
|
|
.gr-box > div > div > input.gr-text-input{
|
|
|
|
position: absolute;
|
|
|
|
right: 0.5em;
|
|
|
|
top: -0.6em;
|
2023-01-03 03:21:53 +00:00
|
|
|
z-index: 400;
|
2022-10-11 18:10:55 +00:00
|
|
|
width: 8em;
|
|
|
|
}
|
2022-10-13 17:12:37 +00:00
|
|
|
#quicksettings .gr-box > div > div > input.gr-text-input {
|
|
|
|
top: -1.12em;
|
|
|
|
}
|
2022-10-13 16:22:41 +00:00
|
|
|
|
|
|
|
.row.gr-compact{
|
|
|
|
overflow: visible;
|
|
|
|
}
|
2022-10-15 09:54:23 +00:00
|
|
|
|
|
|
|
#img2img_image, #img2img_image > .h-60, #img2img_image > .h-60 > div, #img2img_image > .h-60 > div > img,
|
|
|
|
img2maskimg, #img2maskimg > .h-60, #img2maskimg > .h-60 > div, #img2maskimg > .h-60 > div > img
|
|
|
|
{
|
|
|
|
height: 480px !important;
|
|
|
|
max-height: 480px !important;
|
|
|
|
min-height: 480px !important;
|
2022-10-15 14:10:39 +00:00
|
|
|
}
|
2022-10-24 16:03:01 +00:00
|
|
|
|
2022-10-31 14:36:45 +00:00
|
|
|
/* Extensions */
|
|
|
|
|
2023-01-06 09:32:44 +00:00
|
|
|
#tab_extensions table``{
|
2022-10-31 14:36:45 +00:00
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
|
2022-11-01 06:59:00 +00:00
|
|
|
#tab_extensions table td, #tab_extensions table th{
|
2022-10-31 14:36:45 +00:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
padding: 0.25em 0.5em;
|
|
|
|
}
|
|
|
|
|
2022-11-01 06:59:00 +00:00
|
|
|
#tab_extensions table input[type="checkbox"]{
|
2022-10-31 14:36:45 +00:00
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tab_extensions button{
|
|
|
|
max-width: 16em;
|
|
|
|
}
|
|
|
|
|
2022-11-01 06:59:00 +00:00
|
|
|
#tab_extensions input[disabled="disabled"]{
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
2022-10-31 14:36:45 +00:00
|
|
|
|
2022-11-06 07:12:53 +00:00
|
|
|
.extension-tag{
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 95%;
|
|
|
|
}
|
|
|
|
|
2023-01-06 09:32:44 +00:00
|
|
|
#available_extensions .info{
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#available_extensions .date_added{
|
|
|
|
opacity: 0.85;
|
|
|
|
font-size: 90%;
|
|
|
|
}
|
|
|
|
|
2022-12-31 21:38:58 +00:00
|
|
|
#image_buttons_txt2img button, #image_buttons_img2img button, #image_buttons_extras button{
|
|
|
|
min-width: auto;
|
|
|
|
padding-left: 0.5em;
|
|
|
|
padding-right: 0.5em;
|
|
|
|
}
|
|
|
|
|
2023-01-01 10:08:40 +00:00
|
|
|
.gr-form{
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark .gr-form{
|
|
|
|
background-color: rgb(31 41 55 / var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
|
|
|
|
.gr-button-tool{
|
|
|
|
max-width: 2.5em;
|
|
|
|
min-width: 2.5em !important;
|
|
|
|
height: 2.4em;
|
|
|
|
margin: 0.55em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#quicksettings .gr-button-tool{
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2023-01-03 06:04:29 +00:00
|
|
|
#img2img_settings > div.gr-form, #txt2img_settings > div.gr-form {
|
|
|
|
padding-top: 0.9em;
|
|
|
|
}
|
|
|
|
|
2023-01-04 17:10:40 +00:00
|
|
|
#img2img_settings div.gr-form .gr-form, #txt2img_settings div.gr-form .gr-form, #train_tabs div.gr-form .gr-form{
|
2023-01-03 06:04:29 +00:00
|
|
|
border: none;
|
|
|
|
padding-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
|
2023-01-03 17:23:17 +00:00
|
|
|
footer {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer{
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer div{
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2023-01-01 10:08:40 +00:00
|
|
|
|
2023-01-05 08:57:01 +00:00
|
|
|
#footer .versions{
|
|
|
|
font-size: 85%;
|
|
|
|
opacity: 0.85;
|
|
|
|
}
|
|
|
|
|
2023-01-07 06:56:37 +00:00
|
|
|
#txtimg_hr_finalres{
|
|
|
|
min-height: 0 !important;
|
|
|
|
padding: .625rem .75rem;
|
|
|
|
margin-left: -0.75em
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#txtimg_hr_finalres .resolution{
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#txt2img_checkboxes > div > div{
|
|
|
|
flex: 0;
|
|
|
|
white-space: nowrap;
|
|
|
|
min-width: auto;
|
|
|
|
}
|
|
|
|
|
2022-10-24 16:03:01 +00:00
|
|
|
/* The following handles localization for right-to-left (RTL) languages like Arabic.
|
|
|
|
The rtl media type will only be activated by the logic in javascript/localization.js.
|
|
|
|
If you change anything above, you need to make sure it is RTL compliant by just running
|
|
|
|
your changes through converters like https://cssjanus.github.io/ or https://rtlcss.com/.
|
|
|
|
Then, you will need to add the RTL counterpart only if needed in the rtl section below.*/
|
|
|
|
@media rtl {
|
2022-10-26 19:49:45 +00:00
|
|
|
/* this part was added manually */
|
2022-10-24 16:03:01 +00:00
|
|
|
:host {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
2022-10-27 14:46:00 +00:00
|
|
|
select, .file-preview, .gr-text-input, .output-html:has(.performance), #ti_progress {
|
2022-10-24 16:03:01 +00:00
|
|
|
direction: ltr;
|
|
|
|
}
|
2022-10-26 20:56:11 +00:00
|
|
|
#script_list > label > select,
|
|
|
|
#x_type > label > select,
|
|
|
|
#y_type > label > select {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
2022-10-24 16:03:01 +00:00
|
|
|
.gr-radio, .gr-checkbox{
|
|
|
|
margin-left: 0.25em;
|
|
|
|
}
|
|
|
|
|
2022-10-26 19:49:45 +00:00
|
|
|
/* automatically generated with few manual modifications */
|
2022-10-24 16:03:01 +00:00
|
|
|
.performance .time {
|
|
|
|
margin-right: unset;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
.justify-center.overflow-x-scroll {
|
|
|
|
justify-content: right;
|
|
|
|
}
|
|
|
|
.justify-center.overflow-x-scroll button:first-of-type {
|
|
|
|
margin-left: unset;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
.justify-center.overflow-x-scroll button:last-of-type {
|
|
|
|
margin-right: unset;
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
#settings fieldset span.text-gray-500, #settings .gr-block.gr-box span.text-gray-500, #settings label.block span{
|
|
|
|
margin-right: unset;
|
|
|
|
margin-left: 8em;
|
|
|
|
}
|
|
|
|
#txt2img_progressbar, #img2img_progressbar, #ti_progressbar{
|
|
|
|
right: unset;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
.progressDiv .progress{
|
|
|
|
padding: 0 0 0 8px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
#lightboxModal{
|
|
|
|
left: unset;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
.modalPrev, .modalNext{
|
|
|
|
border-radius: 3px 0 0 3px;
|
|
|
|
}
|
|
|
|
.modalNext {
|
|
|
|
right: unset;
|
|
|
|
left: 0;
|
|
|
|
border-radius: 0 3px 3px 0;
|
|
|
|
}
|
|
|
|
#imageARPreview{
|
|
|
|
left:unset;
|
|
|
|
right:0px;
|
|
|
|
}
|
|
|
|
#txt2img_skip, #img2img_skip{
|
|
|
|
right: unset;
|
|
|
|
left: 0px;
|
|
|
|
}
|
|
|
|
#context-menu{
|
|
|
|
box-shadow:-1px 1px 2px #CE6400;
|
|
|
|
}
|
|
|
|
.gr-box > div > div > input.gr-text-input{
|
|
|
|
right: unset;
|
|
|
|
left: 0.5em;
|
|
|
|
}
|
2022-10-31 14:36:45 +00:00
|
|
|
}
|