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
Check the folders to see if the Lora has downloaded correctly; sometimes the file downloads but ends up with 0 mg. You can also use a code cell to download the Lora of your choice: !wget LINK -O /content/gdrive/MyDrive/sd/stable-diffusion-webui/models/Lora/yourlora.safetensors
Check the folders to see if the Lora has downloaded correctly; sometimes the file downloads but ends up with 0 mg. You can also use a code cell to download the Lora of your choice: !wget LINK -O /content/gdrive/MyDrive/sd/stable-diffusion-webui/models/Lora/yourlora.safetensors
That worked, thank you!
NameError Traceback (most recent call last)
in <cell line: 5>()
8 os.makedirs('/content/gdrive/'+mainpth+'/sd/stable-diffusion-w'+blsaphemy+'/models/Lora', exist_ok=True)
9
---> 10 src=getsrc(LoRA_LINK)
11
12 if src=='civitai':
NameError: name 'getsrc' is not defined
Happens with LoRas from all the sources
The text was updated successfully, but these errors were encountered: