Skip to content

Commit

Permalink
Fix t5xxl path issue in DB
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaltais committed Aug 18, 2024
1 parent 6d15362 commit 8df754f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kohya_gui/dreambooth_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ def train_model(
"mode_scale": mode_scale if sd3_checkbox else None,
"save_clip": save_clip if sd3_checkbox else None,
"save_t5xxl": save_t5xxl if sd3_checkbox else None,
"t5xxl": t5xxl if sd3_checkbox else None,
# "t5xxl": see previous assignment above for code
"t5xxl_device": t5xxl_device if sd3_checkbox else None,
"t5xxl_dtype": t5xxl_dtype if sd3_checkbox else None,
"text_encoder_batch_size": sd3_text_encoder_batch_size if sd3_checkbox else None,
Expand Down

0 comments on commit 8df754f

Please sign in to comment.