Skip to content

Commit df0c81d

Browse files
authored
Merge pull request #2682 from bmaltais/173-error-on-train-typeerror-int-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.
2 parents 2209e4c + 3121d5e commit df0c81d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v24.1.5
1+
v24.1.6

kohya_gui/common_gui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ def update_my_data(my_data):
358358

359359
for key in [
360360
"max_train_steps",
361+
"caption_dropout_every_n_epochs"
361362
]:
362363
value = my_data.get(key)
363364
if value is not None:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ easygui==0.98.3
77
einops==0.7.0
88
fairscale==0.4.13
99
ftfy==6.1.1
10-
gradio==4.36.0
10+
gradio==4.36.1
1111
huggingface-hub==0.20.1
1212
imagesize==1.4.1
1313
invisible-watermark==0.2.0

0 commit comments

Comments
 (0)