stable-diffusion-webui-docker icon indicating copy to clipboard operation
stable-diffusion-webui-docker copied to clipboard

Docker arm64

Open shandshellin opened this issue 6 months ago • 0 comments

Tried using this with docker compose on a rpi with bound volumes via nfs. It never starts up or fails, just sits there eternally preparing, ready, starting. The container doesn't get destroyed. This is on a rpi4 so arm64v8. Here is the compose i'm testing with. All other services i use via nfs have no permission issues so i don't think thats the snag. no logs i can see either.

services:

stablediff: ports: - 7860:7860 image: siutin/stable-diffusion-webui-docker:latest-cpu environment: - CLI_ARGS=--skip-torch-cuda-test --use-cpu all --precision full --no-half --share volumes: - /mnt/unixshare/Clusterstorage/etc/diffusion/models:/app/stable-diffusion-webui/models - /mnt/unixshare/Clusterstorage/etc/diffusion/outputs:/app/stable-diffusion-webui/outputs

shandshellin avatar Aug 24 '24 18:08 shandshellin