Skip to content

Commit

Permalink
Indent advanced checkpoint settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Acly committed Aug 7, 2024
1 parent 895223a commit db1f031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions ai_diffusion/ui/style.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,8 @@ def add(name: str, widget: SettingWidget):
SwitchSetting(StyleSettings.self_attention_guidance, parent=self),
)
)
for widget in self._checkpoint_advanced_widgets:
widget.indent = 1
self._toggle_checkpoint_advanced(False)

add("loras", LoraList(StyleSettings.loras, self))
Expand Down

0 comments on commit db1f031

Please sign in to comment.