File size: 3,428 Bytes
4c53d64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
/*
 * 'Deforum' plugin for Automatic1111's Stable Diffusion WebUI.
 * Copyright (C) 2023 Artem Khrapov (kabachuha) and Deforum team listed in AUTHORS.md
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published by
 * the Free Software Foundation, version 3 of the License.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program. If not, see <https://www.gnu.org/licenses/>.
 *
 * Contact the dev team: https://discord.gg/deforum
 */

#vid_to_interpolate_chosen_file .w-full, #pics_to_interpolate_chosen_file .w-full,  #vid_to_upscale_chosen_file .w-full, #controlnet_input_video_chosen_file .w-full, #controlnet_input_video_mask_chosen_file .w-full,#vid_to_depth_chosen_file .w-full {
	display: flex !important;
	align-items: flex-start !important;
	justify-content: center !important;
}

#tab_deforum_interface #hybrid_msg_html {
	color: Tomato !important;
	margin-top: 5px !important;
	text-align: center !important;
	font-size: 20px !important;
	font-weight: bold !important;
}

#tab_deforum_interface #leres_license_msg {
	color: GoldenRod;
}

#image_buttons_deforum #img2img_tab,
#image_buttons_deforum #inpaint_tab,
#image_buttons_deforum #extras_tab,
#save_zip_deforum, #save_deforum {
	display: none !important;
}

#main_top_info_accord .label-wrap {
	gap:2px;
	padding: 0.5rem; 
}
#tab_deforum_interface #controlnet_not_found_html_msg, #tab_deforum_interface #depth_warp_msg_html {
	color: Tomato;
}

#below_interpolate_butts_msg {
	text-align: center !important;
}

#tab_deforum_interface #settings_path_msg {
	margin: 0.6em;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

#tab_deforum_interface .tabs.gradio-tabs.svelte-1g805jl .svelte-vt1mxs.gap {
	gap:4px !important;
}

#tab_deforum_interface #main_top_info_accord {
	padding: 1px; 
}

#add_soundtrack .svelte-1p9xokt {
	padding: 2.25px;
}

#tab_deforum_interface .wrap.svelte-xwlu1w, #custom_setting_file {
	height: 85px !important;
	min-height: 85px !important;
}

#tab_deforum_interface .file-preview-holder {
  overflow-y: auto;
  max-height: 60px;
}

/* OLD rules THAT MIGHT NEED TO BE REVIVED AT SOME POINT: */

/* #tab_deforum_interface .svelte-e8n7p6 { /* hide at default gradio's info section from params at ui*/
	/* display: none; */
/* } */

/* #extra_schedules::before { */
  /* content: "Schedules:"; */
  /* font-size: 10px !important; */
/* } */
/* #tab_deforum_interface .scroll-hide.svelte-4xt1ch { */
	/* min-height: 36px; */
	/* height: 36px !important; */
	/* padding: 8px !important; */
/* } */

/* #vid_to_interpolate_chosen_file, #pics_to_interpolate_chosen_file, #vid_to_upscale_chosen_file,  #controlnet_input_video_chosen_file, #controlnet_input_video_mask_chosen_file, #vid_to_depth_chosen_file { */
	/* height: 85px !important; */
/* } */

/* #deforum_results .flex { */
	/* gap:0px; */
/* } */

/* #tab_deforum_interface #motion_noise_etc .flex, #tab_deforum_interface #extra_schedules .flex { */
	/* grid-gap:2px; */
	/* gap:2px;  */
/* } */

/* #tab_deforum_interface .p-3 { */
  /* padding: 0.5rem; */
/* } */