Skip to content

Commit

Permalink
remove TOK as default value of trigger_word
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Sep 5, 2024
1 parent 3a5056b commit 99a348c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions train.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ def train(
default=None,
),
trigger_word: str = Input(
description="The trigger word refers to the object, style or concept you are training on. Pick a string that isn’t a real word, like TOK or something related to what’s being trained, like CYBRPNK. The trigger word you specify here will be associated with all images during training. Then when you use your LoRA, you can include the trigger word in prompts to help activate the LoRA.",
default="TOK",
description="The trigger word refers to the object, style or concept you are training on. Pick a string that isn’t a real word, but is ideally related to what’s being trained, like CYBRPNK. The trigger word you specify here will be associated with all images during training. Then when you use your LoRA, you can include the trigger word in prompts to help activate the LoRA.",
),
autocaption: bool = Input(
description="Automatically caption images using Llava v1.5 13B", default=True
Expand Down

0 comments on commit 99a348c

Please sign in to comment.