Ashe from League of Legends
How to use
This is a LORA model which means that you will need to update A111's extension to latest OR use https://github.com/kohya-ss/sd-webui-additional-networks to combine the LORA with any model of your choosing.
My models are trained for weight 1.
Generating example images
I'm using AnythingV3, AnythingV4.5 and AOM v2. See example images for prompts that will activate Ashe.
Description
FAQ
Comments (7)
Hi, no critic or whatever, but is it necessary to add slashes in the trigger word? I put trigger words right in the filename, but filenames don't tolerate slashes...
Is it possible to edit the trigger word in a LORA?
I modified the code to automatically add backslashes whenever you add parenthesis.
```
caption_by_folder = '_'.join(tokens[1:])
caption_by_folder = caption_by_folder.replace("(", "\\(")
caption_by_folder = caption_by_folder.replace(")", "\\)")
```
I'm on bf691aef69d883e4d9e61104609b479ba3be9aad which is Jan 12.
@lolcharacters I'm still a LORA noob, can you explain like you explained to a noob?
@alltheirbasesnowbelongtous
I edited the training scripts. Right after this line in https://github.com/kohya-ss/sd-scripts/blob/main/library/train_util.py#L538, I added
"""
caption_by_folder = caption_by_folder.replace("(", "\\(")
caption_by_folder = caption_by_folder.replace(")", "\\)")
"""
so if I have a folder with the name "ashe (league of legends)". It will change it to "ashe \(league of legends\)" in the script.
Note: If you do end up manually editing the code, but need to update the scripts, I would undo it and then try to update it.
actually, it doesn't matter if you have caption txt files.
Details
Files
Available On (1 platform)
Same model published on other platforms. May have additional downloads or version variants.




