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
I just installed on manjaro from the AUR (which builds from this git repo), and getting this error:
/opt/stable-diffusion-intel python demo.py --prompt "apples and oranges in a wooden bowl"
Traceback (most recent call last):
File "/opt/stable-diffusion-intel/demo.py", line 73, in <module>
main(args)
File "/opt/stable-diffusion-intel/demo.py", line 35, in main
image = engine(
File "/opt/stable-diffusion-intel/stable_diffusion_engine.py", line 164, in __call__
latents = latents * self.scheduler.sigmas[0]
TypeError: unsupported operand type(s) for *: 'numpy.ndarray' and 'Tensor'
The text was updated successfully, but these errors were encountered:
python3 demo.py --prompt "Street-art painting of Emilia Clarke in style of Banksy, photorealism"
Traceback (most recent call last):
File "/home//stable_diffusion.openvino/demo.py", line 83, in
main(args)
File "/home//stable_diffusion.openvino/demo.py", line 41, in main
image = engine(
File "/home/****/stable_diffusion.openvino/stable_diffusion_engine.py", line 166, in call
latents = latents * self.scheduler.sigmas[0]
TypeError: unsupported operand type(s) for *: 'numpy.ndarray' and 'Tensor'
I just installed on manjaro from the AUR (which builds from this git repo), and getting this error:
The text was updated successfully, but these errors were encountered: