fast-stable-diffusion icon indicating copy to clipboard operation
fast-stable-diffusion copied to clipboard

Can't download Lola

Open takku217 opened this issue 1 year ago • 0 comments

When I try to download Lola, the following text appears and I cannot download it

TypeError Traceback (most recent call last) in <cell line: 5>() 14 loramodel=f'/content/gdrive/{mainpth}/sd/stable-diffusion-w{blsaphemy}/models/Lora/{modelname}' 15 if not os.path.exists(loramodel):. ---> 16 dwn(LoRA_LINK, loramodel, 'Downloading the LoRA model '+modelname) 17 clear_output() 18 else: TypeError: can only concatenate

TypeError: can only concatenate str (not "NoneType") to str

How to deal with this? Used by.TheLastBen/fast-stable-diffusion.

takku217 avatar Jan 25 '24 13:01 takku217