Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaltais committed Oct 26, 2024
1 parent 67f5f7b commit b77da10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kohya_gui/textual_inversion_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ def train_model(
"vae_batch_size": vae_batch_size if vae_batch_size != 0 else None,
"wandb_api_key": wandb_api_key,
"wandb_run_name": wandb_run_name if wandb_run_name != "" else output_name,
"weigts": weights,
"weights": weights,
"use_object_template": True if template == "object template" else None,
"use_style_template": True if template == "style template" else None,
"xformers": True if xformers == "xformers" else None,
Expand Down

0 comments on commit b77da10

Please sign in to comment.