Skip to content

Commit 0d8fe4d

Browse files
committed
Make blocks_to_swap visible in LoRA tab
1 parent e198f71 commit 0d8fe4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kohya_gui/class_flux1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def noise_offset_type_change(
201201
interactive=True,
202202
)
203203

204-
with gr.Row(visible=True if finetuning else False):
204+
with gr.Row():
205205
self.blocks_to_swap = gr.Slider(
206206
label="Blocks to swap",
207207
value=self.config.get("flux1.blocks_to_swap", 0),

0 commit comments

Comments
 (0)