OnnxStream
OnnxStream copied to clipboard
failed to create multiply operation
----------------[start]------------------ positive_prompt: An astronaut riding a horse on Mars negative_prompt: ugly, blurry output_png_path: ./result.png steps: 5 ----------------[prompt]------------------ ----------------[diffusion]--------------- step:0 === ERROR === failed to create multiply operation
This is the error I receive when running the command ./sd --models-path /home/chace/Desktop/onnxstream/SD --prompt "An astronaut riding a horse on Mars" on Ubuntu 22.04.3 in a proxmox vm
UPDATE I am able to get it to run on a clean install of Ubuntu 22.04.3 on physical hardware. Still not able to get it to work in proxmox.
hi,
for some reason, XNNPACK is unable to create the FP16 multiply operator in a proxmox vm.
Can you try adding the "--rpi" option?
Thanks, Vito
did u solve this?