Skip to content

Commit

Permalink
Make blocks_to_swap visible in LoRA tab
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaltais committed Nov 16, 2024
1 parent e198f71 commit 0d8fe4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kohya_gui/class_flux1.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def noise_offset_type_change(
interactive=True,
)

with gr.Row(visible=True if finetuning else False):
with gr.Row():
self.blocks_to_swap = gr.Slider(
label="Blocks to swap",
value=self.config.get("flux1.blocks_to_swap", 0),
Expand Down

1 comment on commit 0d8fe4d

@FurkanGozukara
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bmaltais not getting saved into config :(

Please sign in to comment.