CivArchive
    Ashe from League of Legends - ashe_lol_v1
    NSFW
    Preview 55528
    Preview 55527
    Preview 55526
    Preview 55525
    Preview 55524

    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)

    3418Jan 27, 2023
    CivitAI

    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?

    lolcharacters
    Author
    Jan 27, 2023· 1 reaction

    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.

    3418Jan 27, 2023

    @lolcharacters I'm still a LORA noob, can you explain like you explained to a noob?

    lolcharacters
    Author
    Jan 27, 2023

    @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.

    lolcharacters
    Author
    Jan 29, 2023· 1 reaction

    actually, it doesn't matter if you have caption txt files.

    Vivi_AIMay 12, 2024
    CivitAI
    Vivi_AIMay 12, 2024

    also not overfitting

    LORA
    SD 1.5

    Details

    Downloads
    3,185
    Platform
    CivitAI
    Platform Status
    Available
    Created
    1/27/2023
    Updated
    6/17/2026
    Deleted
    -
    Trigger Words:
    ashe \(league of legends\)

    Files

    Available On (1 platform)

    Same model published on other platforms. May have additional downloads or version variants.