Skip to content

Commit e22276a

Browse files
committed
Adding user presets to git ignore
1 parent c8850b0 commit e22276a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ requirements_tmp_for_setup.txt
4343
# Version specific
4444
0.13.3
4545

46-
*.npz
46+
*.npz
47+
presets/*/user_presets/*

lora_gui.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ def list_presets(path):
10261026

10271027
training_preset = gr.Dropdown(
10281028
label='Presets',
1029-
choices=list_presets('./presets/gui/lora'),
1029+
choices=list_presets('./presets/lora'),
10301030
elem_id='myDropdown',
10311031
)
10321032
with gr.Row():

0 commit comments

Comments
 (0)