Skip to content

Commit

Permalink
[advanced_dreambooth_lora_sdxl_tranining_script] readme fix (huggingf…
Browse files Browse the repository at this point in the history
…ace#6019)

readme
  • Loading branch information
linoytsaban authored Dec 1, 2023
1 parent d29d97b commit c1e4529
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ def save_model_card(
for key, value in token_abstraction_dict.items():
tokens = "".join(value)
trigger_str += f"""
to trigger concept {key}-> use {tokens} in your prompt \n
"""
to trigger concept `{key}->` use `{tokens}` in your prompt \n
"""

yaml = f"""
---
Expand Down

0 comments on commit c1e4529

Please sign in to comment.