opparco / stable-diffusion-webui-composable-lora

This extension replaces the built-in LoRA forward procedure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not working with lycoris

rugia813 opened this issue · comments

commented

hi,
I just tested this extension, and it works with lora, but when I tried with lycoris, it always caused this error:

...
File "D:\AI Arts\Automatic1111 Webui\stable-diffusion-webui\extensions\stable-diffusion-webui-composable-lora\composable_lycoris.py", line 181, in inference
    return self.op(x, self.weight, **self.extra_args)
RuntimeError: Input type (torch.cuda.HalfTensor) and weight type (torch.HalfTensor) should be the same

anyone else has this problem?
thanks

commented

this works, thanks!