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

Force stable_diffusion to run in x86-64 mode on Docker Mac-M1 (and other OS's running on Arm)

Open zackees opened this issue 3 years ago • 0 comments

See the suggestion here: https://github.com/bes-dev/stable_diffusion.openvino/issues/15#issuecomment-1239812190

Add --platform=linux/amd64 to the docker file like so:

FROM --platform=linux/amd64 python:3.9.9-bullseye

zackees avatar Sep 07 '22 20:09 zackees