extra networks don't work #1855
Replies: 3 comments
-
same here :( |
Beta Was this translation helpful? Give feedback.
-
same here T^T |
Beta Was this translation helpful? Give feedback.
-
For the issue of "TypeError: unsupported operand type(s) for |: 'type' and 'type'",I added Then it will continue to report an error "NameError: name 'lora_reset_cached_weight' is not defined". Does anyone know the definition of the function "lora_reset_cached_weight"? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a similar issue than gilroff. Extra networks don't load since today.
Error loading script: lora_script.py
Traceback (most recent call last):
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/scripts.py", line 256, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/script_loading.py", line 11, in load_module
module_spec.loader.exec_module(module)
File "", line 850, in exec_module
File "", line 228, in _call_with_frames_removed
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions-builtin/Lora/scripts/lora_script.py", line 4, in
import lora
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions-builtin/Lora/lora.py", line 238, in
def lora_apply_weights(self: torch.nn.Conv2d | torch.nn.Linear | torch.nn.MultiheadAttention):
TypeError: unsupported operand type(s) for |: 'type' and 'type'
Beta Was this translation helpful? Give feedback.
All reactions