adieyal / sd-dynamic-prompts

A custom script for AUTOMATIC1111/stable-diffusion-webui to implement a tiny template language for random prompt generation
MIT License
1.96k stars 253 forks source link

Issue with dynamic prompts & extra networks #770

Open Firestorm007 opened 2 months ago

Firestorm007 commented 2 months ago

I'm recently getting an issue with using dynamic prompts with extra networks such as loras. Not every generation, but fairly frequently it causes the extra networks to fail to load in correctly so that they are not applied and this massively slows the generation down for this image and the next and then it recovers. I'm using the latest version of forge. Please see error below, can anyone help?

Traceback (most recent call last): File "C:\Users\lukeg\stable-diffusion-webui\extensions-builtin\Lora\networks.py", line 56, in load_networks net = load_network(name, network_on_disk) File "C:\Users\lukeg\stable-diffusion-webui\extensions-builtin\Lora\networks.py", line 31, in load_network net.mtime = os.path.getmtime(network_on_disk.filename) AttributeError: 'NoneType' object has no attribute 'filename'

During handling of the above exception, another exception occurred:

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

Hunt3rseeker commented 2 months ago

I'm also getting this error on the latest version of Forge.