Skip to content

Commit

Permalink
Merge pull request #2682 from bmaltais/173-error-on-train-typeerror-i…
Browse files Browse the repository at this point in the history
…nt-argument-must-be-a-string-a-bytes-like-object-or-a-real-number-not-nonetype

Fix issue with missing key. Upgrade Gradio release for security issue.
  • Loading branch information
bmaltais committed Aug 2, 2024
2 parents 2209e4c + 3121d5e commit df0c81d
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 df0c81d

Please sign in to comment.