stable_diffusion.openvino
stable_diffusion.openvino copied to clipboard
hf_hub_download seems to get an invalid argument
$ python demo.py --prompt "Street-art painting of Emilia Clarke in style of Banksy, photorealism"
Traceback (most recent call last):
File "C:\repos\stable_diffusion.openvino\demo.py", line 83, in
I'm not sure what's going on here, but there's a ` " ' in the path. The directory is empty, I don't know if that's relevant. Also, the path uses \ and / inconsistently, I don't know if that could cause an issue. From the path you can guess that i'm on windows.