Replies: 2 comments 2 replies
-
I'll check it out |
Beta Was this translation helpful? Give feedback.
1 reply
-
I've been having this erros too, started last week. Only way to fix is removing loras :( |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can you help me with this error? idk what to do :(
Every time I try to run SD in colab, i get this:
reading lora /content/gdrive/MyDrive/sd/stable-diffusion-webui/models/Lora/yamamuraSadakoTheRing_v3.safetensors: OSError Traceback (most recent call last): File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions-builtin/Lora/lora.py", line 53, in init File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/sd_models.py", line 216, in read_metadata_from_safetensors OSError: [Errno 107] Transport endpoint is not connected: '/content/gdrive/MyDrive/sd/stable-diffusion-webui/models/Lora/yamamuraSadakoTheRing_v3.safetensors' reading lora /content/gdrive/MyDrive/sd/stable-diffusion-webui/models/Lora/youreUNDERARRESTLoha_v10.safetensors: OSError Traceback (most recent call last): File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions-builtin/Lora/lora.py", line 53, in init File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/sd_models.py", line 216, in read_metadata_from_safetensors OSError: [Errno 107] Transport endpoint is not connected: '/content/gdrive/MyDrive/sd/stable-diffusion-webui/models/Lora/youreUNDERARRESTLoha_v10.safetensors' Error loading script: lora_script.py Traceback (most recent call last): File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/scripts.py", line 248, in load_scripts File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/script_loading.py", line 11, in load_module File "", line 850, in exec_module File "", line 228, in callwith_frames_removed File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions-builtin/Lora/scripts/lora_script.py", line 5, in File "", line 1007, in findand_load File "", line 982, in findand_load_unlocked File "", line 925, in findspec File "", line 1423, in find_spec File "", line 1395, in getspec File "", line 1526, in find_spec File "", line 1569, in fillcache OSError: [Errno 107] Transport endpoint is not connected: '/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions-builtin/Lora' Error loading script: scunet_model.py Traceback (most recent call last): File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/scripts.py", line 248, in load_scripts File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/script_loading.py", line 11, in load_module File "", line 846, in exec_module File "", line 982, in get_code File "", line 1039, in get_data OSError: [Errno 107] Transport endpoint is not connected: '/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions-builtin/ScuNET/scripts/scunet_model.py'
The list of errors like this goes on after this.
But, if I remove the Lora folder before running SD, I dont get the error. But I can't use my Loras then.
Any help is appreciated, thanks.
Beta Was this translation helpful? Give feedback.
All reactions