You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I can train with this just fine. Incredible stuff. However, back in Stable Diffusion, when I try to insert my model, The image renders, but the figure doesn't look like my model, and I'm getting an error that looks like this:
restoring last networks
original forward/weights is restored.
activating extra network lora with arguments [<modules.extra_networks.ExtraNetworkParams object at 0x000001AB0F608070>]: IndexError
Traceback (most recent call last):
File "F:\Odyssey\AI\stable-diffusion-webui\modules\extra_networks.py", line 75, in activate
extra_network.activate(p, extra_network_args)
File "F:\Odyssey\AI\stable-diffusion-webui\extensions-builtin\Lora\extra_networks_lora.py", line 17, in activate
lora.load_loras(names, multipliers)
File "F:\Odyssey\AI\stable-diffusion-webui\extensions-builtin\Lora\lora.py", line 146, in load_loras
lora = load_lora(name, lora_on_disk.filename)
File "F:\Odyssey\AI\stable-diffusion-webui\extensions-builtin\Lora\lora.py", line 96, in load_lora
module = torch.nn.Linear(weight.shape[1], weight.shape[0], bias=False)
IndexError: tuple index out of range
Now, what I've noticed is that I can select the Additional Netwoks tab in txt2img, enable it, and select the model in the Model1 dropdown. However, if I do that (with a weight of 1) everyone looks like my model. Well, at best. Sometimes their face just comes out mangled. And, if I insert my model's name code into the prompt, same error.
I'd just work around this with inpainting and all that, but again, sometimes the face just comes out mangled, and it also prevents me from entering prompts like: lora:Jack:1.0 with lora:Jill:1.0 holding hands.
Any help with this would be greatly appreciated. Thanks in advance.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi. I can train with this just fine. Incredible stuff. However, back in Stable Diffusion, when I try to insert my model, The image renders, but the figure doesn't look like my model, and I'm getting an error that looks like this:
restoring last networks
original forward/weights is restored.
activating extra network lora with arguments [<modules.extra_networks.ExtraNetworkParams object at 0x000001AB0F608070>]: IndexError
Traceback (most recent call last):
File "F:\Odyssey\AI\stable-diffusion-webui\modules\extra_networks.py", line 75, in activate
extra_network.activate(p, extra_network_args)
File "F:\Odyssey\AI\stable-diffusion-webui\extensions-builtin\Lora\extra_networks_lora.py", line 17, in activate
lora.load_loras(names, multipliers)
File "F:\Odyssey\AI\stable-diffusion-webui\extensions-builtin\Lora\lora.py", line 146, in load_loras
lora = load_lora(name, lora_on_disk.filename)
File "F:\Odyssey\AI\stable-diffusion-webui\extensions-builtin\Lora\lora.py", line 96, in load_lora
module = torch.nn.Linear(weight.shape[1], weight.shape[0], bias=False)
IndexError: tuple index out of range
Now, what I've noticed is that I can select the Additional Netwoks tab in txt2img, enable it, and select the model in the Model1 dropdown. However, if I do that (with a weight of 1) everyone looks like my model. Well, at best. Sometimes their face just comes out mangled. And, if I insert my model's name code into the prompt, same error.
I'd just work around this with inpainting and all that, but again, sometimes the face just comes out mangled, and it also prevents me from entering prompts like: lora:Jack:1.0 with lora:Jill:1.0 holding hands.
Any help with this would be greatly appreciated. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions