From 27591dfbe78928ab166029f12ac2fb01c15e02ad Mon Sep 17 00:00:00 2001 From: Bingsu Date: Sat, 2 Sep 2023 16:26:02 +0900 Subject: [PATCH] stype: apply pre-commit --- adetailer/ui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/adetailer/ui.py b/adetailer/ui.py index 870a8cb..c92a754 100644 --- a/adetailer/ui.py +++ b/adetailer/ui.py @@ -463,7 +463,6 @@ def inpainting(w: Widgets, n: int, is_img2img: bool, webui_info: WebuiInfo): elem_id=eid("ad_vae"), ) - with gr.Row(), gr.Column(variant="compact"): w.ad_use_sampler = gr.Checkbox( label="Use separate sampler" + suffix(n),