Skip to content

Commit

Permalink
Merge pull request #2927 from bmaltais/2925-resume-for-textual-invers…
Browse files Browse the repository at this point in the history
…ion-broken-because-of-typo

Fix typo
  • Loading branch information
bmaltais authored Oct 26, 2024
2 parents 67f5f7b + b77da10 commit bb81cbe
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 bb81cbe

Please sign in to comment.