Unverified Commit c1e45295 authored by Linoy Tsaban's avatar Linoy Tsaban Committed by GitHub
Browse files

[advanced_dreambooth_lora_sdxl_tranining_script] readme fix (#6019)

readme
parent d29d97b6
...@@ -132,8 +132,8 @@ def save_model_card( ...@@ -132,8 +132,8 @@ def save_model_card(
for key, value in token_abstraction_dict.items(): for key, value in token_abstraction_dict.items():
tokens = "".join(value) tokens = "".join(value)
trigger_str += f""" 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""" yaml = f"""
--- ---
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment