stable-diffusion-webui-forge icon indicating copy to clipboard operation
stable-diffusion-webui-forge copied to clipboard

Lora filename error

Open UBBK opened this issue 1 year ago • 2 comments

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "E:\SDXLver\IL\stable-diffusion-webui-reForge\modules\extra_networks.py", line 135, in activate extra_network.activate(p, extra_network_args) File "E:\SDXLver\IL\stable-diffusion-webui-reForge\extensions-builtin\Lora\extra_networks_lora.py", line 45, in activate networks.load_networks(names, te_multipliers, unet_multipliers, dyn_dims) File "E:\SDXLver\IL\stable-diffusion-webui-reForge\extensions-builtin\Lora\networks.py", line 79, in load_networks errors.display(e, f"loading network {network_on_disk.filename}") AttributeError: 'NoneType' object has no attribute 'filename'

Havent used this in a while. is there a solution to not recognizing loras if you changed their names manually in the past yet?

UBBK avatar Mar 01 '25 14:03 UBBK

I would love it if it at least told you what lora it was looking for. I often collect prompts online and run them in batch, and it'd be great to know which loras I need to go download.

Quidam2k avatar Mar 28 '25 22:03 Quidam2k

it is incomprehensible to me that this is something impossible to fix it seems. This is literally the one and only thing holding me back

UBBK avatar Apr 01 '25 21:04 UBBK