corbin-hayden13 / SD-Lora-Tagger

A Search Engine For All Your Local Extra Networks (in AUTOMATIC1111/stable-diffusion-webui and vladmandic/automatic)
MIT License
11 stars 2 forks source link

24 incompatibility with civitai helper extension #29

Closed corbin-hayden13 closed 5 months ago

corbin-hayden13 commented 5 months ago

Because for some odd reason Civitai Helper uses the search_term of a model card to find the file name, our original editing of those search_term components caused this file name method to break for Civitai Helper. This was fixed by appending the beginning of each search_term component with the basename of the full file path of the extra network, as Civitai Helper uses os.path.splitext(search_term) to get the file name of the extra network.