The novelai plugin translate the whole prompt into lower case, but some lora network's name contains upper case letters, then the sd-webui backend just reports lora xxx not found.
Also stripped out underline?
Steps to reproduce
install the koishi novelai plugin 1.17.2
type nai girl, <lora:GenshinImpactHutao_V1:1>
sd-webui error: lora genshinimpacthutao v1 not found
and the returned image was totally no relationship with Hu Tao-chan.
Describe the bug
The novelai plugin translate the whole prompt into lower case, but some lora network's name contains upper case letters, then the
sd-webui
backend just reportslora xxx not found
.Also stripped out underline?
Steps to reproduce
nai girl, <lora:GenshinImpactHutao_V1:1>
sd-webui
error:lora genshinimpacthutao v1 not found
Expected behavior
Able to use lora properly.
Screenshots
No response
Relevant log output
No response
Launcher
Koishi CLI (koishi start)
Backend
Stable Diffusion WebUI (AUTOMATIC1111)
Versions
Additional context
No response