stable_diffusion.openvino
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)
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