stable_diffusion.openvino icon indicating copy to clipboard operation
stable_diffusion.openvino copied to clipboard

TypeError: unsupported operand type(s)

Open dynamodan opened this issue 1 year ago • 1 comments

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'

dynamodan avatar Apr 19 '23 19:04 dynamodan