Fixed missing pix2pix

This commit is contained in:
anapnoe 2023-02-04 08:43:02 +02:00
parent a6d08d0c02
commit b5e13f77d9
2 changed files with 1 additions and 4 deletions

View File

@ -862,7 +862,7 @@ def create_ui():
batch_size = gr.Slider(minimum=1, maximum=8, step=1, label='Batch size', value=1, elem_id="img2img_batch_size")
elif category == "cfg":
elif category == "cfg":
with FormRow():
cfg_scale = gr.Slider(minimum=1.0, maximum=30.0, step=0.5, label='CFG Scale', value=7.0, elem_id="img2img_cfg_scale")
image_cfg_scale = gr.Slider(minimum=0, maximum=3.0, step=0.05, label='Image CFG Scale (for instruct-pix2pix models only)', value=1.5, elem_id="img2img_image_cfg_scale")

View File

@ -1398,9 +1398,6 @@ img2maskimg {
min-height: unset !important;
}
div#group-seed>div {
margin-bottom: 0;
}
div.sub-group {
padding: 9px 9px 0;