Trying something wholesome for a change.
Newly updated to lycoris to reduce the size of the LoRA to something a lot more reasonable with no meaningful drop in quality.
Description
Switched from LoRA to LyCORIS to reduce the model footprint
FAQ
Comments (6)
Look really good. Speaking about file size, I make my character Lycos 4/1, 4/1 for a 9Mb file and they seem to work well. Training in 640 bc 786 gives me worse results (at any dim)
Like the concept, but I can't get this one to work. Is this for regular SD or SD XL? This is a lora, not a lycoris, right? Not sure why it doesn't run for me. But keep up the good work!
This is for regular SD. It's a Lyrcoris (Locon) file, but support for lycoris should be native in automatic1111 these days. In the current version of a1111 you can put lycoris files into the LoRA folder and prefix them with <lora> just like others.
Doesn't work for me either, no idea why.
@ahole what setup are you using? And are you getting an error, or just not getting the right output? I can try and take a look
I must be using an older version of a1111 then. In my version, Lycoris has it's own folder for models. But I can't run this model whether I put it in the lyco folder or the lora folder. Either way I get this error in the console-
activating extra network lyco with arguments [<modules.extra_networks.ExtraNetworkParams object at 0x0000014C8665CFA0>]: AssertionError
Traceback (most recent call last):
File "C:\Users\"PC NAME"\stable-diffusion-webui-directml\modules\extra_networks.py", line 75, in activate
extra_network.activate(p, extra_network_args)
File "C:\Users\"PC NAME"\stable-diffusion-webui-directml\extensions\a1111-sd-webui-lycoris\extra_networks_lyco.py", line 85, in activate
lycoris.load_lycos(names, te_multipliers, unet_multipliers, dyn_dims)
File "C:\Users\"PC NAME"\stable-diffusion-webui-directml\extensions\a1111-sd-webui-lycoris\lycoris.py", line 492, in load_lycos
lyco = load_lyco(name, lyco_on_disk.filename)
File "C:\Users\"PC NAME"\stable-diffusion-webui-directml\extensions\a1111-sd-webui-lycoris\lycoris.py", line 462, in load_lyco
assert False, f'Bad Lyco layer name: {key_diffusers} - must end in lyco_up.weight, lyco_down.weight or alpha'
AssertionError: Bad Lyco layer name: lora_unet_conv_out.diff_b - must end in lyco_up.weight, lyco_down.weight or alpha