Skip to content

Commit

Permalink
Fix issue with missing key. Upgrade Gradio release for security issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaltais committed Aug 2, 2024
1 parent 2209e4c commit 3121d5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v24.1.5
v24.1.6
1 change: 1 addition & 0 deletions kohya_gui/common_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ def update_my_data(my_data):

for key in [
"max_train_steps",
"caption_dropout_every_n_epochs"
]:
value = my_data.get(key)
if value is not None:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ easygui==0.98.3
einops==0.7.0
fairscale==0.4.13
ftfy==6.1.1
gradio==4.36.0
gradio==4.36.1
huggingface-hub==0.20.1
imagesize==1.4.1
invisible-watermark==0.2.0
Expand Down

0 comments on commit 3121d5e

Please sign in to comment.